Home
last modified time | relevance | path

Searched refs:v_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
285 s_result += a_result * v_w[i]; 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
319 v_w[0] = SDP_Table[256 + res_y]; in _bicubic_get_pos_weight()
320 v_w[1] = SDP_Table[res_y]; in _bicubic_get_pos_weight()
321 v_w[2] = SDP_Table[256 - res_y]; in _bicubic_get_pos_weight()
322 v_w[3] = SDP_Table[512 - res_y]; 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 … = _bicubic_interpol(stretch_buf_mask, stretch_pitch_mask, pos_pixel, u_w, v_w, res_x, res_y, 1, 0… in Continue()
[all …]