Home
last modified time | relevance | path

Searched refs:len_code (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/brotli/src/brotli/enc/
Dtransform.h230 inline std::string GetTransformedDictionaryWord(int len_code, int word_id) { in GetTransformedDictionaryWord() argument
231 int num_words = 1 << kBrotliDictionarySizeBitsByLength[len_code]; in GetTransformedDictionaryWord()
232 int offset = kBrotliDictionaryOffsetsByLength[len_code]; in GetTransformedDictionaryWord()
235 offset += len_code * word_idx; in GetTransformedDictionaryWord()
237 return ApplyTransform(kTransforms[t], word, len_code); in GetTransformedDictionaryWord()
Dencode.cc623 int len_code = BlockLengthPrefix(length); in EncodeBlockLength() local
624 int extra_bits = BlockLengthExtraBits(len_code); in EncodeBlockLength()
625 int extra_bits_value = length - BlockLengthOffset(len_code); in EncodeBlockLength()
626 WriteBits(entropy.depth_[len_code], entropy.bits_[len_code], in EncodeBlockLength()
/external/qemu/target-i386/
Dkvm.c948 const uint8_t len_code[] = { in kvm_arch_update_guest_debug() local
963 (len_code[hw_breakpoint[n].len] << (18 + n*4)); in kvm_arch_update_guest_debug()