Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp276 FX_BYTE _bicubic_interpol(FX_LPCBYTE buf, int pitch, int pos_pixel[], int u_w[], int v_w[], int res… in _bicubic_interpol() argument
283 …a_result += u_w[j] * (*(FX_BYTE*)(buf + pos_pixel[i + 4] * pitch + pos_pixel[j] * bpp + c_offset)); in _bicubic_interpol()
290 void _bicubic_get_pos_weight(int pos_pixel[], int u_w[], int v_w[], int src_col_l, int src_row_l, in _bicubic_get_pos_weight() argument
315 u_w[0] = SDP_Table[256 + res_x]; in _bicubic_get_pos_weight()
316 u_w[1] = SDP_Table[res_x]; in _bicubic_get_pos_weight()
317 u_w[2] = SDP_Table[256 - res_x]; in _bicubic_get_pos_weight()
318 u_w[3] = SDP_Table[512 - res_x]; in _bicubic_get_pos_weight()
422 int u_w[4], v_w[4]; in Continue() local
429 …_bicubic_get_pos_weight(pos_pixel, u_w, v_w, src_col_l, src_row_l, res_x, res_y, stretch_width, st… in Continue()
430 …_mask = _bicubic_interpol(stretch_buf_mask, stretch_pitch_mask, pos_pixel, u_w, v_w, res_x, res_y,… in Continue()
[all …]