Searched refs:pu1_ref_ptr (Results 1 – 1 of 1) sorted by relevance
/external/libmpeg2/decoder/ |
D | impeg2d_mc.c | 833 UWORD8 *pu1_out_ptr,*pu1_ref_ptr; in impeg2d_mc_halfx_halfy() local 837 pu1_ref_ptr = pu1_ref; in impeg2d_mc_halfx_halfy() 845 ps_dec->pf_halfx_halfy_8x8(pu1_out_ptr,pu1_ref_ptr,u4_ref_wid,u4_out_wid); in impeg2d_mc_halfx_halfy() 849 pu1_ref_ptr = (pu1_ref + BLK_SIZE); 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() [all …]
|