Searched refs:noise_mult (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwma.c361 s->noise_mult = 0.02;
363 s->noise_mult = 0.04;
368 s->noise_table[i] = 1.0 * s->noise_mult;
374 norm = (1.0 / (float)(1LL << 31)) * sqrt(3) * s->noise_mult;
H A Dwma.h132 float noise_mult; /* XXX: suppress that and integrate it in the noise array */ member in struct:WMACodecContext
H A Dwmadec.c680 mult1 = mult1 / (s->max_exponent[ch] * s->noise_mult);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwma.c323 s->noise_mult = 0.02;
325 s->noise_mult = 0.04;
330 s->noise_table[i] = 1.0 * s->noise_mult;
336 norm = (1.0 / (float)(1LL << 31)) * sqrt(3) * s->noise_mult;
H A Dwma.h127 float noise_mult; /* XXX: suppress that and integrate it in the noise array */ member in struct:WMACodecContext
H A Dwmadec.c682 mult1 = mult1 / (s->max_exponent[ch] * s->noise_mult);

Completed in 77 milliseconds