Searched refs:pf_inter_pred_chroma (Results 1 – 12 of 12) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_mc.c | 380 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()
|
D | ih264e_function_selector_generic.c | 217 ps_codec->pf_inter_pred_chroma = ih264_inter_pred_chroma; in ih264e_init_function_ptr_generic()
|
D | ih264e_structs.h | 2729 ih264_inter_pred_chroma_ft *pf_inter_pred_chroma; member
|
/external/libavc/encoder/x86/ |
D | ih264e_function_selector_ssse3.c | 170 ps_codec->pf_inter_pred_chroma = ih264_inter_pred_chroma_ssse3; in ih264e_init_function_ptr_ssse3()
|
/external/libavc/decoder/x86/ |
D | ih264d_function_selector_ssse3.c | 177 ps_codec->pf_inter_pred_chroma = ih264_inter_pred_chroma_ssse3; in ih264d_init_function_ptr_ssse3()
|
/external/libavc/decoder/ |
D | ih264d_function_selector_generic.c | 219 ps_codec->pf_inter_pred_chroma = ih264_inter_pred_chroma; in ih264d_init_function_ptr_generic()
|
D | ih264d_inter_pred.c | 972 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()
|
D | ih264d_structs.h | 1377 ih264_inter_pred_chroma_ft *pf_inter_pred_chroma; member
|
/external/libavc/decoder/arm/ |
D | ih264d_function_selector_av8.c | 187 ps_codec->pf_inter_pred_chroma = ih264_inter_pred_chroma_av8; in ih264d_init_function_ptr_av8()
|
D | ih264d_function_selector_a9q.c | 196 ps_codec->pf_inter_pred_chroma = ih264_inter_pred_chroma_a9q; in ih264d_init_function_ptr_a9q()
|
/external/libavc/encoder/arm/ |
D | ih264e_function_selector_av8.c | 215 ps_codec->pf_inter_pred_chroma = ih264_inter_pred_chroma_av8; in ih264e_init_function_ptr_neon_av8()
|
D | ih264e_function_selector_a9q.c | 205 ps_codec->pf_inter_pred_chroma = ih264_inter_pred_chroma_a9q; in ih264e_init_function_ptr_neon_a9q()
|