Home | History | Annotate | Download | only in ns

Lines Matching refs:lmagn

99   int16_t lmagn[HALF_ANAL_BLOCKL], counter, countDiv;
118 // lmagn(i)=log(magn(i))=log(2)*log2(magn(i))
119 // magn is in Q(-stages), and the real lmagn values are:
121 // lmagn in Q8
132 lmagn[i] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(log2, log2_const, 15);
134 lmagn[i] += logval;
136 lmagn[i] = logval;
230 tmp16x8_3 = vld1q_s16(&lmagn[i]); // keep for several lines
245 // lmagn[i] - inst->noiseEstLogQuantile[offset + i]
270 if (lmagn[i] > inst->noiseEstLogQuantile[offset + i]) {
291 if (WEBRTC_SPL_ABS_W16(lmagn[i] - inst->noiseEstLogQuantile[offset + i])