Searched refs:raw_max (Results 1 – 1 of 1) sorted by relevance
1329 std::int32_t raw_max = std::numeric_limits<std::int32_t>::min(); in TestOutputStages() local1333 raw_max = std::max(raw_max, result_raw_int32(r, c)); in TestOutputStages()1337 clamp_stage.min = static_cast<std::int32_t>(raw_min * 0.7 + raw_max * 0.3); in TestOutputStages()1338 clamp_stage.max = static_cast<std::int32_t>(raw_min * 0.3 + raw_max * 0.7); in TestOutputStages()1340 clamp_stage.max <= raw_max); in TestOutputStages()1357 const std::int32_t real_zero_as_int32 = (raw_max + raw_min) / 2; in TestOutputStages()1358 const std::int32_t real_amplitude_as_int32 = (raw_max - raw_min) / 16; in TestOutputStages()