Home
last modified time | relevance | path

Searched refs:ALPHA_VLC_BITS (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dspeedhq.c52 #define ALPHA_VLC_BITS 5 macro
198 GET_VLC(run, re, gb, dc_alpha_run_vlc_le.table, ALPHA_VLC_BITS, 2); in decode_alpha_block()
206 GET_VLC(level, re, gb, dc_alpha_level_vlc_le.table, ALPHA_VLC_BITS, 2); in decode_alpha_block()
595 INIT_LE_VLC_SPARSE_STATIC(&dc_alpha_run_vlc_le, ALPHA_VLC_BITS, in compute_alpha_vlcs()
635 INIT_LE_VLC_SPARSE_STATIC(&dc_alpha_level_vlc_le, ALPHA_VLC_BITS, in compute_alpha_vlcs()

Completed in 2 milliseconds