Home
last modified time | relevance | path

Searched refs:has_non_wp (Results 1 – 4 of 4) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/modular/encoding/
H A Dencoding.cc44 bool has_non_wp = false; in FilterTree() local
50 has_non_wp = true; in FilterTree()
86 has_non_wp |= flat.predictor != Predictor::Weighted; in FilterTree()
137 *wp_only = has_wp && !has_non_wp; in FilterTree()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/modular/encoding/
H A Dencoding.cc44 bool has_non_wp = false; in FilterTree() local
50 has_non_wp = true; in FilterTree()
86 has_non_wp |= flat.predictor != Predictor::Weighted; in FilterTree()
137 *wp_only = has_wp && !has_non_wp; in FilterTree()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/modular/encoding/
H A Dencoding.cc28 bool has_non_wp = false; in FilterTree() local
34 has_non_wp = true; in FilterTree()
70 has_non_wp |= flat.predictor != Predictor::Weighted; in FilterTree()
121 *wp_only = has_wp && !has_non_wp; in FilterTree()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/modular/encoding/
H A Dencoding.cc30 bool has_non_wp = false; in FilterTree() local
36 has_non_wp = true; in FilterTree()
72 has_non_wp |= flat.predictor != Predictor::Weighted; in FilterTree()
123 *wp_only = has_wp && !has_non_wp; in FilterTree()