Home
last modified time | relevance | path

Searched refs:pf_inter_pred (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/decoder/
Dihevcd_api.c915 …ps_codec->apf_inter_pred[1] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_copy_… in ihevcd_update_function_ptr()
916 …ps_codec->apf_inter_pred[2] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_vert_… in ihevcd_update_function_ptr()
917 …ps_codec->apf_inter_pred[3] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_horz_… in ihevcd_update_function_ptr()
918 …ps_codec->apf_inter_pred[4] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_horz_… in ihevcd_update_function_ptr()
919 …ps_codec->apf_inter_pred[5] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_copy_… in ihevcd_update_function_ptr()
920 …ps_codec->apf_inter_pred[6] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_vert_… in ihevcd_update_function_ptr()
921 …ps_codec->apf_inter_pred[7] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_horz_… in ihevcd_update_function_ptr()
922 …ps_codec->apf_inter_pred[8] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_horz_… in ihevcd_update_function_ptr()
923 …ps_codec->apf_inter_pred[9] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_vert_… in ihevcd_update_function_ptr()
924 …ps_codec->apf_inter_pred[10] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_vert… in ihevcd_update_function_ptr()
[all …]
Dihevcd_structs.h1559 typedef void (*pf_inter_pred)(void *, typedef
2129 pf_inter_pred apf_inter_pred[22];
Dihevcd_inter_pred.c154 pf_inter_pred func_ptr1, func_ptr2, func_ptr3, func_ptr4; in ihevcd_inter_pred_ctb()