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

  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 138 int16_t lmagn[HALF_ANAL_BLOCKL], counter, countDiv; local
157 // lmagn(i)=log(magn(i))=log(2)*log2(magn(i))
158 // magn is in Q(-stages), and the real lmagn values are:
160 // lmagn in Q8
171 lmagn[i] = (int16_t)((log2 * log2_const) >> 15);
173 lmagn[i] += logval;
175 lmagn[i] = logval;
268 tmp16x8_3 = vld1q_s16(&lmagn[i]); // keep for several lines
279 // lmagn[i] - inst->noiseEstLogQuantile[offset + i]
303 if (lmagn[i] > inst->noiseEstLogQuantile[offset + i])
    [all...]
nsx_core.c 338 int16_t lmagn[HALF_ANAL_BLOCKL], counter, countDiv; local
355 // lmagn(i)=log(magn(i))=log(2)*log2(magn(i))
356 // magn is in Q(-stages), and the real lmagn values are:
358 // lmagn in Q8
369 lmagn[i] = (int16_t)((log2 * log2_const) >> 15);
371 lmagn[i] += logval;
373 lmagn[i] = logval;//0;
405 if (lmagn[i] > inst->noiseEstLogQuantile[offset + i]) {
424 if (WEBRTC_SPL_ABS_W16(lmagn[i] - inst->noiseEstLogQuantile[offset + i])
    [all...]
ns_core.c 221 float lmagn[HALF_ANAL_BLOCKL], delta; local
228 lmagn[i] = (float)log(magn[i]);
245 if (lmagn[i] > self->lquantile[offset + i]) {
254 if (fabs(lmagn[i] - self->lquantile[offset + i]) < WIDTH) {
    [all...]

Completed in 66 milliseconds