Home
last modified time | relevance | path

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

/aosp_15_r20/external/libmpeg2/decoder/
H A 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 …]
/aosp_15_r20/external/libhevc/encoder/
H A 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()
2098 UWORD8 *pu1_ref_ptr; in hme_calc_sad_and_2_best_results() local
2113 pu1_ref_ptr = &ps_err_prms->pu1_ref[0]; in hme_calc_sad_and_2_best_results()
2130 ((S32)pu1_ref_ptr[(z_ref + d)]) - ((S32)pu1_cur_ptr[(z_cur + d)]))); in hme_calc_sad_and_2_best_results()
2335 UWORD8 *pu1_ref_ptr; in hme_calc_sad_and_2_best_results_subpel() local
2339 pu1_ref_ptr = &ps_err_prms->pu1_ref[0]; in hme_calc_sad_and_2_best_results_subpel()
2356 ((S32)pu1_ref_ptr[(z_ref + d)]) - ((S32)pu1_cur_ptr[(z_cur + d)]))); in hme_calc_sad_and_2_best_results_subpel()
[all …]
H A Dhme_defs.h2074 UWORD8 *pu1_ref_ptr; /* Pointer to the candidate */ member
/aosp_15_r20/external/libhevc/encoder/arm/
H A 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()