Home
last modified time | relevance | path

Searched refs:color_correction (Results 1 – 4 of 4) sorted by relevance

/external/dynamic_depth/internal/dynamic_depth/
Dlight_estimate.cc42 float pixel_intensity, const std::vector<float>& color_correction) { in FromData() argument
48 if (color_correction.size() >= kColorCorrectionSize) { in FromData()
49 std::copy(color_correction.begin(), in FromData()
50 color_correction.begin() + kColorCorrectionSize, in FromData()
/external/ImageMagick/MagickCore/
Denhance.c1043 color_correction; in ColorDecisionListImage() local
1088 color_correction.red.slope=1.0; in ColorDecisionListImage()
1089 color_correction.red.offset=0.0; in ColorDecisionListImage()
1090 color_correction.red.power=1.0; in ColorDecisionListImage()
1091 color_correction.green.slope=1.0; in ColorDecisionListImage()
1092 color_correction.green.offset=0.0; in ColorDecisionListImage()
1093 color_correction.green.power=1.0; in ColorDecisionListImage()
1094 color_correction.blue.slope=1.0; in ColorDecisionListImage()
1095 color_correction.blue.offset=0.0; in ColorDecisionListImage()
1096 color_correction.blue.power=1.0; in ColorDecisionListImage()
[all …]
/external/dynamic_depth/includes/dynamic_depth/
Dlight_estimate.h38 float pixel_intensity, const std::vector<float>& color_correction);
/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/
Dhello_ar_application.cc275 float color_correction[4] = {1.f, 1.f, 1.f, 1.f}; in OnDrawFrame() local
278 color_correction); in OnDrawFrame()