Searched defs:extra_bits (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ | ||
| H A D | prefix.h | 24 PrefixEncodeCopyDistance(size_t distance_code,size_t num_direct_codes,size_t postfix_bits,uint16_t * code,uint32_t * extra_bits) argument |
| H A D | metablock.c | 91 double extra_bits = 0.0; local in function:ComputeDistanceCost |
| H A D | brotli_bit_stream.c | 663 const uint32_t extra_bits = reps - (1u << run_length_prefix); local in function:RunLengthCodeZeros 668 const uint32_t extra_bits = (1u << max_prefix) - 1u; local in function:RunLengthCodeZeros |
| /xsrc/external/mit/brotli/dist/c/dec/ | ||
| H A D | decode.c | 551 uint32_t extra_bits = 3; /* for BROTLI_REPEAT_ZERO_CODE_LENGTH */ local in function:ProcessRepeatedCodeLength 629 uint32_t extra_bits = local in function:ReadSymbolCodeLengths 673 uint32_t extra_bits = code_len - 14U; local in function:SafeReadSymbolCodeLengths [all...] |
Completed in 37 milliseconds