Home
last modified time | relevance | path

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

/external/libmpeg2/decoder/
Dimpeg2d_mc.c833 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 …]
/external/libhevc/encoder/
Dhme_err_compute.c196 cand0->pu1_ref_ptr = in compute_4x4_sads_for_16x16_blk()
222 (((S32)cand->pu1_ref_ptr[(z_ref + d)]) - ((S32)pu1_cur_ptr[(z_cur + d)]))); in compute_4x4_sads_for_16x16_blk()
337 cand0->pu1_ref_ptr = in compute_part_sads_for_MxM_blk()
363 (((WORD32)cand->pu1_ref_ptr[(z_ref + d)]) - in compute_part_sads_for_MxM_blk()
2112 UWORD8 *pu1_ref_ptr; in hme_calc_sad_and_2_best_results() local
2127 pu1_ref_ptr = &ps_err_prms->pu1_ref[0]; in hme_calc_sad_and_2_best_results()
2144 ((S32)pu1_ref_ptr[(z_ref + d)]) - ((S32)pu1_cur_ptr[(z_cur + d)]))); in hme_calc_sad_and_2_best_results()
2349 UWORD8 *pu1_ref_ptr; in hme_calc_sad_and_2_best_results_subpel() local
2353 pu1_ref_ptr = &ps_err_prms->pu1_ref[0]; in hme_calc_sad_and_2_best_results_subpel()
2370 ((S32)pu1_ref_ptr[(z_ref + d)]) - ((S32)pu1_cur_ptr[(z_cur + d)]))); in hme_calc_sad_and_2_best_results_subpel()
[all …]
Dhme_defs.h2074 UWORD8 *pu1_ref_ptr; /* Pointer to the candidate */ member
/external/libhevc/encoder/arm/
Dihevce_me_neon.c307 cand0->pu1_ref_ptr = in compute_part_sads_for_MxM_blk_neon()
333 cand->pu1_ref_ptr + j * ref_buf_stride_lsN, in compute_part_sads_for_MxM_blk_neon()
388 cand0->pu1_ref_ptr = in compute_4x4_sads_for_16x16_blk_neon()
406 cand->pu1_ref_ptr + j * ref_buf_stride_ls2, in compute_4x4_sads_for_16x16_blk_neon()