Home | History | Annotate | Download | only in celt

Lines Matching defs:norm

257       opus_val32 norm;
341 norm = SHL32(EXTEND32(len2),6+14)/ADD32(EPSILON,SHR32(mean,1));
349 id = IMAX(0,IMIN(127,MULT16_32_Q15(tmp[i],norm))); /* Do not round to nearest */
351 id = IMAX(0,IMIN(127,(int)floor(64*norm*tmp[i]))); /* Do not round to nearest */
864 /* Use the L1 norm to model the entropy of the L/R signal vs the M/S signal */