Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dlatebindingsymboltable.h36 int num_symbols; member
/external/webrtc/webrtc/modules/audio_device/linux/
Dlatebindingsymboltable_linux.cc93 int num_symbols, in InternalLoadSymbols()
/external/webp/src/utils/
Dhuffman_encode_utils.h31 int num_symbols; // Number of symbols. member
Dhuffman_encode_utils.c410 const int num_symbols = huff_code->num_symbols; in VP8LCreateHuffmanTree() local
/external/tensorflow/tensorflow/contrib/legacy_seq2seq/python/ops/
Dseq2seq.py236 num_symbols, argument
413 num_symbols, argument
709 num_symbols, argument
/external/brotli/c/dec/
Dhuffman.c270 uint32_t num_symbols) { in BrotliBuildSimpleHuffmanTable()
Ddecode.c440 uint32_t num_symbols = s->symbol; in ReadSimpleHuffmanSymbols() local
/external/toolchain-utils/cros_utils/
Dperf_diff.py197 def __init__(self, reports, num_symbols, common_only): argument
/external/brotli/c/enc/
Dmetablock.c199 size_t num_symbols, BlockSplit* split, HistogramLiteral** histograms, in InitContextBlockSplitter()
Dbrotli_bit_stream.c259 size_t num_symbols, in StoreSimpleHuffmanTree()
/external/webp/src/dec/
Dvp8l_dec.c250 int num_symbols, int* const code_lengths) { in ReadHuffmanCodeLengths()
319 const int num_symbols = VP8LReadBits(br, 1) + 1; in ReadHuffmanCode() local
/external/webp/src/enc/
Dbackward_references_cost_enc.c41 int num_symbols, const uint32_t population_counts[], double output[]) { in ConvertPopulationCountTableToBitEstimates()
Dvp8l_enc.c469 const int num_symbols = in GetHuffBitLengthsAndCodes() local