Lines Matching refs:quant_step_size
88 uint8_t quant_step_size[MAX_CHANNELS]; ///< left shift to apply to Huffman-decoded residuals
314 if (prev->quant_step_size[ch] != dp->quant_step_size[ch]) {
389 dp->quant_step_size[channel] = ctx->cur_decoding_params->quant_step_size[channel];
408 memset(dp->quant_step_size, 0, sizeof(dp->quant_step_size));
897 put_bits(pb, 4, dp->quant_step_size[ch]);
963 lsb_bits [ch] = cp->huff_lsbs - dp->quant_step_size[ch];
979 int32_t sample = *sample_buffer++ >> dp->quant_step_size[ch];
1236 /* All samples are 0. TODO Return previous quant_step_size to avoid
1265 dp->quant_step_size[channel] = number_trailing_zeroes(sample_mask[channel]) - mp->shift[channel];
1576 int32_t sample = *sample_buffer >> dp->quant_step_size[channel];
1661 int32_t sample = *sample_buffer >> dp->quant_step_size[channel];
1720 int32_t mask = MSB_MASK(ctx->cur_decoding_params->quant_step_size[channel]);
1944 cp->huff_lsbs = cur_bo->lsb_bits + dp->quant_step_size[channel];