Home
last modified time | relevance | path

Searched refs:ReplicateValue (Results 1 – 25 of 77) sorted by relevance

1234

/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/utils/
H A Dhuffman_utils.c53 static WEBP_INLINE void ReplicateValue(HuffmanCode* table, in ReplicateValue() function
132 ReplicateValue(table, 1, total_size, code); in BuildHuffmanTable()
158 ReplicateValue(&table[key], step, table_size, code); in BuildHuffmanTable()
185 ReplicateValue(&table[key >> root_bits], step, table_size, code); in BuildHuffmanTable()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/utils/
H A Dhuffman_utils.c53 static WEBP_INLINE void ReplicateValue(HuffmanCode* table, in ReplicateValue() function
132 ReplicateValue(table, 1, total_size, code); in BuildHuffmanTable()
158 ReplicateValue(&table[key], step, table_size, code); in BuildHuffmanTable()
185 ReplicateValue(&table[key >> root_bits], step, table_size, code); in BuildHuffmanTable()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/utils/
H A Dhuffman_utils.c53 static WEBP_INLINE void ReplicateValue(HuffmanCode* table, in ReplicateValue() function
132 ReplicateValue(table, 1, total_size, code); in BuildHuffmanTable()
158 ReplicateValue(&table[key], step, table_size, code); in BuildHuffmanTable()
185 ReplicateValue(&table[key >> root_bits], step, table_size, code); in BuildHuffmanTable()
/dports/www/zola/zola-0.15.2/cargo-crates/libwebp-sys-0.2.0/vendor/src/utils/
H A Dhuffman_utils.c53 static WEBP_INLINE void ReplicateValue(HuffmanCode* table,
132 ReplicateValue(table, 1, total_size, code);
158 ReplicateValue(&table[key], step, table_size, code);
185 ReplicateValue(&table[key >> root_bits], step, table_size, code);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/utils/
H A Dhuffman_utils.c53 static WEBP_INLINE void ReplicateValue(HuffmanCode* table, in ReplicateValue() function
132 ReplicateValue(table, 1, total_size, code); in BuildHuffmanTable()
158 ReplicateValue(&table[key], step, table_size, code); in BuildHuffmanTable()
185 ReplicateValue(&table[key >> root_bits], step, table_size, code); in BuildHuffmanTable()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/csharp/org/brotli/dec/
H A DHuffman.cs42 private static void ReplicateValue(int[] table, int offset, int step, int end, int item) in ReplicateValue() method in Org.Brotli.Dec.Huffman
122 ReplicateValue(rootTable, tableOffset + key, step, tableSize, len << 16 | sorted[symbol++]); in BuildHuffmanTable()
143ReplicateValue(rootTable, currentOffset + (key >> rootBits), step, tableSize, (len - rootBits) << … in BuildHuffmanTable()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/csharp/org/brotli/dec/
H A DHuffman.cs42 private static void ReplicateValue(int[] table, int offset, int step, int end, int item) in ReplicateValue() method in Org.Brotli.Dec.Huffman
122 ReplicateValue(rootTable, tableOffset + key, step, tableSize, len << 16 | sorted[symbol++]); in BuildHuffmanTable()
143ReplicateValue(rootTable, currentOffset + (key >> rootBits), step, tableSize, (len - rootBits) << … in BuildHuffmanTable()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/csharp/org/brotli/dec/
H A DHuffman.cs42 private static void ReplicateValue(int[] table, int offset, int step, int end, int item) in ReplicateValue() method in Org.Brotli.Dec.Huffman
122 ReplicateValue(rootTable, tableOffset + key, step, tableSize, len << 16 | sorted[symbol++]); in BuildHuffmanTable()
143ReplicateValue(rootTable, currentOffset + (key >> rootBits), step, tableSize, (len - rootBits) << … in BuildHuffmanTable()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/csharp/org/brotli/dec/
H A DHuffman.cs42 private static void ReplicateValue(int[] table, int offset, int step, int end, int item) in ReplicateValue() method in Org.Brotli.Dec.Huffman
122 ReplicateValue(rootTable, tableOffset + key, step, tableSize, len << 16 | sorted[symbol++]); in BuildHuffmanTable()
143ReplicateValue(rootTable, currentOffset + (key >> rootBits), step, tableSize, (len - rootBits) << … in BuildHuffmanTable()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/csharp/org/brotli/dec/
H A DHuffman.cs42 private static void ReplicateValue(int[] table, int offset, int step, int end, int item) in ReplicateValue() method in Org.Brotli.Dec.Huffman
122 ReplicateValue(rootTable, tableOffset + key, step, tableSize, len << 16 | sorted[symbol++]); in BuildHuffmanTable()
143ReplicateValue(rootTable, currentOffset + (key >> rootBits), step, tableSize, (len - rootBits) << … in BuildHuffmanTable()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/csharp/org/brotli/dec/
H A DHuffman.cs42 private static void ReplicateValue(int[] table, int offset, int step, int end, int item) in ReplicateValue() method in Org.Brotli.Dec.Huffman
122 ReplicateValue(rootTable, tableOffset + key, step, tableSize, len << 16 | sorted[symbol++]); in BuildHuffmanTable()
143ReplicateValue(rootTable, currentOffset + (key >> rootBits), step, tableSize, (len - rootBits) << … in BuildHuffmanTable()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/csharp/org/brotli/dec/
H A DHuffman.cs42 private static void ReplicateValue(int[] table, int offset, int step, int end, int item) in ReplicateValue() method in Org.Brotli.Dec.Huffman
122 ReplicateValue(rootTable, tableOffset + key, step, tableSize, len << 16 | sorted[symbol++]); in BuildHuffmanTable()
143ReplicateValue(rootTable, currentOffset + (key >> rootBits), step, tableSize, (len - rootBits) << … in BuildHuffmanTable()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/csharp/org/brotli/dec/
H A DHuffman.cs42 private static void ReplicateValue(int[] table, int offset, int step, int end, int item) in ReplicateValue() method in Org.Brotli.Dec.Huffman
122 ReplicateValue(rootTable, tableOffset + key, step, tableSize, len << 16 | sorted[symbol++]); in BuildHuffmanTable()
143ReplicateValue(rootTable, currentOffset + (key >> rootBits), step, tableSize, (len - rootBits) << … in BuildHuffmanTable()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/csharp/org/brotli/dec/
H A DHuffman.cs42 private static void ReplicateValue(int[] table, int offset, int step, int end, int item) in ReplicateValue() method in Org.Brotli.Dec.Huffman
122 ReplicateValue(rootTable, tableOffset + key, step, tableSize, len << 16 | sorted[symbol++]); in BuildHuffmanTable()
143ReplicateValue(rootTable, currentOffset + (key >> rootBits), step, tableSize, (len - rootBits) << … in BuildHuffmanTable()
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/csharp/org/brotli/dec/
H A DHuffman.cs42 private static void ReplicateValue(int[] table, int offset, int step, int end, int item) in CountLiterals()
122 ReplicateValue(rootTable, tableOffset + key, step, tableSize, len << 16 | sorted[symbol++]); in BrotliSplitBlock()
143ReplicateValue(rootTable, currentOffset + (key >> rootBits), step, tableSize, (len - rootBits) << …
/dports/www/h2o-devel/h2o-dcc7134/deps/brotli/csharp/org/brotli/dec/
H A DHuffman.cs42 private static void ReplicateValue(int[] table, int offset, int step, int end, int item) in ReplicateValue() method in Org.Brotli.Dec.Huffman
122 ReplicateValue(rootTable, tableOffset + key, step, tableSize, len << 16 | sorted[symbol++]); in BuildHuffmanTable()
143ReplicateValue(rootTable, currentOffset + (key >> rootBits), step, tableSize, (len - rootBits) << … in BuildHuffmanTable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/utils/
H A Dhuffman_utils.c53 static WEBP_INLINE void ReplicateValue(HuffmanCode* table, in ReplicateValue() function
138 ReplicateValue(table, 1, total_size, code); in BuildHuffmanTable()
166 ReplicateValue(&table[key], step, table_size, code); in BuildHuffmanTable()
194 ReplicateValue(&table[key >> root_bits], step, table_size, code); in BuildHuffmanTable()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/utils/
H A Dhuffman_utils.c53 static WEBP_INLINE void ReplicateValue(HuffmanCode* table, in ReplicateValue() function
138 ReplicateValue(table, 1, total_size, code); in BuildHuffmanTable()
166 ReplicateValue(&table[key], step, table_size, code); in BuildHuffmanTable()
194 ReplicateValue(&table[key >> root_bits], step, table_size, code); in BuildHuffmanTable()
/dports/www/firefox-esr/firefox-91.8.0/media/libwebp/src/utils/
H A Dhuffman_utils.c53 static WEBP_INLINE void ReplicateValue(HuffmanCode* table, in ReplicateValue() function
138 ReplicateValue(table, 1, total_size, code); in BuildHuffmanTable()
166 ReplicateValue(&table[key], step, table_size, code); in BuildHuffmanTable()
194 ReplicateValue(&table[key >> root_bits], step, table_size, code); in BuildHuffmanTable()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/utils/
H A Dhuffman_utils.c53 static WEBP_INLINE void ReplicateValue(HuffmanCode* table, in ReplicateValue() function
138 ReplicateValue(table, 1, total_size, code); in BuildHuffmanTable()
166 ReplicateValue(&table[key], step, table_size, code); in BuildHuffmanTable()
194 ReplicateValue(&table[key >> root_bits], step, table_size, code); in BuildHuffmanTable()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/utils/
H A Dhuffman_utils.c53 static WEBP_INLINE void ReplicateValue(HuffmanCode* table, in ReplicateValue() function
138 ReplicateValue(table, 1, total_size, code); in BuildHuffmanTable()
166 ReplicateValue(&table[key], step, table_size, code); in BuildHuffmanTable()
194 ReplicateValue(&table[key >> root_bits], step, table_size, code); in BuildHuffmanTable()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/utils/
H A Dhuffman_utils.c53 static WEBP_INLINE void ReplicateValue(HuffmanCode* table, in ReplicateValue() function
138 ReplicateValue(table, 1, total_size, code); in BuildHuffmanTable()
166 ReplicateValue(&table[key], step, table_size, code); in BuildHuffmanTable()
194 ReplicateValue(&table[key >> root_bits], step, table_size, code); in BuildHuffmanTable()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/utils/
H A Dhuffman_utils.c53 static WEBP_INLINE void ReplicateValue(HuffmanCode* table, in ReplicateValue() function
138 ReplicateValue(table, 1, total_size, code); in BuildHuffmanTable()
166 ReplicateValue(&table[key], step, table_size, code); in BuildHuffmanTable()
194 ReplicateValue(&table[key >> root_bits], step, table_size, code); in BuildHuffmanTable()
/dports/www/firefox/firefox-99.0/media/libwebp/src/utils/
H A Dhuffman_utils.c53 static WEBP_INLINE void ReplicateValue(HuffmanCode* table, in ReplicateValue() function
138 ReplicateValue(table, 1, total_size, code); in BuildHuffmanTable()
166 ReplicateValue(&table[key], step, table_size, code); in BuildHuffmanTable()
194 ReplicateValue(&table[key >> root_bits], step, table_size, code); in BuildHuffmanTable()
/dports/graphics/webp/libwebp-1.2.1/src/utils/
H A Dhuffman_utils.c53 static WEBP_INLINE void ReplicateValue(HuffmanCode* table, in ReplicateValue() function
138 ReplicateValue(table, 1, total_size, code); in BuildHuffmanTable()
166 ReplicateValue(&table[key], step, table_size, code); in BuildHuffmanTable()
194 ReplicateValue(&table[key >> root_bits], step, table_size, code); in BuildHuffmanTable()

1234