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

  /external/opencv/otherlibs/highgui/
utils.cpp 78 #define cR (int)(0.299*(1 << SCALE) + 0.5)
80 #define cB ((1 << SCALE) - cR - cG)
93 int t = descale( rgb[swap_rb]*cB + rgb[1]*cG + rgb[swap_rb^2]*cR, SCALE );
112 int t = descale( rgb[swap_rb]*cB + rgb[1]*cG + rgb[swap_rb^2]*cR, SCALE );
131 int t = descale( rgba[swap_rb]*cB + rgba[1]*cG + rgba[swap_rb^2]*cR, SCALE );
240 ((((ushort*)bgr555)[i] >> 7) & 0xf8)*cR, SCALE );
257 ((((ushort*)bgr565)[i] >> 8) & 0xf8)*cR, SCALE );
332 int t = descale( y*cB + m*cG + c*cR, SCALE );
  /external/valgrind/VEX/priv/
guest_generic_x87.c 830 UChar cR = argR[i];
831 boolResII = (boolResII << 1) | (cL == cR ? 1 : 0);
    [all...]
  /external/valgrind/none/tests/amd64/
pcmpstr64w.c 237 UShort cR = argR[i];
238 boolResII = (boolResII << 1) | (cL == cR ? 1 : 0);
    [all...]
pcmpstr64.c 239 UChar cR = argR[i];
240 boolResII = (boolResII << 1) | (cL == cR ? 1 : 0);
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
PixelCopyTest.java 464 short cR = dst.getShort(index);
469 assertEquals(message, r, Half.toFloat(cR), 0.01);

Completed in 2697 milliseconds