Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_inter_pred.c196 WORD32 hdst_buf_stride = wd; in ihevce_luma_interpolate_16bit_dxdy() local
197 WORD16 *pi2_vert_src = pi2_hdst_scratch + (3 * hdst_buf_stride); in ihevce_luma_interpolate_16bit_dxdy()
204 hdst_buf_stride, in ihevce_luma_interpolate_16bit_dxdy()
213 hdst_buf_stride, in ihevce_luma_interpolate_16bit_dxdy()
304 WORD32 hdst_buf_stride = wd; in ihevce_luma_interpolate_8bit_dxdy() local
305 WORD16 *pi2_vert_src = pi2_hdst_scratch + (3 * hdst_buf_stride); in ihevce_luma_interpolate_8bit_dxdy()
312 hdst_buf_stride, in ihevce_luma_interpolate_8bit_dxdy()
321 hdst_buf_stride, in ihevce_luma_interpolate_8bit_dxdy()
836 WORD32 hdst_buf_stride = (wd << 1); /* uv interleave */ in ihevce_chroma_interpolate_16bit_dxdy() local
837 WORD16 *pi2_vert_src = pi2_hdst_scratch + hdst_buf_stride; in ihevce_chroma_interpolate_16bit_dxdy()
[all …]