Home
last modified time | relevance | path

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

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

Completed in 47 milliseconds