Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_ittiam_logo.h113 void ihevcd_insert_logo(UWORD8 *buf_y, UWORD8 *buf_u, UWORD8 *buf_v,
122 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) ihevcd_inse… argument
124 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) argument
/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp271 FX_LPCBYTE buf_u = buf + row_offset_l + c_offset; in _bilinear_interpol() local
273 FX_LPCBYTE src_pos0 = buf_u + col_bpp_l; in _bilinear_interpol()
274 FX_LPCBYTE src_pos1 = buf_u + col_bpp_r; in _bilinear_interpol()