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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dg729dec.c208 uint8_t quantizer_2nd_lo; ///< second stage lower vector of quantizer (size in bits) local
238 quantizer_2nd_lo = get_bits(&gb, VQ_2ND_BITS);
243 quantizer_1st, quantizer_2nd_lo, quantizer_2nd_hi);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dg729dec.c208 uint8_t quantizer_2nd_lo; ///< second stage lower vector of quantizer (size in bits) local
238 quantizer_2nd_lo = get_bits(&gb, VQ_2ND_BITS);
243 quantizer_1st, quantizer_2nd_lo, quantizer_2nd_hi);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dg729dec.c208 uint8_t quantizer_2nd_lo; ///< second stage lower vector of quantizer (size in bits) local
238 quantizer_2nd_lo = get_bits(&gb, VQ_2ND_BITS);
243 quantizer_1st, quantizer_2nd_lo, quantizer_2nd_hi);

Completed in 71 milliseconds