Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp281 int a_result = 0; in _bicubic_interpol() local
283a_result += u_w[j] * (*(FX_BYTE*)(buf + pos_pixel[i + 4] * pitch + pos_pixel[j] * bpp + c_offset)); in _bicubic_interpol()
285 s_result += a_result * v_w[i]; in _bicubic_interpol()