Home | History | Annotate | Download | only in celt

Lines Matching full:epsilon

126             bandE[i+c*m->nbEBands] = EPSILON+VSHR32(EXTEND32(celt_sqrt(sum)),-shift);
128 bandE[i+c*m->nbEBands] = EPSILON;
382 shift = celt_ilog2(EPSILON+MAX32(Ex, Ey))-14;
400 norm = EPSILON + celt_sqrt(EPSILON+MULT16_16(left,left)+MULT16_16(right,right));