Searched refs:u4_ref_wid (Results 1 – 2 of 2) sorted by relevance
/external/libmpeg2/common/ |
D | impeg2_inter_pred.c | 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() [all …]
|
/external/libmpeg2/decoder/ |
D | impeg2d_mc.c | 827 UWORD32 u4_ref_wid, in impeg2d_mc_halfx_halfy() argument 845 ps_dec->pf_halfx_halfy_8x8(pu1_out_ptr,pu1_ref_ptr,u4_ref_wid,u4_out_wid); in impeg2d_mc_halfx_halfy() 850 ps_dec->pf_halfx_halfy_8x8(pu1_out_ptr,pu1_ref_ptr,u4_ref_wid,u4_out_wid); in impeg2d_mc_halfx_halfy() 854 pu1_ref_ptr = pu1_ref + BLK_SIZE * u4_ref_wid; in impeg2d_mc_halfx_halfy() 855 ps_dec->pf_halfx_halfy_8x8(pu1_out_ptr,pu1_ref_ptr,u4_ref_wid,u4_out_wid); in impeg2d_mc_halfx_halfy() 859 pu1_ref_ptr = pu1_ref + BLK_SIZE * u4_ref_wid + BLK_SIZE; in impeg2d_mc_halfx_halfy() 860 ps_dec->pf_halfx_halfy_8x8(pu1_out_ptr,pu1_ref_ptr,u4_ref_wid,u4_out_wid); in impeg2d_mc_halfx_halfy() 869 ps_dec->pf_halfx_halfy_8x8(pu1_out_ptr,pu1_ref_ptr,u4_ref_wid,u4_out_wid); in impeg2d_mc_halfx_halfy() 874 ps_dec->pf_halfx_halfy_8x8(pu1_out_ptr,pu1_ref_ptr,u4_ref_wid,u4_out_wid); in impeg2d_mc_halfx_halfy() 879 ps_dec->pf_halfx_halfy_8x8(pu1_out_ptr,pu1_ref_ptr,u4_ref_wid,u4_out_wid); in impeg2d_mc_halfx_halfy() [all …]
|