Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dindeo4.c519 IVI_VLC_BITS, 1); in decode_mb_info()
557 IVI_VLC_BITS, 1); in decode_mb_info()
577 IVI_VLC_BITS, 1); in decode_mb_info()
580 IVI_VLC_BITS, 1); in decode_mb_info()
587 IVI_VLC_BITS, 1); in decode_mb_info()
591 IVI_VLC_BITS, 1); in decode_mb_info()
H A Dindeo5.c500 IVI_VLC_BITS, 1); in decode_mb_info()
534 IVI_VLC_BITS, 1); in decode_mb_info()
554 IVI_VLC_BITS, 1); in decode_mb_info()
557 IVI_VLC_BITS, 1); in decode_mb_info()
H A Divi.c145 if (bits[pos] > IVI_VLC_BITS) in ivi_create_huff_from_desc()
157 return init_vlc(vlc, IVI_VLC_BITS, pos, bits, 1, 1, codewords, 2, 2, in ivi_create_huff_from_desc()
522 IVI_VLC_BITS, 1); in ivi_decode_coded_blocks()
528 run = get_vlc2(gb, band->blk_vlc.tab->table, IVI_VLC_BITS, 1) + 1; in ivi_decode_coded_blocks()
529 lo = get_vlc2(gb, band->blk_vlc.tab->table, IVI_VLC_BITS, 1); in ivi_decode_coded_blocks()
530 hi = get_vlc2(gb, band->blk_vlc.tab->table, IVI_VLC_BITS, 1); in ivi_decode_coded_blocks()
H A Divi.h49 #define IVI_VLC_BITS 13 ///< max number of bits of the ivi's huffman codes macro

Completed in 8 milliseconds