Lines Matching refs:u4_ref_wid
249 UWORD32 u4_ref_wid, in impeg2_mc_halfx_halfy_8x8() argument
264 pu1_ref_p2 = pu1_ref + u4_ref_wid; in impeg2_mc_halfx_halfy_8x8()
265 pu1_ref_p3 = pu1_ref + u4_ref_wid + 1; in impeg2_mc_halfx_halfy_8x8()
276 pu1_ref_p0 += u4_ref_wid - BLK_SIZE; in impeg2_mc_halfx_halfy_8x8()
277 pu1_ref_p1 += u4_ref_wid - BLK_SIZE; in impeg2_mc_halfx_halfy_8x8()
278 pu1_ref_p2 += u4_ref_wid - BLK_SIZE; in impeg2_mc_halfx_halfy_8x8()
279 pu1_ref_p3 += u4_ref_wid - BLK_SIZE; in impeg2_mc_halfx_halfy_8x8()
322 UWORD32 u4_ref_wid, in impeg2_mc_halfx_fully_8x8() argument
344 pu1_ref_p0 += u4_ref_wid - BLK_SIZE; in impeg2_mc_halfx_fully_8x8()
345 pu1_ref_p1 += u4_ref_wid - BLK_SIZE; in impeg2_mc_halfx_fully_8x8()
388 UWORD32 u4_ref_wid, in impeg2_mc_fullx_halfy_8x8() argument
402 pu1_ref_p1 = pu1_ref + u4_ref_wid; in impeg2_mc_fullx_halfy_8x8()
411 pu1_ref_p0 += u4_ref_wid - BLK_SIZE; in impeg2_mc_fullx_halfy_8x8()
412 pu1_ref_p1 += u4_ref_wid - BLK_SIZE; in impeg2_mc_fullx_halfy_8x8()
454 UWORD32 u4_ref_wid, in impeg2_mc_fullx_fully_8x8() argument
463 pu1_ref += u4_ref_wid; in impeg2_mc_fullx_fully_8x8()