Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvlc.h98 #define INIT_VLC_OUTPUT_LE 8 macro
99 #define INIT_VLC_LE (INIT_VLC_INPUT_LE | INIT_VLC_OUTPUT_LE)
H A Dwnv1.c121 -7, INIT_VLC_OUTPUT_LE, 1 << CODE_VLC_BITS); in wnv1_init_static()
H A Dvlc.c164 if (flags & INIT_VLC_OUTPUT_LE) { in build_table()
202 j = (flags & INIT_VLC_OUTPUT_LE) ? bitswap_32(code_prefix) >> (32 - table_nb_bits) : code_prefix; in build_table()
H A Dindeo2.c232 0, INIT_VLC_OUTPUT_LE, 1 << CODE_VLC_BITS); in ir2_init_static()
H A Dspeedhq.c648 INIT_VLC_OUTPUT_LE, 512); in speedhq_static_init()
652 INIT_VLC_OUTPUT_LE, 514); in speedhq_static_init()
H A Dsmacker.c228 0, INIT_VLC_OUTPUT_LE, smk->avctx); in smacker_decode_header_tree()
661 0, INIT_VLC_OUTPUT_LE, avctx); in smka_decode_frame()
H A Dtscc2.c66 INIT_VLC_STATIC_OVERLONG | INIT_VLC_OUTPUT_LE, NULL); in tscc2_init_vlc()
H A Divi.c158 (flag ? INIT_VLC_USE_NEW_STATIC : 0) | INIT_VLC_OUTPUT_LE); in ivi_create_huff_from_desc()
H A Dwebp.c305 codes, sizeof(*codes), sizeof(*codes), INIT_VLC_OUTPUT_LE); in huff_reader_build_canonical()

Completed in 10 milliseconds