Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
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()
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()
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()
520 IVI_VLC_BITS, 1); in ivi_decode_coded_blocks()
526 run = get_vlc2(gb, band->blk_vlc.tab->table, IVI_VLC_BITS, 1) + 1; in ivi_decode_coded_blocks()
527 lo = get_vlc2(gb, band->blk_vlc.tab->table, IVI_VLC_BITS, 1); in ivi_decode_coded_blocks()
528 hi = get_vlc2(gb, band->blk_vlc.tab->table, IVI_VLC_BITS, 1); in ivi_decode_coded_blocks()
Divi.h49 #define IVI_VLC_BITS 13 ///< max number of bits of the ivi's huffman codes macro