Home | History | Annotate | Download | only in ns

Lines Matching refs:lmagn

475   WebRtc_Word16 lmagn[HALF_ANAL_BLOCKL], counter, countDiv;
492 // lmagn(i)=log(magn(i))=log(2)*log2(magn(i))
493 // magn is in Q(-stages), and the real lmagn values are:
495 // lmagn in Q8
506 lmagn[i] = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(log2, log2_const, 15);
508 lmagn[i] += logval;
510 lmagn[i] = logval;//0;
542 if (lmagn[i] > inst->noiseEstLogQuantile[offset + i]) {
562 if (WEBRTC_SPL_ABS_W16(lmagn[i] - inst->noiseEstLogQuantile[offset + i])