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