Searched refs:SAMPLE_FACTOR (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dsonic.c72 #define SAMPLE_FACTOR (1 << SAMPLE_SHIFT) macro
403 if (x > (SAMPLE_FACTOR<<16)) x = (SAMPLE_FACTOR<<16);
404 if (x < -(SAMPLE_FACTOR<<16)) x = -(SAMPLE_FACTOR<<16);
716 quant = (int)(BASE_QUANT*s->quantization*energy2/SAMPLE_FACTOR);
726 quant *= SAMPLE_FACTOR;
876 quant = get_ue_golomb(&gb) * SAMPLE_FACTOR;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dsonic.c72 #define SAMPLE_FACTOR (1 << SAMPLE_SHIFT) macro
403 if (x > (SAMPLE_FACTOR<<16)) x = (SAMPLE_FACTOR<<16);
404 if (x < -(SAMPLE_FACTOR<<16)) x = -(SAMPLE_FACTOR<<16);
716 quant = (int)(BASE_QUANT*s->quantization*energy2/SAMPLE_FACTOR);
726 quant *= SAMPLE_FACTOR;
876 quant = get_ue_golomb(&gb) * SAMPLE_FACTOR;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dsonic.c72 #define SAMPLE_FACTOR (1 << SAMPLE_SHIFT) macro
403 if (x > (SAMPLE_FACTOR<<16)) x = (SAMPLE_FACTOR<<16);
404 if (x < -(SAMPLE_FACTOR<<16)) x = -(SAMPLE_FACTOR<<16);
716 quant = (int)(BASE_QUANT*s->quantization*energy2/SAMPLE_FACTOR);
726 quant *= SAMPLE_FACTOR;
876 quant = get_ue_golomb(&gb) * SAMPLE_FACTOR;

Completed in 64 milliseconds