Home
last modified time | relevance | path

Searched refs:pf_weighted_bi_pred_luma (Results 1 – 6 of 6) sorted by relevance

/external/libavc/decoder/x86/
Dih264d_function_selector_sse42.c88 ps_codec->pf_weighted_bi_pred_luma = ih264_weighted_bi_pred_luma_sse42; in ih264d_init_function_ptr_sse42()
/external/libavc/decoder/
Dih264d_function_selector_generic.c148 ps_codec->pf_weighted_bi_pred_luma = ih264_weighted_bi_pred_luma; in ih264d_init_function_ptr_generic()
Dih264d_structs.h1366 ih264_weighted_bi_pred_ft *pf_weighted_bi_pred_luma; member
Dih264d_inter_pred.c1333 ps_dec->pf_weighted_bi_pred_luma(ps_pred_y_forw->pu1_rec_y_u, in ih264d_motion_compensate_mp()
/external/libavc/decoder/arm/
Dih264d_function_selector_av8.c130 ps_codec->pf_weighted_bi_pred_luma = ih264_weighted_bi_pred_luma_av8; in ih264d_init_function_ptr_av8()
Dih264d_function_selector_a9q.c132 ps_codec->pf_weighted_bi_pred_luma = ih264_weighted_bi_pred_luma_a9q; in ih264d_init_function_ptr_a9q()