Home
last modified time | relevance | path

Searched defs:num_symbols (Results 1 – 12 of 12) 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/brotli/dec/
Dhuffman.c270 uint32_t num_symbols) { in BrotliBuildSimpleHuffmanTable()
Ddecode.c425 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/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/
Dvp8l_enc.c404 const int num_symbols = in GetHuffBitLengthsAndCodes() local
Dbackward_references_enc.c575 int num_symbols, const uint32_t population_counts[], double output[]) { in ConvertPopulationCountTableToBitEstimates()