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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalsdec.c464 static int32_t decode_rice(GetBitContext *gb, unsigned int k) function
643 s[k] = s[k - 1] + decode_rice(gb, 2);
652 s[k] = s[k - 1] + decode_rice(gb, 0);
707 quant_cof[k] = decode_rice(gb, rice_param) + offset;
717 quant_cof[k] = decode_rice(gb, 2) + (k & 1);
721 quant_cof[k] = decode_rice(gb, 1);
741 bd->ltp_gain[0] = decode_rice(gb, 1) << 3;
742 bd->ltp_gain[1] = decode_rice(gb, 2) << 3;
748 bd->ltp_gain[3] = decode_rice(gb, 2) << 3;
749 bd->ltp_gain[4] = decode_rice(g
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c473 static int32_t decode_rice(GetBitContext *gb, unsigned int k) function
657 s[k] = s[k - 1] + decode_rice(gb, 2);
666 s[k] = s[k - 1] + decode_rice(gb, 0);
725 quant_cof[k] = decode_rice(gb, rice_param) + offset;
737 quant_cof[k] = decode_rice(gb, 2) + (k & 1);
741 quant_cof[k] = decode_rice(gb, 1);
761 bd->ltp_gain[0] = decode_rice(gb, 1) << 3;
762 bd->ltp_gain[1] = decode_rice(gb, 2) << 3;
768 bd->ltp_gain[3] = decode_rice(gb, 2) << 3;
769 bd->ltp_gain[4] = decode_rice(g
[all...]

Completed in 64 milliseconds