Searched refs:apf_inter_pred (Results 1 – 3 of 3) sorted by relevance
886 ps_codec->apf_inter_pred[0] = NULL; in ihevcd_update_function_ptr()887 …ps_codec->apf_inter_pred[1] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_copy_… in ihevcd_update_function_ptr()888 …ps_codec->apf_inter_pred[2] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_vert_… in ihevcd_update_function_ptr()889 …ps_codec->apf_inter_pred[3] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_horz_… in ihevcd_update_function_ptr()890 …ps_codec->apf_inter_pred[4] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_horz_… in ihevcd_update_function_ptr()891 …ps_codec->apf_inter_pred[5] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_copy_… in ihevcd_update_function_ptr()892 …ps_codec->apf_inter_pred[6] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_vert_… in ihevcd_update_function_ptr()893 …ps_codec->apf_inter_pred[7] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_horz_… in ihevcd_update_function_ptr()894 …ps_codec->apf_inter_pred[8] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_horz_… in ihevcd_update_function_ptr()895 …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 …]
369 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()
2123 pf_inter_pred apf_inter_pred[22]; member