scummvm/video
Bastien Bouclet 0f57aea2df COMMON: Use a prefix table to speed up the Huffman decoder
Symbols for codes shorter than the prefix table index width are stored
in the table. All the entries in the table with an index starting with
the code are set to the symbol value. That way, when decoding it is
possible to get the number of bits corresponding to the table width from
the bitstream and directly find the symbol value. Longer code still need
to be searched for in the codes list.
2019-04-13 16:24:25 +03:00
..
avi_decoder.cpp
avi_decoder.h
bink_decoder.cpp COMMON: Use a prefix table to speed up the Huffman decoder 2019-04-13 16:24:25 +03:00
bink_decoder.h COMMON: Use a prefix table to speed up the Huffman decoder 2019-04-13 16:24:25 +03:00
binkdata.h
coktel_decoder.cpp
coktel_decoder.h
dxa_decoder.cpp
dxa_decoder.h
flic_decoder.cpp
flic_decoder.h
module.mk
mpegps_decoder.cpp
mpegps_decoder.h
psx_decoder.cpp COMMON: Use a prefix table to speed up the Huffman decoder 2019-04-13 16:24:25 +03:00
psx_decoder.h COMMON: Use a prefix table to speed up the Huffman decoder 2019-04-13 16:24:25 +03:00
qt_decoder.cpp
qt_decoder.h
smk_decoder.cpp
smk_decoder.h
theora_decoder.cpp
theora_decoder.h
video_decoder.cpp
video_decoder.h