Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhqx.h81 #define HQX_CBP_VLC_BITS 5 macro
H A Dhqx.c198 cbp = get_vlc2(gb, ctx->cbp_vlc.table, HQX_CBP_VLC_BITS, 1); in hqx_decode_422a()
284 cbp = get_vlc2(gb, ctx->cbp_vlc.table, HQX_CBP_VLC_BITS, 1); in hqx_decode_444a()
H A Dhqxvlc.c2153 int ret = init_vlc(&ctx->cbp_vlc, HQX_CBP_VLC_BITS, FF_ARRAY_ELEMS(cbp_vlc_lens), in ff_hqx_init_vlcs()

Completed in 5 milliseconds