Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dasvdec.c54 INIT_LE_VLC_STATIC(&dc_ccp_vlc, DC_CCP_VLC_BITS, 8, in init_vlcs()
57 INIT_LE_VLC_STATIC(&ac_ccp_vlc, AC_CCP_VLC_BITS, 16, in init_vlcs()
63 INIT_LE_VLC_STATIC(&asv2_level_vlc, ASV2_LEVEL_VLC_BITS, 63, in init_vlcs()
Dvlc.h123 #define INIT_LE_VLC_STATIC(vlc, bits, a, b, c, d, e, f, g, static_size) \ macro