Searched refs:quant_cof (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.c217 int32_t **quant_cof; ///< quantized parcor coefficients for a channel member in struct:__anon1860
243 int32_t *quant_cof; ///< quantized parcor coefficients member in struct:__anon1861
606 int32_t *quant_cof = bd->quant_cof; local
689 quant_cof[0] = 32 * parcor_scaled_values[get_bits(gb, 7)];
693 quant_cof[1] = -32 * parcor_scaled_values[get_bits(gb, 7)];
697 quant_cof[k] = get_bits(gb, 7);
707 quant_cof[k] = decode_rice(gb, rice_param) + offset;
708 if (quant_cof[k] < -64 || quant_cof[
864 int32_t *quant_cof = bd->quant_cof; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c216 int32_t **quant_cof; ///< quantized parcor coefficients for a channel member in struct:__anon3075
242 int32_t *quant_cof; ///< quantized parcor coefficients member in struct:__anon3076
620 int32_t *quant_cof = bd->quant_cof; local
707 quant_cof[0] = 32 * parcor_scaled_values[get_bits(gb, 7)];
711 quant_cof[1] = -32 * parcor_scaled_values[get_bits(gb, 7)];
715 quant_cof[k] = get_bits(gb, 7);
725 quant_cof[k] = decode_rice(gb, rice_param) + offset;
726 if (quant_cof[k] < -64 || quant_cof[
884 int32_t *quant_cof = bd->quant_cof; local
[all...]

Completed in 64 milliseconds