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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwmaprodec.c142 int quant_step; ///< quantization step for the current subframe member in struct:__anon2044
1182 int quant_step = 90 * s->bits_per_sample >> 4; local
1204 quant_step += step;
1212 quant_step += ((quant + step) ^ sign) - sign;
1214 if (quant_step < 0) {
1221 s->channel[s->channel_indexes_for_cur_subframe[0]].quant_step = quant_step;
1226 s->channel[c].quant_step = quant_step;
1229 s->channel[c].quant_step
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmaprodec.c144 int quant_step; ///< quantization step for the current subframe member in struct:__anon3288
1193 int quant_step = 90 * s->bits_per_sample >> 4; local
1216 quant_step += step;
1224 quant_step += ((quant + step) ^ sign) - sign;
1226 if (quant_step < 0) {
1233 s->channel[s->channel_indexes_for_cur_subframe[0]].quant_step = quant_step;
1238 s->channel[c].quant_step = quant_step;
1241 s->channel[c].quant_step
[all...]
H A Dwmalosslessdec.c63 int quant_step; ///< quantization step for the current subframe member in struct:__anon3286

Completed in 122 milliseconds