Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dg729dec.c418 uint8_t quantizer_2nd_lo; ///< second stage lower vector of quantizer (size in bits) in decode_frame() local
468 quantizer_2nd_lo = get_bits(&gb, VQ_2ND_BITS); in decode_frame()
477 quantizer_1st, quantizer_2nd_lo, quantizer_2nd_hi); in decode_frame()