Lines Matching refs:accumulated_max
431 const float accumulated_max = *std::max_element(output_ref.cbegin(), output_ref.cend()); in Test() local
432 const float accumulated_range = accumulated_max - accumulated_min; in Test()
434 const float output_max = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; in Test()
519 const float accumulated_max = *std::max_element(output_ref.cbegin(), output_ref.cend()); in Test() local
520 const float accumulated_range = accumulated_max - accumulated_min; in Test()
522 const float output_max = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; in Test()
609 const float accumulated_max = *std::max_element(output_ref.cbegin(), output_ref.cend()); in Test() local
610 const float accumulated_range = accumulated_max - accumulated_min; in Test()
612 const float output_max = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; in Test()
700 const float accumulated_max = *std::max_element(output_ref.cbegin(), output_ref.cend()); in Test() local
701 const float accumulated_range = accumulated_max - accumulated_min; in Test()
703 const float output_max = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; in Test()