Searched refs:MPC7_DSCF_BITS (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpc7data.h | 40 #define MPC7_DSCF_BITS 6 macro
|
D | mpc7.c | 52 INIT_VLC_STATIC_FROM_LENGTHS(&dscf_vlc, MPC7_DSCF_BITS, MPC7_DSCF_SIZE, in mpc7_init_static() 54 &mpc7_dscf[0], 2, 1, -7, 0, 1 << MPC7_DSCF_BITS); in mpc7_init_static() 167 int t = get_vlc2(gb, dscf_vlc.table, MPC7_DSCF_BITS, 1); in get_scale_idx()
|