Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/libwebp/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
/third_party/skia/third_party/externals/libwebp/src/utils/
Dhuffman_encode_utils.h31 int num_symbols; // Number of symbols. member
Dhuffman_encode_utils.c409 const int num_symbols = huff_code->num_symbols; in VP8LCreateHuffmanTree() local
/third_party/mesa3d/src/amd/common/
Dac_rtld.c144 static bool layout_symbols(struct ac_rtld_symbol *symbols, unsigned num_symbols, in layout_symbols()
201 size_t num_symbols = symbols_data->d_size / sizeof(Elf64_Sym); in read_private_lds_symbols() local
636 size_t num_symbols = symbols_data->d_size / sizeof(Elf64_Sym); in apply_relocs() local
/third_party/skia/third_party/externals/brotli/c/dec/
Dhuffman.c264 uint32_t num_symbols) { in BrotliBuildSimpleHuffmanTable()
Ddecode.c483 uint32_t num_symbols = h->symbol; in ReadSimpleHuffmanSymbols() local
/third_party/node/deps/brotli/c/dec/
Dhuffman.c264 uint32_t num_symbols) { in BrotliBuildSimpleHuffmanTable()
Ddecode.c483 uint32_t num_symbols = h->symbol; in ReadSimpleHuffmanSymbols() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dmetablock.c338 size_t num_symbols, BlockSplit* split, HistogramLiteral** histograms, in InitContextBlockSplitter()
Dbrotli_bit_stream.c244 size_t num_symbols, in StoreSimpleHuffmanTree()
/third_party/node/deps/brotli/c/enc/
Dmetablock.c338 size_t num_symbols, BlockSplit* split, HistogramLiteral** histograms, in InitContextBlockSplitter()
Dbrotli_bit_stream.c244 size_t num_symbols, in StoreSimpleHuffmanTree()
/third_party/skia/third_party/externals/libwebp/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
/third_party/flutter/skia/third_party/externals/libwebp/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
/third_party/skia/third_party/externals/libwebp/src/enc/
Dbackward_references_cost_enc.c41 int num_symbols, const uint32_t population_counts[], double output[]) { in ConvertPopulationCountTableToBitEstimates()
Dvp8l_enc.c708 const int num_symbols = in GetHuffBitLengthsAndCodes() local
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dbackward_references_cost_enc.c41 int num_symbols, const uint32_t population_counts[], double output[]) { in ConvertPopulationCountTableToBitEstimates()
Dvp8l_enc.c467 const int num_symbols = in GetHuffBitLengthsAndCodes() local