HomeSort by relevance Sort by last modified time
    Searched full:func_indx1 (Results 1 - 1 of 1) sorted by null

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

Completed in 134 milliseconds