Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_subpel.c441 S32 i4_mvxm1 = (i4_mv_x - 1); in hme_qpel_interp_comprehensive() local
443 i4_mv_x_frac = i4_mvxm1 & 3; in hme_qpel_interp_comprehensive()
446 i4_offset = (i4_mvxm1 >> 2) + (i4_mv_y >> 2) * i4_ref_stride; in hme_qpel_interp_comprehensive()
495 S32 i4_mvxm1 = (i4_mv_x - 1); in hme_qpel_interp_comprehensive() local
510 i4_mv_x_frac = i4_mvxm1 & 3; in hme_qpel_interp_comprehensive()
512 i4_offset = (i4_mvxm1 >> 2) + (i4_mv_y >> 2) * i4_ref_stride; in hme_qpel_interp_comprehensive()