Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_subpel.c291 S32 i4_mvyp1 = (i4_mv_y + 1); in hme_qpel_interp_comprehensive() local
294 i4_mv_y_frac = i4_mvyp1 & 3; in hme_qpel_interp_comprehensive()
296 i4_offset = (i4_mv_x >> 2) + (i4_mvyp1 >> 2) * i4_ref_stride; in hme_qpel_interp_comprehensive()
365 S32 i4_mvyp1 = (i4_mv_y + 1); in hme_qpel_interp_comprehensive() local
369 i4_mv_y_frac = i4_mvyp1 & 3; in hme_qpel_interp_comprehensive()
371 i4_offset = (i4_mv_x >> 2) + (i4_mvyp1 >> 2) * i4_ref_stride; in hme_qpel_interp_comprehensive()