Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dfx_dib_transform.cpp43 int u_w[], in bicubic_interpol() argument
53 a_result += u_w[j] * (*(uint8_t*)(buf + pos_pixel[i + 4] * pitch + in bicubic_interpol()
63 int u_w[], in bicubic_get_pos_weight() argument
93 u_w[0] = SDP_Table[256 + res_x]; in bicubic_get_pos_weight()
94 u_w[1] = SDP_Table[res_x]; in bicubic_get_pos_weight()
95 u_w[2] = SDP_Table[256 - res_x]; in bicubic_get_pos_weight()
96 u_w[3] = SDP_Table[512 - res_x]; in bicubic_get_pos_weight()
510 int u_w[4], v_w[4]; in Continue() local
517 bicubic_get_pos_weight(pos_pixel, u_w, v_w, src_col_l, src_row_l, in Continue()
521 pos_pixel, u_w, v_w, res_x, res_y, 1, 0); in Continue()
[all …]