Home
last modified time | relevance | path

Searched refs:pf_inter_pred_luma_copy (Results 1 – 8 of 8) sorted by relevance

/external/libavc/encoder/
Dih264e_core_coding.c414 ps_codec->pf_inter_pred_luma_copy(pu1_cur_prd_blk, pu1_cur_out_blk, in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
1589 ps_codec->pf_inter_pred_luma_copy(pu1_pred_mb, pu1_ref_mb, i4_pred_strd, in ih264e_code_luma_intra_macroblock_16x16()
1835 ps_codec->pf_inter_pred_luma_copy(pu1_pred_mb, pu1_ref_mb, in ih264e_code_luma_intra_macroblock_4x4()
1968 …ps_codec->pf_inter_pred_luma_copy(pu1_ref_mb_intra_4x4, pu1_rec_mb, MB_SIZE, i4_rec_strd, MB_SIZE,… in ih264e_code_luma_intra_macroblock_4x4_rdopt_on()
2229 ps_codec->pf_inter_pred_luma_copy(pu1_pseudo_pred, pu1_rec_mb, in ih264e_code_luma_inter_macroblock_16x16()
2355 ps_codec->pf_inter_pred_luma_copy(pu1_pred_mb, pu1_rec_mb, i4_pred_strd, in ih264e_code_chroma_inter_macroblock_8x8()
Dih264e_function_selector_generic.c213 ps_codec->pf_inter_pred_luma_copy = ih264_inter_pred_luma_copy; in ih264e_init_function_ptr_generic()
Dih264e_mc.c262 ps_codec->pf_inter_pred_luma_copy(pu1_ref[u4_lkup_idx1], in ih264e_motion_comp_luma()
Dih264e_me.c1046 ps_codec->pf_inter_pred_luma_copy( in ih264e_compute_me_single_reflist()
2078 ps_codec->pf_inter_pred_luma_copy(pu1_bi_buf, in ih264e_compute_me_multi_reflist()
2088 ps_codec->pf_inter_pred_luma_copy( in ih264e_compute_me_multi_reflist()
Dih264e_structs.h2544 ih264_inter_pred_luma_ft *pf_inter_pred_luma_copy; member
/external/libavc/encoder/x86/
Dih264e_function_selector_ssse3.c167 ps_codec->pf_inter_pred_luma_copy = ih264_inter_pred_luma_copy_ssse3; in ih264e_init_function_ptr_ssse3()
/external/libavc/encoder/arm/
Dih264e_function_selector_a9q.c201 ps_codec->pf_inter_pred_luma_copy = ih264_inter_pred_luma_copy_a9q; in ih264e_init_function_ptr_neon_a9q()
Dih264e_function_selector_av8.c211 ps_codec->pf_inter_pred_luma_copy = ih264_inter_pred_luma_copy_av8; in ih264e_init_function_ptr_neon_av8()