Lines Matching defs:decode_rice
503 static int32_t decode_rice(GetBitContext *gb, unsigned int k)
687 s[k] = s[k - 1] + decode_rice(gb, 2);
696 s[k] = s[k - 1] + decode_rice(gb, 0);
750 quant_cof[k] = decode_rice(gb, rice_param) + offset;
762 quant_cof[k] = decode_rice(gb, 2) + (k & 1);
766 quant_cof[k] = decode_rice(gb, 1);
786 bd->ltp_gain[0] = decode_rice(gb, 1) * 8;
787 bd->ltp_gain[1] = decode_rice(gb, 2) * 8;
798 bd->ltp_gain[3] = decode_rice(gb, 2) * 8;
799 bd->ltp_gain[4] = decode_rice(gb, 1) * 8;
817 bd->raw_samples[0] = decode_rice(gb, avctx->bits_per_raw_sample - 4);
819 bd->raw_samples[1] = decode_rice(gb, FFMIN(s[0] + 3, ctx->s_max));
821 bd->raw_samples[2] = decode_rice(gb, FFMIN(s[0] + 1, ctx->s_max));
874 res = decode_rice(gb, cur_s);
904 *current_res++ = decode_rice(gb, s[sb]);
1230 int idx = av_clip(decode_rice(gb, k) + off,