Home
last modified time | relevance | path

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

/external/puffin/src/
Dhuffman_table.cc253 auto num_codes = br->ReadBits(4) + 4; in BuildDynamicHuffmanTable() local
317 size_t num_codes, in BuildHuffmanCodeLengths()
406 size_t num_codes = buffer[index] + 4; in BuildDynamicHuffmanTable() local
467 size_t num_codes, in BuildHuffmanCodeLengths()
Dhuffman_table.h54 size_t num_codes) { in CheckHuffmanArrayLengths()
/external/grpc-grpc/src/core/lib/slice/
Db64.cc147 static int decode_group(const unsigned char* codes, size_t num_codes, in decode_group()
198 size_t num_codes = 0; in grpc_base64_decode_with_len() local
/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/backend/
Dregister-allocator.cc3282 int num_codes = num_allocatable_registers(); in ComputeStateFromManyPredecessors() local
3871 int* num_regs, int* num_codes, in GetFPRegisterSet()
3890 int num_codes = num_allocatable_registers(); in FindFreeRegistersForRange() local
4005 int num_codes = num_allocatable_registers(); in PickRegisterThatIsAvailableLongest() local
/external/webp/src/enc/
Dhistogram_enc.c513 const int num_codes = VP8LHistogramNumCodes(h->palette_code_bits_); in UpdateHistogramCost() local
/external/brotli/c/dec/
Ddecode.c687 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
/external/OpenCL-CTS/test_common/miniz/
Dminiz.c1112 …int i, j, l, num_codes[1 + TDEFL_MAX_SUPPORTED_HUFF_CODESIZE]; mz_uint next_code[TDEFL_MAX_SUPPORT… in tdefl_optimize_huffman_table() local