Home
last modified time | relevance | path

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

/external/libmpeg2/decoder/
Dimpeg2d_mc.c833 UWORD8 *pu1_out_ptr,*pu1_ref_ptr; in impeg2d_mc_halfx_halfy() local
836 pu1_out_ptr = pu1_out; 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()
848 pu1_out_ptr = (pu1_out + 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()
853 pu1_out_ptr = pu1_out + BLK_SIZE * u4_out_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()
858 pu1_out_ptr = pu1_out + BLK_SIZE * u4_out_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 …]
/external/libavc/common/
Dih264_iquant_itrans_recon.c122 UWORD8 *pu1_out_ptr = pu1_out; in ih264_iquant_itrans_recon_4x4() local
172 pu1_out = pu1_out_ptr; in ih264_iquant_itrans_recon_4x4()
207 pu1_out_ptr++; in ih264_iquant_itrans_recon_4x4()
226 UWORD8 *pu1_out_ptr = pu1_out; in ih264_iquant_itrans_recon_4x4_dc() local
245 pu1_out = pu1_out_ptr; in ih264_iquant_itrans_recon_4x4_dc()
267 pu1_out_ptr++; in ih264_iquant_itrans_recon_4x4_dc()
339 UWORD8 *pu1_out_ptr = pu1_out; in ih264_iquant_itrans_recon_8x8() local
446 pu1_out = pu1_out_ptr; in ih264_iquant_itrans_recon_8x8()
546 pu1_out_ptr++; in ih264_iquant_itrans_recon_8x8()
564 UWORD8 *pu1_out_ptr = pu1_out; in ih264_iquant_itrans_recon_8x8_dc() local
[all …]