HomeSort by relevance Sort by last modified time
    Searched refs:hash_type_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/brotli/src/brotli/enc/
encode.h 70 Hashers::Type hash_type_; member in class:brotli::BrotliCompressor
encode.cc 891 case BrotliParams::MODE_TEXT: hash_type_ = Hashers::HASH_15_8_4; break;
892 case BrotliParams::MODE_FONT: hash_type_ = Hashers::HASH_15_8_2; break;
895 hashers_->Init(hash_type_);
    [all...]

Completed in 8107 milliseconds