Home
last modified time | relevance | path

Searched refs:minmax (Results 1 – 2 of 2) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
Draw_converter.rs119 float2 minmax;
120 minmax.x = sorted.x;
121 minmax.y = sorted.z;
124 minmax = native_powr(minmax, 3.f) * toneMapCoeffs.x +
125 native_powr(minmax, 2.f) * toneMapCoeffs.y +
126 minmax * toneMapCoeffs.z + toneMapCoeffs.w;
131 newMid = minmax.y;
133 newMid = minmax.x + ((minmax.y - minmax.x) * (sorted.y - sorted.x) /
140 finalRGB.x = minmax.x;
142 finalRGB.z = minmax.y;
[all …]
/cts/tests/tests/media/src/android/media/cts/
DVideoEncoderTest.java1200 public void testGoogH265FlexMinMax() { minmax(googH265(), true /* flex */); } in testGoogH265FlexMinMax()
1201 public void testGoogH265SurfMinMax() { minmax(googH265(), false /* flex */); } in testGoogH265SurfMinMax()
1202 public void testGoogH264FlexMinMax() { minmax(googH264(), true /* flex */); } in testGoogH264FlexMinMax()
1203 public void testGoogH264SurfMinMax() { minmax(googH264(), false /* flex */); } in testGoogH264SurfMinMax()
1204 public void testGoogH263FlexMinMax() { minmax(googH263(), true /* flex */); } in testGoogH263FlexMinMax()
1205 public void testGoogH263SurfMinMax() { minmax(googH263(), false /* flex */); } in testGoogH263SurfMinMax()
1206 public void testGoogMpeg4FlexMinMax() { minmax(googMpeg4(), true /* flex */); } in testGoogMpeg4FlexMinMax()
1207 public void testGoogMpeg4SurfMinMax() { minmax(googMpeg4(), false /* flex */); } in testGoogMpeg4SurfMinMax()
1208 public void testGoogVP8FlexMinMax() { minmax(googVP8(), true /* flex */); } in testGoogVP8FlexMinMax()
1209 public void testGoogVP8SurfMinMax() { minmax(googVP8(), false /* flex */); } in testGoogVP8SurfMinMax()
[all …]