Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dg729data.h30 #define VQ_2ND_BITS 5 ///< second stage vector of quantizer (size in bits) macro
177 static const int16_t cb_lsp_2nd[1<<VQ_2ND_BITS][10] = { /* (2.13) */
Dg729dec.c468 quantizer_2nd_lo = get_bits(&gb, VQ_2ND_BITS); in decode_frame()
469 quantizer_2nd_hi = get_bits(&gb, VQ_2ND_BITS); in decode_frame()