Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwmaprodec.c150 … int quant_step; ///< quantization step for the current subframe member
1296 int quant_step = 90 * s->bits_per_sample >> 4; in decode_subframe() local
1319 quant_step += step; in decode_subframe()
1327 quant_step += ((quant + step) ^ sign) - sign; in decode_subframe()
1329 if (quant_step < 0) { in decode_subframe()
1336 s->channel[s->channel_indexes_for_cur_subframe[0]].quant_step = quant_step; in decode_subframe()
1341 s->channel[c].quant_step = quant_step; in decode_subframe()
1344 s->channel[c].quant_step += get_bits(&s->gb, modifier_len) + 1; in decode_subframe()
1346 ++s->channel[c].quant_step; in decode_subframe()
1389 const int exp = s->channel[c].quant_step - in decode_subframe()
Dwmalosslessdec.c64 …int quant_step; ///< quantization step for the current subframe member