Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_api.c1396 ps_codec->apf_inter_pred[0] = NULL; in ihevcd_update_function_ptr()
1397 …ps_codec->apf_inter_pred[1] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_copy_… in ihevcd_update_function_ptr()
1398 …ps_codec->apf_inter_pred[2] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_vert_… in ihevcd_update_function_ptr()
1399 …ps_codec->apf_inter_pred[3] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_horz_… in ihevcd_update_function_ptr()
1400 …ps_codec->apf_inter_pred[4] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_horz_… in ihevcd_update_function_ptr()
1401 …ps_codec->apf_inter_pred[5] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_copy_… in ihevcd_update_function_ptr()
1402 …ps_codec->apf_inter_pred[6] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_vert_… in ihevcd_update_function_ptr()
1403 …ps_codec->apf_inter_pred[7] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_horz_… in ihevcd_update_function_ptr()
1404 …ps_codec->apf_inter_pred[8] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_horz_… in ihevcd_update_function_ptr()
1405 …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.h2128 pf_inter_pred apf_inter_pred[22]; member