HomeSort by relevance Sort by last modified time
    Searched defs:LUT (Results 1 - 6 of 6) sorted by null

  /hardware/ti/omap4-aah/camera/inc/
BaseCameraAdapter.h 27 struct LUT {
34 const LUT *Table;
182 static const char* getLUTvalue_translateHAL(int Value, LUTtypeHAL LUT);
  /external/pdfium/third_party/lcms2-2.6/src/
cmsvirt.c 398 cmsPipeline* LUT;
429 LUT = cmsPipelineAlloc(ContextID, 4, 4);
430 if (LUT == NULL) goto Error;
440 if (!cmsPipelineInsertStage(LUT, cmsAT_BEGIN, _cmsStageAllocIdentityCurves(ContextID, nChannels)) ||
441 !cmsPipelineInsertStage(LUT, cmsAT_END, CLUT) ||
442 !cmsPipelineInsertStage(LUT, cmsAT_END, _cmsStageAllocIdentityCurves(ContextID, nChannels)))
448 if (!cmsWriteTag(hICC, cmsSigAToB0Tag, (void*) LUT)) goto Error;
452 cmsPipelineFree(LUT);
458 if (LUT != NULL)
459 cmsPipelineFree(LUT);
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h     [all...]
  /external/opencv3/modules/core/misc/java/test/
CoreTest.java 908 Mat lut = new Mat(1, 256, CvType.CV_8UC1); local
909 lut.setTo(new Scalar(0));
911 Core.LUT(grayRnd, lut, dst);
915 lut.setTo(new Scalar(255));
917 Core.LUT(grayRnd, lut, dst);
    [all...]
  /external/opencv3/modules/java/src/
core+Core.java 613 // C++: void LUT(Mat src, Mat lut, Mat& dst)
616 //javadoc: LUT(src, lut, dst)
617 public static void LUT(Mat src, Mat lut, Mat dst)
620 LUT_0(src.nativeObj, lut.nativeObj, dst.nativeObj);
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 572 milliseconds