Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_api.c914 ps_codec->apf_inter_pred[0] = NULL; in ihevcd_update_function_ptr()
915 …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()
[all …]
Dihevcd_inter_pred.c369 func_ptr1 = ps_codec->apf_inter_pred[func_indx1]; in ihevcd_inter_pred_ctb()
370 func_ptr2 = ps_codec->apf_inter_pred[func_indx2]; in ihevcd_inter_pred_ctb()
386 func_ptr3 = ps_codec->apf_inter_pred[func_indx3]; in ihevcd_inter_pred_ctb()
387 func_ptr4 = ps_codec->apf_inter_pred[func_indx4]; in ihevcd_inter_pred_ctb()
Dihevcd_structs.h2166 pf_inter_pred apf_inter_pred[22]; member