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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dwma.c356 s->noise_mult = 0.02;
358 s->noise_mult = 0.04;
363 s->noise_table[i] = 1.0 * s->noise_mult;
369 norm = (1.0 / (float)(1LL << 31)) * sqrt(3) * s->noise_mult;
H A Dwma.h130 float noise_mult; /* XXX: suppress that and integrate it in the noise array */ member in struct:WMACodecContext
H A Dwmadec.c679 mult1 = mult1 / (s->max_exponent[ch] * s->noise_mult);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dwma.c356 s->noise_mult = 0.02;
358 s->noise_mult = 0.04;
363 s->noise_table[i] = 1.0 * s->noise_mult;
369 norm = (1.0 / (float)(1LL << 31)) * sqrt(3) * s->noise_mult;
H A Dwma.h130 float noise_mult; /* XXX: suppress that and integrate it in the noise array */ member in struct:WMACodecContext
H A Dwmadec.c679 mult1 = mult1 / (s->max_exponent[ch] * s->noise_mult);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dwma.c356 s->noise_mult = 0.02;
358 s->noise_mult = 0.04;
363 s->noise_table[i] = 1.0 * s->noise_mult;
369 norm = (1.0 / (float)(1LL << 31)) * sqrt(3) * s->noise_mult;
H A Dwma.h130 float noise_mult; /* XXX: suppress that and integrate it in the noise array */ member in struct:WMACodecContext
H A Dwmadec.c679 mult1 = mult1 / (s->max_exponent[ch] * s->noise_mult);

Completed in 107 milliseconds