Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/butteraugli/
H A Dbutteraugli.cc923 const float kWeight1 = 0.33; in MaltaDiffMapT() local
926 const double w_pre0lt1 = mulli * std::sqrt(kWeight1 * w_0lt1) / (len * 2 + 1); in MaltaDiffMapT()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/butteraugli/
H A Dbutteraugli.cc1087 const float kWeight1 = 0.33; in MaltaDiffMapT() local
1090 const double w_pre0lt1 = mulli * std::sqrt(kWeight1 * w_0lt1) / (len * 2 + 1); in MaltaDiffMapT()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/butteraugli/
H A Dbutteraugli.cc1086 const float kWeight1 = 0.33; in MaltaDiffMapT() local
1089 const double w_pre0lt1 = mulli * std::sqrt(kWeight1 * w_0lt1) / (len * 2 + 1); in MaltaDiffMapT()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/butteraugli/
H A Dbutteraugli.cc1086 const float kWeight1 = 0.33; in MaltaDiffMapT() local
1089 const double w_pre0lt1 = mulli * std::sqrt(kWeight1 * w_0lt1) / (len * 2 + 1); in MaltaDiffMapT()
/dports/devel/grpc/grpc-1.42.0/test/cpp/end2end/xds/
H A Dxds_end2end_test.cc6828 const size_t kWeight1 = 1; in TEST_P() local
6830 const size_t kWeightTotal = kWeight1 + kWeight2; in TEST_P()
6831 const double kWeight33Percent = static_cast<double>(kWeight1) / kWeightTotal; in TEST_P()
6868 const size_t kWeight1 = 1 * 1; in TEST_P() local
6870 const size_t kWeightTotal = kWeight1 + kWeight2; in TEST_P()
6871 const double kWeight20Percent = static_cast<double>(kWeight1) / kWeightTotal; in TEST_P()