Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpc7data.h53 #define MPC7_QUANT_VLC_TABLES 7 macro
54 static const uint8_t mpc7_quant_vlc_sizes[MPC7_QUANT_VLC_TABLES] = {
58 static const int8_t mpc7_quant_vlc_off[MPC7_QUANT_VLC_TABLES] = {
H A Dmpc7.c43 static VLC scfi_vlc, dscf_vlc, hdr_vlc, quant_vlc[MPC7_QUANT_VLC_TABLES][2];
59 for (unsigned i = 0, offset = 0; i < MPC7_QUANT_VLC_TABLES; i++){ in mpc7_init_static()

Completed in 1 milliseconds