Lines Matching refs:hdst_buf_stride
196 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()
844 hdst_buf_stride, in ihevce_chroma_interpolate_16bit_dxdy()
853 hdst_buf_stride, in ihevce_chroma_interpolate_16bit_dxdy()
942 WORD32 hdst_buf_stride = (wd << 1); /* uv interleave */ in ihevce_chroma_interpolate_8bit_dxdy() local
943 WORD16 *pi2_vert_src = pi2_hdst_scratch + hdst_buf_stride; in ihevce_chroma_interpolate_8bit_dxdy()
950 hdst_buf_stride, in ihevce_chroma_interpolate_8bit_dxdy()
959 hdst_buf_stride, in ihevce_chroma_interpolate_8bit_dxdy()