HomeSort by relevance Sort by last modified time
    Searched refs:ntaps (Results 1 - 2 of 2) sorted by null

  /external/fec/
dtest.c 61 int ntaps; local
80 ntaps = i;
83 dp_simd = initdp(coeffs,ntaps);
84 dp_port = initdp_port(coeffs,ntaps);
  /external/libhevc/decoder/
ihevcd_inter_pred.c 132 WORD32 ntaps; local
310 ntaps = NTAPS_LUMA;
356 ntaps = NTAPS_CHROMA;
400 ref_pic_l0 - (ntaps / 2 - 1) * func_src_strd :
416 func_ht += (ai2_xfrac[0] && ai2_yfrac[0]) ? ntaps - 1 : 0;
425 func_src = pi2_tmp1 + (ntaps / 2 - 1) * func_src_strd;
442 ref_pic_l1 - (ntaps / 2 - 1) * func_src_strd :
458 func_ht += (ai2_xfrac[1] && ai2_yfrac[1]) ? ntaps - 1 : 0;
467 func_src = pi2_tmp2 + (ntaps / 2 - 1) * func_src_strd;

Completed in 67 milliseconds