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

  /external/opencv3/3rdparty/libtiff/
tif_color.c 204 * R = Y + Cr*(2 - 2*LumaRed)
208 * - LumaRed*Cr*(2-2*LumaRed)/LumaGreen
222 #define LumaRed luma[0]
239 { float f1 = 2-2*LumaRed; int32 D1 = FIX(f1);
240 float f2 = LumaRed*f1/LumaGreen; int32 D2 = -FIX(f2);
247 #undef LumaRed
  /external/pdfium/third_party/libtiff/
tif_color.c 204 * R = Y + Cr*(2 - 2*LumaRed)
208 * - LumaRed*Cr*(2-2*LumaRed)/LumaGreen
222 #define LumaRed luma[0]
239 { float f1 = 2-2*LumaRed; int32 D1 = FIX(f1);
240 float f2 = LumaRed*f1/LumaGreen; int32 D2 = -FIX(f2);
247 #undef LumaRed

Completed in 40 milliseconds