Searched refs:VLCBITS (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | wma.h | 55 #define VLCBITS 9 macro 56 #define VLCMAX ((22 + VLCBITS - 1) / VLCBITS)
|
H A D | wmaprodec.c | 125 #define VLCBITS 9 macro 127 #define VEC4MAXDEPTH ((HUFF_VEC4_MAXBITS+VLCBITS-1)/VLCBITS) 128 #define VEC2MAXDEPTH ((HUFF_VEC2_MAXBITS+VLCBITS-1)/VLCBITS) 129 #define VEC1MAXDEPTH ((HUFF_VEC1_MAXBITS+VLCBITS-1)/VLCBITS) 131 #define SCALERLMAXDEPTH ((HUFF_SCALE_RL_MAXBITS+VLCBITS-1)/VLCBITS) 323 INIT_VLC_STATIC(&sf_rl_vlc, VLCBITS, HUFF_SCALE_RL_SIZ in decode_init_static() [all...] |
H A D | wma.c | 45 ret = init_vlc(vlc, VLCBITS, n, table_bits, 1, 1, table_codes, 4, 4, 0); in init_coef_vlc() 438 code = get_vlc2(gb, vlc->table, VLCBITS, VLCMAX); in ff_wma_run_level_decode()
|
Completed in 4 milliseconds