Home
last modified time | relevance | path

Searched refs:MPC7_HDR_BITS (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpc7data.h47 #define MPC7_HDR_BITS 9 macro
Dmpc7.c55 INIT_VLC_STATIC_FROM_LENGTHS(&hdr_vlc, MPC7_HDR_BITS, MPC7_HDR_SIZE, in mpc7_init_static()
57 &mpc7_hdr[0], 2, 1, -5, 0, 1 << MPC7_HDR_BITS); in mpc7_init_static()
222 int t = i ? get_vlc2(&gb, hdr_vlc.table, MPC7_HDR_BITS, 1) : 4; in mpc7_decode_frame()