Home
last modified time | relevance | path

Searched refs:hufftable (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/isa-l/isa-l-2.30.0/igzip/
H A Digzip_semi_dyn_file_perf.c97 struct isal_hufftables hufftable; in semi_dyn_stateless_perf() local
118 isal_create_hufftables_subset(&hufftable, &histogram); in semi_dyn_stateless_perf()
120 isal_create_hufftables(&hufftable, &histogram); in semi_dyn_stateless_perf()
125 stream->hufftables = &hufftable; in semi_dyn_stateless_perf()
138 struct isal_hufftables hufftable; in semi_dyn_stateful_perf() local
160 isal_create_hufftables_subset(&hufftable, &histogram); in semi_dyn_stateful_perf()
162 isal_create_hufftables(&hufftable, &histogram); in semi_dyn_stateful_perf()
166 stream->hufftables = &hufftable; in semi_dyn_stateful_perf()
H A Dhuffman.asm92 %define %%hufftables %4 ; address of the hufftable
103 %define %%hufftables %3 ; address of the hufftable
166 %define %%hufftables %3 ; address of the hufftable
H A Dhuff_codes.c1256 uint32_t length, struct huff_code *hufftable) in create_code_tables() argument
1260 code_table[i] = hufftable[i].code; in create_code_tables()
1261 code_length_table[i] = hufftable[i].length; in create_code_tables()
/dports/www/p5-Protocol-HTTP2/Protocol-HTTP2-1.10/examples/
H A Dextract_huff_codes.pl17 my $hufftable =
20 my $value = $doc->findvalue($hufftable);
/dports/graphics/libfpx/libfpx-1.3.1-10/jpeg/
H A Dpublic.c265 JPEGHuffTable *hufftable; in eJPEG_SetHuffTables() local
272 hufftable = (JPEGHuffTable *) HuffTables; in eJPEG_SetHuffTables()
273 for (i=0; i < NumbHuffTables; i++, hufftable++) { in eJPEG_SetHuffTables()
274 jpg->HuffTables[i].bits = hufftable->bits; in eJPEG_SetHuffTables()
275 jpg->HuffTables[i].vals = hufftable->vals; in eJPEG_SetHuffTables()
276 jpg->HuffTables[i].hclass = hufftable->hclass; in eJPEG_SetHuffTables()
277 jpg->HuffTables[i].ident = hufftable->ident; in eJPEG_SetHuffTables()
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/libmad/
H A Dhuffman.h57 struct hufftable { struct
64 extern struct hufftable const mad_huff_pair_table[32]; argument
H A Dhuffman.c3073 struct hufftable const mad_huff_pair_table[32] = {
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libmad/
H A Dhuffman.h57 struct hufftable { struct
64 extern struct hufftable const mad_huff_pair_table[32]; argument
H A Dhuffman.c3071 struct hufftable const mad_huff_pair_table[32] = {
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/libmad/
H A Dhuffman.h57 struct hufftable { struct
64 extern struct hufftable const mad_huff_pair_table[32]; argument
/dports/audio/libmad/libmad-0.15.1b/
H A Dhuffman.h57 struct hufftable { struct
64 extern struct hufftable const mad_huff_pair_table[32]; argument
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_mad/ADM_libMad/
H A Dhuffman.h57 struct hufftable { struct
64 extern struct hufftable const mad_huff_pair_table[32]; argument
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_mad/ADM_libMad/
H A Dhuffman.h57 struct hufftable { struct
64 extern struct hufftable const mad_huff_pair_table[32]; argument
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_mad/ADM_libMad/
H A Dhuffman.h57 struct hufftable { struct
64 extern struct hufftable const mad_huff_pair_table[32]; argument
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_mad/ADM_libMad/
H A Dhuffman.h57 struct hufftable { struct
64 extern struct hufftable const mad_huff_pair_table[32]; argument
/dports/audio/praat/praat-6.2.03/external/mp3/
H A Dmad_huffman.h57 struct hufftable { struct
64 extern struct hufftable const mad_huff_pair_table[32]; argument
/dports/audio/streamripper/streamripper-1.64.6/libmad-0.15.1b/
H A Dhuffman.h57 struct hufftable { struct
64 extern struct hufftable const mad_huff_pair_table[32]; argument
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/nomaddecoder/mad/
H A Dhuffman.h57 struct hufftable { struct
64 extern struct hufftable const mad_huff_pair_table[32]; argument
/dports/games/bstone/bstone-1.1.9/src/
H A Did_ca.cpp283 huffnode* hufftable) in CAL_HuffExpand() argument
289 huffnode* headptr = &hufftable[254]; // head node is always node 254 in CAL_HuffExpand()
315 huffptr = &hufftable[nodeval - 256]; in CAL_HuffExpand()
322 huffnode* hufftable) in ca_huff_expand_on_screen() argument
328 huffnode* headptr = &hufftable[254]; // head node is always node 254 in ca_huff_expand_on_screen()
360 huffptr = &hufftable[nodeval - 256]; in ca_huff_expand_on_screen()
H A Did_ca.h207 huffnode* hufftable);
211 huffnode* hufftable);
/dports/japanese/xv/xv-3.10a/
H A Dxvpcd.c1155 int *hufftable[3], *huffstart = NULL, *huffptr = NULL; in gethuffdata() local
1181 hufftable[i] = NULL; in gethuffdata()
1183 if((hufftable[i] = gethufftable()) == NULL) { in gethuffdata()
1226 huffstart = hufftable[0]; in gethuffdata()
1231 huffstart = hufftable[1]; in gethuffdata()
1236 huffstart = hufftable[2]; in gethuffdata()
1304 free(hufftable[i]); in gethuffdata()
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvpcd.c1155 int *hufftable[3], *huffstart = NULL, *huffptr = NULL; in gethuffdata() local
1181 hufftable[i] = NULL; in gethuffdata()
1183 if((hufftable[i] = gethufftable()) == NULL) { in gethuffdata()
1226 huffstart = hufftable[0]; in gethuffdata()
1231 huffstart = hufftable[1]; in gethuffdata()
1236 huffstart = hufftable[2]; in gethuffdata()
1304 free(hufftable[i]); in gethuffdata()
/dports/graphics/xv/xv-3.10a/
H A Dxvpcd.c1155 int *hufftable[3], *huffstart = NULL, *huffptr = NULL; in gethuffdata() local
1181 hufftable[i] = NULL; in gethuffdata()
1183 if((hufftable[i] = gethufftable()) == NULL) { in gethuffdata()
1226 huffstart = hufftable[0]; in gethuffdata()
1231 huffstart = hufftable[1]; in gethuffdata()
1236 huffstart = hufftable[2]; in gethuffdata()
1304 free(hufftable[i]); in gethuffdata()
/dports/multimedia/smpeg2/smpeg2-2.0.0/
H A DMakefile.in114 filter.lo filter_2.lo hufftable.lo mpeglayer1.lo mpeglayer2.lo \
396 audio/hufftable.cpp \
655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hufftable.Plo@am__quote@
777 hufftable.lo: audio/hufftable.cpp
778 …AGS) -MT hufftable.lo -MD -MP -MF $(DEPDIR)/hufftable.Tpo -c -o hufftable.lo `test -f 'audio/hufft…
779 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hufftable.Tpo $(DEPDIR)/hufftable.Plo
782 …S) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hufftable.lo `test -f 'audio/hufftable.cpp' || echo '$(srcdir)…
H A DMakefile.am22 audio/hufftable.cpp \

12