Searched refs:SDP_Table (Results 1 – 3 of 3) sorted by relevance
88 (SDP_Table[256 + weight] + SDP_Table[weight] + in Calc()89 SDP_Table[256 - weight] + SDP_Table[512 - weight]) in Calc()99 pixel_weights.m_Weights[0] = SDP_Table[256 + weight] << 8; in Calc()101 (SDP_Table[weight] + SDP_Table[256 - weight] + in Calc()102 SDP_Table[512 - weight]) in Calc()107 (SDP_Table[256 + weight] + SDP_Table[weight] + in Calc()108 SDP_Table[256 - weight]) in Calc()110 pixel_weights.m_Weights[1] = SDP_Table[512 - weight] << 8; in Calc()113 (SDP_Table[256 + weight] + SDP_Table[weight]) << 8; in Calc()115 (SDP_Table[256 - weight] + SDP_Table[512 - weight]) << 8; in Calc()[all …]
89 u_w[0] = SDP_Table[256 + res_x]; in bicubic_get_pos_weight()90 u_w[1] = SDP_Table[res_x]; in bicubic_get_pos_weight()91 u_w[2] = SDP_Table[256 - res_x]; in bicubic_get_pos_weight()92 u_w[3] = SDP_Table[512 - res_x]; in bicubic_get_pos_weight()93 v_w[0] = SDP_Table[256 + res_y]; in bicubic_get_pos_weight()94 v_w[1] = SDP_Table[res_y]; in bicubic_get_pos_weight()95 v_w[2] = SDP_Table[256 - res_y]; in bicubic_get_pos_weight()96 v_w[3] = SDP_Table[512 - res_y]; in bicubic_get_pos_weight()115 const int16_t SDP_Table[513] = { variable
17 extern const int16_t SDP_Table[513];