Searched refs:do_no_cache (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/enc/ |
D | backward_references_enc.c | 885 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()
|
D | backward_references_enc.h | 232 int low_effort, int lz77_types_to_try, int cache_bits_max, int do_no_cache,
|
D | vp8l_enc.c | 386 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()
|