Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwmaprodec.c153 int quant_step; ///< quantization step for the current subframe member
1310 int quant_step = 90 * s->bits_per_sample >> 4; in decode_subframe() local
1333 quant_step += step; in decode_subframe()
1341 quant_step += ((quant + step) ^ sign) - sign; in decode_subframe()
1343 if (quant_step < 0) { in decode_subframe()
1350 s->channel[s->channel_indexes_for_cur_subframe[0]].quant_step = quant_step; in decode_subframe()
1355 s->channel[c].quant_step = quant_step; in decode_subframe()
1358 s->channel[c].quant_step in decode_subframe()
[all...]
H A Dwmalosslessdec.c65 int quant_step; ///< quantization step for the current subframe member

Completed in 5 milliseconds