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

/external/libavc/encoder/x86/
H A Dih264e_function_selector_ssse3.c167 ps_codec->pf_inter_pred_luma_copy = ih264_inter_pred_luma_copy_ssse3;
/external/libavc/encoder/arm/
H A Dih264e_function_selector_a9q.c201 ps_codec->pf_inter_pred_luma_copy = ih264_inter_pred_luma_copy_a9q;
H A Dih264e_function_selector_av8.c211 ps_codec->pf_inter_pred_luma_copy = ih264_inter_pred_luma_copy_av8;
/external/libavc/encoder/
H A Dih264e_core_coding.c414 ps_codec->pf_inter_pred_luma_copy(pu1_cur_prd_blk, pu1_cur_out_blk,
1589 ps_codec->pf_inter_pred_luma_copy(pu1_pred_mb, pu1_ref_mb, i4_pred_strd,
1835 ps_codec->pf_inter_pred_luma_copy(pu1_pred_mb, pu1_ref_mb,
1968 ps_codec->pf_inter_pred_luma_copy(pu1_ref_mb_intra_4x4, pu1_rec_mb, MB_SIZE, i4_rec_strd, MB_SIZE, MB_SIZE, NULL, 0);
2229 ps_codec->pf_inter_pred_luma_copy(pu1_pseudo_pred, pu1_rec_mb,
2355 ps_codec->pf_inter_pred_luma_copy(pu1_pred_mb, pu1_rec_mb, i4_pred_strd,
H A Dih264e_function_selector_generic.c213 ps_codec->pf_inter_pred_luma_copy = ih264_inter_pred_luma_copy;
H A Dih264e_mc.c262 ps_codec->pf_inter_pred_luma_copy(pu1_ref[u4_lkup_idx1],
H A Dih264e_me.c1046 ps_codec->pf_inter_pred_luma_copy(
2078 ps_codec->pf_inter_pred_luma_copy(pu1_bi_buf,
2088 ps_codec->pf_inter_pred_luma_copy(
H A Dih264e_structs.h2725 ih264_inter_pred_luma_ft *pf_inter_pred_luma_copy; member in struct:_codec_t

Completed in 1131 milliseconds