Searched refs:max_exponent (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.h116 float max_exponent[MAX_CHANNELS]; member in struct:WMACodecContext
H A Dwmaenc.c115 s->max_exponent[ch] = max_scale;
195 mult = pow(10, total_gain * 0.05) / s->max_exponent[ch];
H A Dwmadec.c239 wma_lsp_to_curve(s, s->exponents[ch], &s->max_exponent[ch],
381 s->max_exponent[ch] = max_scale;
629 mult = pow(10, total_gain * 0.05) / s->max_exponent[ch];
679 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.h116 float max_exponent[MAX_CHANNELS]; member in struct:WMACodecContext
H A Dwmaenc.c115 s->max_exponent[ch] = max_scale;
195 mult = pow(10, total_gain * 0.05) / s->max_exponent[ch];
H A Dwmadec.c239 wma_lsp_to_curve(s, s->exponents[ch], &s->max_exponent[ch],
381 s->max_exponent[ch] = max_scale;
629 mult = pow(10, total_gain * 0.05) / s->max_exponent[ch];
679 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.h116 float max_exponent[MAX_CHANNELS]; member in struct:WMACodecContext
H A Dwmaenc.c115 s->max_exponent[ch] = max_scale;
195 mult = pow(10, total_gain * 0.05) / s->max_exponent[ch];
H A Dwmadec.c239 wma_lsp_to_curve(s, s->exponents[ch], &s->max_exponent[ch],
381 s->max_exponent[ch] = max_scale;
629 mult = pow(10, total_gain * 0.05) / s->max_exponent[ch];
679 mult1 = mult1 / (s->max_exponent[ch] * s->noise_mult);

Completed in 79 milliseconds