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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dalsdec.c445 static int32_t decode_rice(GetBitContext *gb, unsigned int k) function
624 s[k] = s[k - 1] + decode_rice(gb, 2);
633 s[k] = s[k - 1] + decode_rice(gb, 0);
678 quant_cof[k] = decode_rice(gb, rice_param) + offset;
684 quant_cof[k] = decode_rice(gb, 2) + (k & 1);
688 quant_cof[k] = decode_rice(gb, 1);
708 bd->ltp_gain[0] = decode_rice(gb, 1) << 3;
709 bd->ltp_gain[1] = decode_rice(gb, 2) << 3;
715 bd->ltp_gain[3] = decode_rice(gb, 2) << 3;
716 bd->ltp_gain[4] = decode_rice(g
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dalsdec.c445 static int32_t decode_rice(GetBitContext *gb, unsigned int k) function
624 s[k] = s[k - 1] + decode_rice(gb, 2);
633 s[k] = s[k - 1] + decode_rice(gb, 0);
678 quant_cof[k] = decode_rice(gb, rice_param) + offset;
684 quant_cof[k] = decode_rice(gb, 2) + (k & 1);
688 quant_cof[k] = decode_rice(gb, 1);
708 bd->ltp_gain[0] = decode_rice(gb, 1) << 3;
709 bd->ltp_gain[1] = decode_rice(gb, 2) << 3;
715 bd->ltp_gain[3] = decode_rice(gb, 2) << 3;
716 bd->ltp_gain[4] = decode_rice(g
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dalsdec.c445 static int32_t decode_rice(GetBitContext *gb, unsigned int k) function
624 s[k] = s[k - 1] + decode_rice(gb, 2);
633 s[k] = s[k - 1] + decode_rice(gb, 0);
678 quant_cof[k] = decode_rice(gb, rice_param) + offset;
684 quant_cof[k] = decode_rice(gb, 2) + (k & 1);
688 quant_cof[k] = decode_rice(gb, 1);
708 bd->ltp_gain[0] = decode_rice(gb, 1) << 3;
709 bd->ltp_gain[1] = decode_rice(gb, 2) << 3;
715 bd->ltp_gain[3] = decode_rice(gb, 2) << 3;
716 bd->ltp_gain[4] = decode_rice(g
[all...]

Completed in 133 milliseconds