Home
last modified time | relevance | path

Searched refs:cutoffTransformsCount (Results 1 – 9 of 9) sorted by relevance

/external/brotli/c/enc/
Dencoder_dict.h25 uint32_t cutoffTransformsCount; member
Dencoder_dict.c27 dict->cutoffTransformsCount = kCutoffTransformsCount; in BrotliInitEncoderDictionary()
Dhash.h151 if (matchlen + dictionary->cutoffTransformsCount <= len || matchlen == 0) { in TestStaticDictionaryItem()
/external/cronet/tot/third_party/brotli/enc/
Dencoder_dict.h62 uint32_t cutoffTransformsCount; member
Dencoder_dict.c54 dict->cutoffTransformsCount = kCutoffTransformsCount; in InitEncoderDictionary()
466 &current->cutoffTransformsCount, &current->cutoffTransforms); in ComputeDictionary()
Dhash.h165 if (matchlen + dictionary->cutoffTransformsCount <= len || matchlen == 0) { in TestStaticDictionaryItem()
/external/cronet/stable/third_party/brotli/enc/
Dencoder_dict.h62 uint32_t cutoffTransformsCount; member
Dencoder_dict.c54 dict->cutoffTransformsCount = kCutoffTransformsCount; in InitEncoderDictionary()
466 &current->cutoffTransformsCount, &current->cutoffTransforms); in ComputeDictionary()
Dhash.h165 if (matchlen + dictionary->cutoffTransformsCount <= len || matchlen == 0) { in TestStaticDictionaryItem()