Searched refs:SDP_Table (Results 1 – 4 of 4) sorted by relevance
97 (SDP_Table[256 + weight] + SDP_Table[weight] + in Calc()98 SDP_Table[256 - weight] + SDP_Table[512 - weight]) in Calc()108 pixel_weights.m_Weights[0] = SDP_Table[256 + weight] << 8; in Calc()110 (SDP_Table[weight] + SDP_Table[256 - weight] + in Calc()111 SDP_Table[512 - weight]) in Calc()116 (SDP_Table[256 + weight] + SDP_Table[weight] + in Calc()117 SDP_Table[256 - weight]) in Calc()119 pixel_weights.m_Weights[1] = SDP_Table[512 - weight] << 8; in Calc()122 (SDP_Table[256 + weight] + SDP_Table[weight]) << 8; in Calc()124 (SDP_Table[256 - weight] + SDP_Table[512 - weight]) << 8; in Calc()[all …]
91 u_w[0] = SDP_Table[256 + res_x]; in bicubic_get_pos_weight()92 u_w[1] = SDP_Table[res_x]; in bicubic_get_pos_weight()93 u_w[2] = SDP_Table[256 - res_x]; in bicubic_get_pos_weight()94 u_w[3] = SDP_Table[512 - res_x]; in bicubic_get_pos_weight()95 v_w[0] = SDP_Table[256 + res_y]; in bicubic_get_pos_weight()96 v_w[1] = SDP_Table[res_y]; in bicubic_get_pos_weight()97 v_w[2] = SDP_Table[256 - res_y]; in bicubic_get_pos_weight()98 v_w[3] = SDP_Table[512 - res_y]; in bicubic_get_pos_weight()
15 const int16_t SDP_Table[513] = { variable
47 extern const int16_t SDP_Table[513];