Home
last modified time | relevance | path

Searched refs:SDP_Table (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp88 (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 …]
Dfx_dib_transform.cpp89 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
Ddib_int.h17 extern const int16_t SDP_Table[513];