Home
last modified time | relevance | path

Searched refs:allow_mixed (Results 1 – 5 of 5) sorted by relevance

/external/webp/include/webp/
Dmux.h437 int allow_mixed; // If true, use mixed compression mode; may choose member
/external/webp/src/webp/
Dmux.h437 int allow_mixed; // If true, use mixed compression mode; may choose member
/external/webp/src/mux/
Danim_encode.c179 enc_options->allow_mixed = 0; in DefaultEncoderOptions()
879 if (!enc->options_.allow_mixed) { in GenerateCandidates()
981 (enc->last_config_.lossless || enc->options_.allow_mixed); in IncreasePreviousDuration()
1069 const int consider_lossless = is_lossless || enc->options_.allow_mixed; in SetFrame()
1070 const int consider_lossy = !is_lossless || enc->options_.allow_mixed; in SetFrame()
1456 if (enc->options_.allow_mixed) { in FrameToFullCanvas()
/external/webp/tests/fuzzer/
Danimencoder_fuzzer.cc132 anim_config.allow_mixed = Extract(1, data, size, &bit_pos); in LLVMFuzzerTestOneInput()
/external/python/cpython3/Lib/
Ddatetime.py1345 return self._cmp(other, allow_mixed=True) == 0
1373 def _cmp(self, other, allow_mixed=False): argument
1392 if allow_mixed:
2025 return self._cmp(other, allow_mixed=True) == 0
2063 def _cmp(self, other, allow_mixed=False): argument
2075 if allow_mixed:
2090 if allow_mixed: