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/rust/crates/grpcio-sys/grpc/src/core/lib/slice/
Db64.cc146 static int decode_group(const unsigned char* codes, size_t num_codes, in decode_group()
197 size_t num_codes = 0; in grpc_base64_decode_with_len() local
/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.c169 const int num_codes, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeOfHuffmanTreeToBitMask()
296 int num_codes = 0; in BrotliStoreHuffmanTree() local
/external/webp/src/enc/
Dhistogram_enc.c514 const int num_codes = VP8LHistogramNumCodes(h->palette_code_bits_); in UpdateHistogramCost() local
/external/brotli/c/dec/
Ddecode.c695 uint32_t num_codes = h->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