Home
last modified time | relevance | path

Searched defs:num_symbols (Results 1 – 25 of 662) sorted by relevance

12345678910>>...27

/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/entropy/
H A Dshannon_entropy.cc10 int64_t ComputeShannonEntropy(const uint32_t *symbols, int num_symbols, in ComputeShannonEntropy()
54 const uint32_t *symbols, int num_symbols) { in Peek()
59 const uint32_t *symbols, int num_symbols) { in Push()
64 const uint32_t *symbols, int num_symbols, bool push_changes) { in UpdateSymbols()
/dports/archivers/draco/draco-1.4.3/src/draco/compression/entropy/
H A Dshannon_entropy.cc10 int64_t ComputeShannonEntropy(const uint32_t *symbols, int num_symbols, in ComputeShannonEntropy()
57 const uint32_t *symbols, int num_symbols) { in Peek()
62 const uint32_t *symbols, int num_symbols) { in Push()
67 const uint32_t *symbols, int num_symbols, bool push_changes) { in UpdateSymbols()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/entropy/
H A Dshannon_entropy.cc10 int64_t ComputeShannonEntropy(const uint32_t *symbols, int num_symbols, in ComputeShannonEntropy()
57 const uint32_t *symbols, int num_symbols) { in Peek()
62 const uint32_t *symbols, int num_symbols) { in Push()
67 const uint32_t *symbols, int num_symbols, bool push_changes) { in UpdateSymbols()
/dports/misc/py-xgboost/xgboost-1.5.1/src/common/
H A Dcompressed_iterator.h37 inline XGBOOST_DEVICE size_t SymbolBits(size_t num_symbols) { in SymbolBits()
58 XGBOOST_DEVICE explicit CompressedBufferWriter(size_t num_symbols) in CompressedBufferWriter()
76 static size_t CalculateBufferSize(size_t num_elements, size_t num_symbols) { in CalculateBufferSize()
129 const size_t num_symbols = input_end - input_begin; in Write() local
191 CompressedIterator(const CompressedByteT *buffer, size_t num_symbols) in CompressedIterator()
/dports/misc/xgboost/xgboost-1.5.1/src/common/
H A Dcompressed_iterator.h37 inline XGBOOST_DEVICE size_t SymbolBits(size_t num_symbols) { in SymbolBits()
58 XGBOOST_DEVICE explicit CompressedBufferWriter(size_t num_symbols) in CompressedBufferWriter()
76 static size_t CalculateBufferSize(size_t num_elements, size_t num_symbols) { in CalculateBufferSize()
129 const size_t num_symbols = input_end - input_begin; in Write() local
191 CompressedIterator(const CompressedByteT *buffer, size_t num_symbols) in CompressedIterator()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/utils/test/
H A Drun-dis.py29 num_symbols = -1 variable
44 def walk_and_invoke(sdk_root, path_regexp, suffix, num_symbols): argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/utils/test/
H A Drun-dis.py29 num_symbols = -1 variable
44 def walk_and_invoke(sdk_root, path_regexp, suffix, num_symbols): argument
/dports/audio/musepack/musepack_src_r475/common/
H A Dhuffman-bcl.c103 static void _Huffman_MakeCodes(huff_sym_t * sym, unsigned int num_symbols) in _Huffman_MakeCodes()
128 void _Huffman_MakeTree( huff_sym_t * sym, unsigned int num_symbols) in _Huffman_MakeTree()
200 void _Huffman_PrintCodes(huff_sym_t * sym, unsigned int num_symbols, int print_type, int offset) in _Huffman_PrintCodes()
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/equalization/tests/
H A Deqlms_cccf_autotest.c38 unsigned int num_symbols = 400; // number of symbols to observe in autotest_eqlms_cccf_blind() local
133 unsigned int num_symbols = 400; // number of symbols to observe in autotest_eqlms_cccf_decisiondirected() local
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dlatebindingsymboltable.h36 int num_symbols; member
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/sandbox/
H A Dfirpfbch_analysis_test.c15 unsigned int num_symbols=8; // number of symbols in main() local
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/internal/singleflight/
H A Dsingleflight_test.go36 t.Errorf("Do error = %v; want someErr %v", err, someErr)
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/corkscrew/
H A Dsymbol_table.h38 size_t num_symbols; member
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/system/core/include/corkscrew/
H A Dsymbol_table.h35 size_t num_symbols; member
/dports/graphics/openorienteering-mapper/mapper-0.9.2/test/
H A Dsymbol_set_t.cpp111 auto num_symbols = map.getNumSymbols(); in processTranslation() local
266 auto num_symbols = map.getNumSymbols(); in markSymbolsByColor() local
277 auto num_symbols = map.getNumSymbols(); in deleteMarkedSymbols() local
423 auto num_symbols = map.getNumSymbols(); in mergeISOM() local
528 auto const num_symbols = map.getNumSymbols(); in scale() local
806 const int num_symbols = map.getNumSymbols(); in processSymbolSet() local
1051 const int num_symbols = map.getNumSymbols(); in processExamples() local
/dports/math/py-or-tools/or-tools-9.2/examples/cpp/
H A Ddobble_ls.cc243 int num_symbols, int num_symbols_per_card) in DobbleOperator()
308 int num_symbols, int num_symbols_per_card) in SwapSymbols()
378 int num_cards, int num_symbols, in SwapSymbolsOnCardPairs()
444 int num_symbols, int num_symbols_per_card) in DobbleFilter()
639 void SolveDobble(int num_cards, int num_symbols, int num_symbols_per_card) { in SolveDobble()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/xray/
H A Dparsesymbols.c51 int num_symbols = 0; in XRaySymbolTableParseMapfile() local
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/examples/
H A Dmodem_example.c76 unsigned int num_symbols = 1<<bps; in main() local
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/multichannel/tests/
H A Dfirpfbch_crcf_analyzer_autotest.c35 unsigned int num_symbols=40; // number of symbols in autotest_firpfbch_crcf_analysis() local
H A Dfirpfbch_crcf_synthesizer_autotest.c36 unsigned int num_symbols=40; // number of symbols in autotest_firpfbch_crcf_synthesis() local
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Ddec_huffman.cc26 int num_symbols, uint8_t* code_lengths, in ReadHuffmanCodeLengths()
99 size_t num_symbols = br->ReadFixedBits<2>() + 1; in ReadSimpleCode() local
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Ddec_huffman.cc26 int num_symbols, uint8_t* code_lengths, in ReadHuffmanCodeLengths()
99 size_t num_symbols = br->ReadFixedBits<2>() + 1; in ReadSimpleCode() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Ddec_huffman.cc26 int num_symbols, uint8_t* code_lengths, in ReadHuffmanCodeLengths()
99 size_t num_symbols = br->ReadFixedBits<2>() + 1; in ReadSimpleCode() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Ddec_huffman.cc26 int num_symbols, uint8_t* code_lengths, in ReadHuffmanCodeLengths()
99 size_t num_symbols = br->ReadFixedBits<2>() + 1; in ReadSimpleCode() local
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dlatebindingsymboltable.cc96 int num_symbols, in InternalLoadSymbols()

12345678910>>...27