Home
last modified time | relevance | path

Searched refs:pf_inter_pred_chroma (Results 1 – 12 of 12) sorted by relevance

/external/libavc/encoder/
Dih264e_mc.c380 ps_codec->pf_inter_pred_chroma(pu1_ref, pu1_pred, i4_ref_strd, in ih264e_motion_comp_chroma()
436 ps_codec->pf_inter_pred_chroma(pu1_ref, in ih264e_motion_comp_chroma()
Dih264e_function_selector_generic.c217 ps_codec->pf_inter_pred_chroma = ih264_inter_pred_chroma; in ih264e_init_function_ptr_generic()
Dih264e_structs.h2729 ih264_inter_pred_chroma_ft *pf_inter_pred_chroma; member
/external/libavc/encoder/x86/
Dih264e_function_selector_ssse3.c170 ps_codec->pf_inter_pred_chroma = ih264_inter_pred_chroma_ssse3; in ih264e_init_function_ptr_ssse3()
/external/libavc/decoder/x86/
Dih264d_function_selector_ssse3.c177 ps_codec->pf_inter_pred_chroma = ih264_inter_pred_chroma_ssse3; in ih264d_init_function_ptr_ssse3()
/external/libavc/decoder/
Dih264d_function_selector_generic.c219 ps_codec->pf_inter_pred_chroma = ih264_inter_pred_chroma; in ih264d_init_function_ptr_generic()
Dih264d_inter_pred.c972 ps_dec->pf_inter_pred_chroma(pu1_ref_u, pu1_dest_u, u2_ref_wd_uv, in ih264d_motion_compensate_bp()
1208 ps_dec->pf_inter_pred_chroma(pu1_ref_u, pu1_dest_u, in ih264d_motion_compensate_mp()
1443 ps_dec->pf_inter_pred_chroma(pu1_ref_u, pu1_scratch_u, in ih264d_multiplex_ref_data()
Dih264d_structs.h1377 ih264_inter_pred_chroma_ft *pf_inter_pred_chroma; member
/external/libavc/decoder/arm/
Dih264d_function_selector_av8.c187 ps_codec->pf_inter_pred_chroma = ih264_inter_pred_chroma_av8; in ih264d_init_function_ptr_av8()
Dih264d_function_selector_a9q.c196 ps_codec->pf_inter_pred_chroma = ih264_inter_pred_chroma_a9q; in ih264d_init_function_ptr_a9q()
/external/libavc/encoder/arm/
Dih264e_function_selector_av8.c215 ps_codec->pf_inter_pred_chroma = ih264_inter_pred_chroma_av8; in ih264e_init_function_ptr_neon_av8()
Dih264e_function_selector_a9q.c205 ps_codec->pf_inter_pred_chroma = ih264_inter_pred_chroma_a9q; in ih264e_init_function_ptr_neon_a9q()