Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references_enc.c885 int do_no_cache, in GetBackwardReferences() argument
895 VP8LBackwardRefs* const refs_tmp = &refs[do_no_cache ? 2 : 1]; in GetBackwardReferences()
931 if (i == 1 && !do_no_cache) continue; in GetBackwardReferences()
945 if (i == 0 && do_no_cache && cache_bits == 0) { in GetBackwardReferences()
967 assert(!do_no_cache || lz77_types_best[1] > 0); in GetBackwardReferences()
972 if (i == 1 && !do_no_cache) continue; in GetBackwardReferences()
1011 int low_effort, int lz77_types_to_try, int cache_bits_max, int do_no_cache, in VP8LGetBackwardReferences() argument
1024 cache_bits_max, do_no_cache, hash_chain, refs, in VP8LGetBackwardReferences()
Dbackward_references_enc.h232 int low_effort, int lz77_types_to_try, int cache_bits_max, int do_no_cache,
Dvp8l_enc.c386 int do_no_cache = 0; in EncoderAnalyze() local
413 do_no_cache = 1; in EncoderAnalyze()
430 do_no_cache = 1; in EncoderAnalyze()
447 crunch_configs[i].sub_configs_[j].do_no_cache_ = do_no_cache; in EncoderAnalyze()