Searched refs:MPC7_HDR_BITS (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpc7.c | 56 INIT_VLC_STATIC_FROM_LENGTHS(&hdr_vlc, MPC7_HDR_BITS, MPC7_HDR_SIZE, in mpc7_init_static() 58 &mpc7_hdr[0], 2, 1, -5, 0, 1 << MPC7_HDR_BITS); in mpc7_init_static() 223 int t = i ? get_vlc2(&gb, hdr_vlc.table, MPC7_HDR_BITS, 1) : 4; in mpc7_decode_frame()
|
H A D | mpc7data.h | 47 #define MPC7_HDR_BITS 9 macro
|
Completed in 1 milliseconds