Home
last modified time | relevance | path

Searched defs:pu1_ref (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/libhevc/common/
H A Dihevc_intra_pred_filters.c195 UWORD8 pu1_ref; in ihevc_intra_pred_luma_ref_substitution() local
756 void ihevc_intra_pred_luma_planar(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_planar()
842 void ihevc_intra_pred_luma_dc(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_dc()
958 void ihevc_intra_pred_luma_horz(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_horz()
1038 void ihevc_intra_pred_luma_ver(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_ver()
1116 void ihevc_intra_pred_luma_mode2(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_mode2()
1180 void ihevc_intra_pred_luma_mode_18_34(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_mode_18_34()
1257 void ihevc_intra_pred_luma_mode_3_to_9(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_mode_3_to_9()
1334 void ihevc_intra_pred_luma_mode_11_to_17(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_mode_11_to_17()
1442 void ihevc_intra_pred_luma_mode_19_to_25(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_mode_19_to_25()
[all …]
H A Dihevc_chroma_intra_pred_filters.c457 void ihevc_intra_pred_chroma_planar(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_planar()
545 void ihevc_intra_pred_chroma_dc(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_dc()
649 void ihevc_intra_pred_chroma_horz(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_horz()
711 void ihevc_intra_pred_chroma_ver(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_ver()
771 void ihevc_intra_pred_chroma_mode2(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_mode2()
838 void ihevc_intra_pred_chroma_mode_18_34(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_mode_18_34()
911 void ihevc_intra_pred_chroma_mode_3_to_9(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_mode_3_to_9()
1000 void ihevc_intra_pred_chroma_mode_11_to_17(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_mode_11_to_17()
1120 void ihevc_intra_pred_chroma_mode_19_to_25(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_mode_19_to_25()
1228 void ihevc_intra_pred_chroma_mode_27_to_33(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_mode_27_to_33()
/aosp_15_r20/external/libhevc/common/arm/
H A Dihevc_intra_pred_filters_neon_intr.c118 UWORD8 pu1_ref; in ihevc_intra_pred_luma_ref_substitution_neonintr() local
655 void ihevc_intra_pred_luma_planar_neonintr(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_planar_neonintr()
890 void ihevc_intra_pred_luma_dc_neonintr(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_dc_neonintr()
1178 void ihevc_intra_pred_luma_horz_neonintr(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_horz_neonintr()
1410 void ihevc_intra_pred_luma_ver_neonintr(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_ver_neonintr()
1713 void ihevc_intra_pred_luma_mode2_neonintr(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_mode2_neonintr()
1877 void ihevc_intra_pred_luma_mode_18_34_neonintr(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_mode_18_34_neonintr()
2090 void ihevc_intra_pred_luma_mode_3_to_9_neonintr(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_mode_3_to_9_neonintr()
2302 void ihevc_intra_pred_luma_mode_11_to_17_neonintr(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_mode_11_to_17_neonintr()
2564 void ihevc_intra_pred_luma_mode_19_to_25_neonintr(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_mode_19_to_25_neonintr()
[all …]
H A Dihevc_intra_ref_substitution_a9q.c402 UWORD8 pu1_ref; in ihevc_intra_pred_luma_ref_substitution_a9q() local
/aosp_15_r20/external/libmpeg2/common/
H A Dimpeg2_inter_pred.c248 UWORD8 *pu1_ref, in impeg2_mc_halfx_halfy_8x8()
321 UWORD8 *pu1_ref, in impeg2_mc_halfx_fully_8x8()
387 UWORD8 *pu1_ref, in impeg2_mc_fullx_halfy_8x8()
453 UWORD8 *pu1_ref, in impeg2_mc_fullx_fully_8x8()
H A Dicv_sad.c90 UWORD8 *pu1_ref, in icv_sad_8x4()
/aosp_15_r20/external/libhevc/common/x86/
H A Dihevc_chroma_intra_pred_filters_ssse3_intr.c128 void ihevc_intra_pred_chroma_planar_ssse3(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_planar_ssse3()
284 void ihevc_intra_pred_chroma_dc_ssse3(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_dc_ssse3()
538 void ihevc_intra_pred_chroma_horz_ssse3(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_horz_ssse3()
678 void ihevc_intra_pred_chroma_ver_ssse3(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_ver_ssse3()
801 void ihevc_intra_pred_chroma_mode2_ssse3(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_mode2_ssse3()
923 void ihevc_intra_pred_chroma_mode_18_34_ssse3(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_mode_18_34_ssse3()
1149 void ihevc_intra_pred_chroma_mode_3_to_9_ssse3(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_mode_3_to_9_ssse3()
1555 void ihevc_intra_pred_chroma_mode_11_to_17_ssse3(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_mode_11_to_17_ssse3()
1975 void ihevc_intra_pred_chroma_mode_19_to_25_ssse3(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_mode_19_to_25_ssse3()
2331 void ihevc_intra_pred_chroma_mode_27_to_33_ssse3(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_mode_27_to_33_ssse3()
H A Dihevc_intra_pred_filters_ssse3_intr.c123 UWORD8 pu1_ref; in ihevc_intra_pred_luma_ref_substitution_ssse3() local
663 void ihevc_intra_pred_luma_planar_ssse3(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_planar_ssse3()
1038 void ihevc_intra_pred_luma_dc_ssse3(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_dc_ssse3()
1420 void ihevc_intra_pred_luma_horz_ssse3(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_horz_ssse3()
1690 void ihevc_intra_pred_luma_ver_ssse3(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_ver_ssse3()
1859 void ihevc_intra_pred_luma_mode2_ssse3(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_mode2_ssse3()
2017 void ihevc_intra_pred_luma_mode_18_34_ssse3(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_mode_18_34_ssse3()
2308 void ihevc_intra_pred_luma_mode_3_to_9_ssse3(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_mode_3_to_9_ssse3()
2852 void ihevc_intra_pred_luma_mode_11_to_17_ssse3(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_mode_11_to_17_ssse3()
3694 void ihevc_intra_pred_luma_mode_19_to_25_ssse3(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_mode_19_to_25_ssse3()
[all …]
H A Dihevc_intra_pred_filters_sse42_intr.c379 void ihevc_intra_pred_luma_dc_sse42(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_dc_sse42()
911 void ihevc_intra_pred_luma_horz_sse42(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_horz_sse42()
1179 void ihevc_intra_pred_luma_ver_sse42(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_ver_sse42()
1395 void ihevc_intra_pred_luma_mode_3_to_9_sse42(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_mode_3_to_9_sse42()
1932 void ihevc_intra_pred_luma_mode_11_to_17_sse42(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_mode_11_to_17_sse42()
2771 void ihevc_intra_pred_luma_mode_19_to_25_sse42(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_mode_19_to_25_sse42()
3540 void ihevc_intra_pred_luma_mode_27_to_33_sse42(UWORD8 *pu1_ref, in ihevc_intra_pred_luma_mode_27_to_33_sse42()
H A Dihevc_chroma_intra_pred_filters_sse42_intr.c109 void ihevc_intra_pred_chroma_planar_sse42(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_planar_sse42()
263 void ihevc_intra_pred_chroma_dc_sse42(UWORD8 *pu1_ref, in ihevc_intra_pred_chroma_dc_sse42()
/aosp_15_r20/external/libhevc/encoder/
H A Dhme_subpel.c1231 U08 *pu1_ref = ps_prms->pu1_ref; in hme_evalsatd_pt_pu_8x8_tu_rec() local
1330 U08 *pu1_ref = ps_prms->pu1_ref; in hme_evalsatd_update_2_best_results_pt_pu_16x16() local
1503 U08 *pu1_ref = ps_prms->pu1_ref; in hme_evalsatd_update_1_best_result_pt_pu_16x16() local
1662 U08 *pu1_ref = ps_prms->pu1_ref; in hme_evalsatd_pt_pu_16x16_tu_rec() local
1747 U08 *pu1_ref = ps_prms->pu1_ref; in hme_evalsatd_pt_pu_32x32() local
1849 U08 *pu1_ref = ps_prms->pu1_ref; in hme_evalsatd_pt_pu_32x32_tu_rec() local
1952 U08 *pu1_ref = ps_prms->pu1_ref; in hme_evalsatd_pt_pu_64x64() local
2084 U08 *pu1_ref = ps_prms->pu1_ref; in hme_evalsatd_pt_pu_64x64_tu_rec() local
2342 U08 *apu1_hpel_ref[4], *pu1_ref; in hme_subpel_refine_search_node_high_speed() local
2959 U08 *apu1_hpel_ref[4], *pu1_ref; in hme_subpel_refine_search_node_high_speed() local
H A Dihevce_recur_bracketing.c2943 UWORD8 *pu1_inp, WORD32 i4_inp_stride, UWORD8 *pu1_ref, WORD32 i4_ref_stride, WORD32 trans_size) in ihevce_nxn_sad_computer()
3021 UWORD8 *pu1_ref; in ihevce_mode_eval_filtering() local
H A Dihevce_common_utils.c861 UWORD8 *pu1_inp, UWORD8 *pu1_ref, UWORD32 inp_stride, UWORD32 ref_stride, UWORD32 wd, in ihevce_ssd_calculator()
914 UWORD8 *pu1_inp, UWORD8 *pu1_ref, UWORD32 inp_stride, UWORD32 ref_stride, UWORD32 wd, in ihevce_chroma_interleave_ssd_calculator()
H A Dhme_coarse.c570 U08 *pu1_inp, *pu1_inp_orig, *pu1_ref; in hme_store_4x4_sads_high_quality() local
653 U08 *pu1_inp, *pu1_inp_orig, *pu1_ref; in hme_store_4x4_sads_high_speed() local
H A Dihevce_frame_process_utils.c211 unsigned char *pu1_ref, in calc_block_ssim()
/aosp_15_r20/external/libmpeg2/decoder/
H A Dimpeg2d_mc.c826 UWORD8 *pu1_ref, in impeg2d_mc_halfx_halfy()
956 UWORD8 *pu1_ref, in impeg2d_mc_halfx_fully()
1079 UWORD8 *pu1_ref, in impeg2d_mc_fullx_halfy()
1200 UWORD8 *pu1_ref, in impeg2d_mc_fullx_fully()
/aosp_15_r20/external/libavc/encoder/
H A Dime.c129 UWORD8 *pu1_ref; in ime_diamond_search_16x16() local
310 UWORD8 *pu1_ref = NULL; in ime_evaluate_init_srchposn_16x16() local
704 UWORD8 *pu1_ref = NULL; in ime_compute_skip_cost() local
H A Dih264e_mc.c127 UWORD8 *pu1_ref[4]; in ih264e_motion_comp_luma() local
306 UWORD8 *pu1_ref; in ih264e_motion_comp_chroma() local
/aosp_15_r20/external/libhevc/encoder/arm/
H A Dihevce_ssd_calculator_neon.c239 UWORD8 *pu1_ref, in ihevce_ssd_calculator_plane_neon()
291 UWORD8 *pu1_inp, UWORD8 *pu1_ref, UWORD32 inp_stride, UWORD32 ref_stride, UWORD32 wd, in ihevce_ssd_calculator_neon()
299 UWORD8 *pu1_inp, UWORD8 *pu1_ref, UWORD32 inp_stride, UWORD32 ref_stride, UWORD32 wd, in ihevce_chroma_interleave_ssd_calculator_neon()
H A Dihevce_me_neon.c433 U08 *pu1_ref = ps_prms->pu1_ref; in hme_evalsad_grid_npu_MxN_neon() local
506 UWORD8 *pu1_ref = ps_err_prms->pu1_ref; in hme_calc_sad_and_1_best_result_neon() local
626 UWORD8 *pu1_ref = ps_err_prms->pu1_ref; in hme_calc_sad_and_1_best_result_subpel_neon() local
H A Dihevce_coarse_layer_sad_neon.c109 U08 *pu1_inp, *pu1_ref; in hme_store_4x4_sads_high_speed_neon() local
262 U08 *pu1_inp, *pu1_ref; in hme_store_4x4_sads_high_quality_neon() local
H A Dihevce_subpel_neon.c376 U08 *pu1_ref = ps_prms->pu1_ref; in hme_evalsatd_update_1_best_result_pt_pu_16x16_neon() local
/aosp_15_r20/external/libavc/encoder/svc/
H A Disvce_mc.c122 UWORD8 *pu1_ref[4]; in isvce_motion_comp_luma() local
312 UWORD8 *pu1_ref; in isvce_motion_comp_chroma() local
H A Disvce_me.c179 UWORD8 *pu1_ref; in isvce_diamond_search_16x16() local
349 UWORD8 *pu1_ref = NULL; in isvce_evaluate_init_srchposn_16x16() local
732 UWORD8 *pu1_ref = NULL; in isvce_compute_skip_cost() local
/aosp_15_r20/external/libmpeg2/common/x86/
H A Dicv_sad_ssse3.c91 UWORD8 *pu1_ref, in icv_sad_8x4_ssse3()

12