Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp281 FX_BYTE _bicubic_interpol(FX_LPCBYTE buf, int pitch, int pos_pixel[], int u_w[], int v_w[], int res… in _bicubic_interpol() argument
288 …a_result += u_w[j] * (*(FX_BYTE*)(buf + pos_pixel[i + 4] * pitch + pos_pixel[j] * bpp + c_offset)); in _bicubic_interpol()
295 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
298 pos_pixel[0] = src_col_l - 1; in _bicubic_get_pos_weight()
299 pos_pixel[1] = src_col_l; in _bicubic_get_pos_weight()
300 pos_pixel[2] = src_col_l + 1; in _bicubic_get_pos_weight()
301 pos_pixel[3] = src_col_l + 2; in _bicubic_get_pos_weight()
302 pos_pixel[4] = src_row_l - 1; in _bicubic_get_pos_weight()
303 pos_pixel[5] = src_row_l; in _bicubic_get_pos_weight()
304 pos_pixel[6] = src_row_l + 1; in _bicubic_get_pos_weight()
[all …]