Searched refs:minmax (Results 1 – 2 of 2) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | raw_converter.rscript | 120 float2 minmax; 121 minmax.x = sorted.x; 122 minmax.y = sorted.z; 125 minmax = native_powr(minmax, 3.f) * toneMapCoeffs.x + 126 native_powr(minmax, 2.f) * toneMapCoeffs.y + 127 minmax * toneMapCoeffs.z + toneMapCoeffs.w; 132 newMid = minmax.y; 134 newMid = minmax.x + ((minmax.y - minmax.x) * (sorted.y - sorted.x) / 141 finalRGB.x = minmax.x; 143 finalRGB.z = minmax.y; [all …]
|
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1295 public void testGoogH265FlexMinMax() { minmax(googH265(), true /* flex */); } in testGoogH265FlexMinMax() 1296 public void testGoogH265SurfMinMax() { minmax(googH265(), false /* flex */); } in testGoogH265SurfMinMax() 1297 public void testGoogH264FlexMinMax() { minmax(googH264(), true /* flex */); } in testGoogH264FlexMinMax() 1298 public void testGoogH264SurfMinMax() { minmax(googH264(), false /* flex */); } in testGoogH264SurfMinMax() 1299 public void testGoogH263FlexMinMax() { minmax(googH263(), true /* flex */); } in testGoogH263FlexMinMax() 1300 public void testGoogH263SurfMinMax() { minmax(googH263(), false /* flex */); } in testGoogH263SurfMinMax() 1301 public void testGoogMpeg4FlexMinMax() { minmax(googMpeg4(), true /* flex */); } in testGoogMpeg4FlexMinMax() 1302 public void testGoogMpeg4SurfMinMax() { minmax(googMpeg4(), false /* flex */); } in testGoogMpeg4SurfMinMax() 1303 public void testGoogVP8FlexMinMax() { minmax(googVP8(), true /* flex */); } in testGoogVP8FlexMinMax() 1304 public void testGoogVP8SurfMinMax() { minmax(googVP8(), false /* flex */); } in testGoogVP8SurfMinMax() [all …]
|