Searched refs:pf_inter_pred_luma_copy (Results 1 – 8 of 8) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_core_coding.c | 414 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()
|
D | ih264e_function_selector_generic.c | 213 ps_codec->pf_inter_pred_luma_copy = ih264_inter_pred_luma_copy; in ih264e_init_function_ptr_generic()
|
D | ih264e_mc.c | 262 ps_codec->pf_inter_pred_luma_copy(pu1_ref[u4_lkup_idx1], in ih264e_motion_comp_luma()
|
D | ih264e_me.c | 1046 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()
|
D | ih264e_structs.h | 2544 ih264_inter_pred_luma_ft *pf_inter_pred_luma_copy; member
|
/external/libavc/encoder/x86/ |
D | ih264e_function_selector_ssse3.c | 167 ps_codec->pf_inter_pred_luma_copy = ih264_inter_pred_luma_copy_ssse3; in ih264e_init_function_ptr_ssse3()
|
/external/libavc/encoder/arm/ |
D | ih264e_function_selector_a9q.c | 201 ps_codec->pf_inter_pred_luma_copy = ih264_inter_pred_luma_copy_a9q; in ih264e_init_function_ptr_neon_a9q()
|
D | ih264e_function_selector_av8.c | 211 ps_codec->pf_inter_pred_luma_copy = ih264_inter_pred_luma_copy_av8; in ih264e_init_function_ptr_neon_av8()
|