HomeSort by relevance Sort by last modified time
    Searched full:real_gamma (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/test/
test_arithm.cpp 17 enum { FIX_ALPHA=1, FIX_BETA=2, FIX_GAMMA=4, REAL_GAMMA=8, SUPPORT_MASK=16, SCALAR_OUTPUT=32 };
65 if( flags & REAL_GAMMA )
183 AddWeightedOp() : BaseAddOp(2, REAL_GAMMA, 1, 1, Scalar::all(0)) {}
377 MinSOp() : BaseElemWiseOp(1, FIX_ALPHA+FIX_BETA+REAL_GAMMA, 1, 1, Scalar::all(0)) {}
394 MaxSOp() : BaseElemWiseOp(1, FIX_ALPHA+FIX_BETA+REAL_GAMMA, 1, 1, Scalar::all(0)) {}
439 CmpSOp() : BaseElemWiseOp(1, FIX_ALPHA+FIX_BETA+REAL_GAMMA, 1, 1, Scalar::all(0)) { cmpop = 0; }
708 ConvertScaleOp() : BaseElemWiseOp(1, FIX_BETA+REAL_GAMMA, 1, 1, Scalar::all(0)), ddepth(0) { }
743 ConvertScaleAbsOp() : BaseElemWiseOp(1, FIX_BETA+REAL_GAMMA, 1, 1, Scalar::all(0)) {}
    [all...]
  /external/libpng/contrib/libtests/
makepng.c 818 png_fixed_point real_gamma = 45455; /* For sRGB */ local
856 real_gamma = gamma;
861 if (real_gamma == 45455) for (i=0; i<256; ++i)
869 /* Convert 'i' from sRGB (45455) to real_gamma, this makes
872 conv = real_gamma;
921 png_set_gAMA_fixed(png_ptr, info_ptr, real_gamma);
    [all...]

Completed in 115 milliseconds