• Home
  • Raw
  • Download

Lines Matching refs:accumulated_max

251       const float accumulated_max = *std::max_element(output_ref.cbegin(), output_ref.cend());  in Test()  local
252 const float accumulated_range = accumulated_max - accumulated_min; in Test()
254 … float output_max_as_float = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; in Test()
343 const float accumulated_max = *std::max_element(output_ref.cbegin(), output_ref.cend()); in Test() local
344 const float accumulated_range = accumulated_max - accumulated_min; in Test()
346 … float output_max_as_float = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; in Test()
434 const float accumulated_max = *std::max_element(output_ref.cbegin(), output_ref.cend()); in Test() local
435 const float accumulated_range = accumulated_max - accumulated_min; in Test()
437 const float output_max = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; in Test()
522 const float accumulated_max = *std::max_element(output_ref.cbegin(), output_ref.cend()); in Test() local
523 const float accumulated_range = accumulated_max - accumulated_min; in Test()
525 const float output_max = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; in Test()
795 const float accumulated_max = *std::max_element(output_ref.cbegin(), output_ref.cend()); in Test() local
796 const float accumulated_range = accumulated_max - accumulated_min; in Test()
798 … float output_max_as_float = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; in Test()
890 const float accumulated_max = *std::max_element(output_ref.cbegin(), output_ref.cend()); in Test() local
891 const float accumulated_range = accumulated_max - accumulated_min; in Test()
893 … float output_max_as_float = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; in Test()
984 const float accumulated_max = *std::max_element(output_ref.cbegin(), output_ref.cend()); in Test() local
985 const float accumulated_range = accumulated_max - accumulated_min; in Test()
987 const float output_max = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; in Test()
1075 const float accumulated_max = *std::max_element(output_ref.cbegin(), output_ref.cend()); in Test() local
1076 const float accumulated_range = accumulated_max - accumulated_min; in Test()
1078 const float output_max = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; in Test()