Searched refs:INIT_VLC_OUTPUT_LE (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vlc.h | 98 #define INIT_VLC_OUTPUT_LE 8 macro 99 #define INIT_VLC_LE (INIT_VLC_INPUT_LE | INIT_VLC_OUTPUT_LE)
|
H A D | wnv1.c | 121 -7, INIT_VLC_OUTPUT_LE, 1 << CODE_VLC_BITS); in wnv1_init_static()
|
H A D | vlc.c | 164 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 D | indeo2.c | 232 0, INIT_VLC_OUTPUT_LE, 1 << CODE_VLC_BITS); in ir2_init_static()
|
H A D | speedhq.c | 648 INIT_VLC_OUTPUT_LE, 512); in speedhq_static_init() 652 INIT_VLC_OUTPUT_LE, 514); in speedhq_static_init()
|
H A D | smacker.c | 228 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 D | tscc2.c | 66 INIT_VLC_STATIC_OVERLONG | INIT_VLC_OUTPUT_LE, NULL); in tscc2_init_vlc()
|
H A D | ivi.c | 158 (flag ? INIT_VLC_USE_NEW_STATIC : 0) | INIT_VLC_OUTPUT_LE); in ivi_create_huff_from_desc()
|
H A D | webp.c | 305 codes, sizeof(*codes), sizeof(*codes), INIT_VLC_OUTPUT_LE); in huff_reader_build_canonical()
|
Completed in 10 milliseconds