Home
last modified time | relevance | path

Searched defs:num_codes (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcllc.c49 int num_lens, num_codes, num_codes_sum; in read_code_table() local
Dmjpegenc.c269 size_t num_mbs, num_blocks, num_codes; in alloc_huffman() local
Datrac3.c220 int num_codes) in read_quant_spectral_coeffs()
Dwebp.c338 int num_codes = 4 + get_bits(&s->gb, 4); in read_huffman_code_normal() local
/third_party/node/deps/brotli/c/enc/
Dbrotli_bit_stream.c169 const int num_codes, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeOfHuffmanTreeToBitMask()
296 int num_codes = 0; in BrotliStoreHuffmanTree() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dbrotli_bit_stream.c169 const int num_codes, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeOfHuffmanTreeToBitMask()
296 int num_codes = 0; in BrotliStoreHuffmanTree() local
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc3390 int num_codes = num_allocatable_registers(); in ComputeStateFromManyPredecessors() local
3997 int* num_regs, int* num_codes, in GetFPRegisterSet()
4013 void LinearScanAllocator::GetSIMD128RegisterSet(int* num_regs, int* num_codes, in GetSIMD128RegisterSet()
4025 int num_codes = num_allocatable_registers(); in FindFreeRegistersForRange() local
4146 int num_codes = num_allocatable_registers(); in PickRegisterThatIsAvailableLongest() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dhistogram_enc.c514 const int num_codes = VP8LHistogramNumCodes(h->palette_code_bits_); in UpdateHistogramCost() local
/third_party/node/deps/brotli/c/dec/
Ddecode.c695 uint32_t num_codes = h->repeat; in ReadCodeLengthCodeLengths() local
/third_party/skia/third_party/externals/brotli/c/dec/
Ddecode.c695 uint32_t num_codes = h->repeat; in ReadCodeLengthCodeLengths() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c335 const int num_codes = VP8LReadBits(br, 4) + 4; in ReadHuffmanCode() local
/third_party/astc-encoder/Source/
Dtinyexr.h3293 int i, j, l, num_codes[1 + TDEFL_MAX_SUPPORTED_HUFF_CODESIZE]; in tdefl_optimize_huffman_table() local