Home
last modified time | relevance | path

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

/external/puffin/src/
Dhuffman_table.cc255 auto num_codes = br->ReadBits(4) + 4; in BuildDynamicHuffmanTable() local
325 size_t num_codes, in BuildHuffmanCodeLengths()
426 size_t num_codes = buffer[index] + 4; in BuildDynamicHuffmanTable() local
496 size_t num_codes, in BuildHuffmanCodeLengths()
Dhuffman_table.h55 size_t num_codes) { in CheckHuffmanArrayLengths()
/external/brotli/c/enc/
Dbrotli_bit_stream.c184 const int num_codes, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeOfHuffmanTreeToBitMask()
311 int num_codes = 0; in BrotliStoreHuffmanTree() local
/external/v8/src/compiler/
Dregister-allocator.cc2965 int* num_regs, int* num_codes, in GetFPRegisterSet()
2984 int num_codes = num_allocatable_registers(); in FindFreeRegistersForRange() local
3122 int num_codes = num_allocatable_registers(); in TryAllocateFreeReg() local
3175 int num_codes = num_allocatable_registers(); in AllocateBlockedReg() local
/external/webp/src/enc/
Dhistogram_enc.c431 const int num_codes = VP8LHistogramNumCodes(h->palette_code_bits_); in UpdateHistogramCost() local
/external/brotli/c/dec/
Ddecode.c646 uint32_t num_codes = s->repeat; in ReadCodeLengthCodeLengths() local
/external/webp/src/dec/
Dvp8l_dec.c333 const int num_codes = VP8LReadBits(br, 4) + 4; in ReadHuffmanCode() local