Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_inter_pred.c155 WORD32 func_indx1, func_indx2, func_indx3, func_indx4; in ihevcd_inter_pred_ctb() local
362 func_indx1 = 4 * (weighted_pred || bi_pred) + 1 + 11 * clr_indx; in ihevcd_inter_pred_ctb()
363 func_indx1 += ai2_xfrac[0] ? 2 : 0; in ihevcd_inter_pred_ctb()
364 func_indx1 += ai2_yfrac[0] ? 1 : 0; in ihevcd_inter_pred_ctb()
369 func_ptr1 = ps_codec->apf_inter_pred[func_indx1]; in ihevcd_inter_pred_ctb()