Searched defs:cR (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_generic_x87.c830 UChar cR = argR[i]; local
831 boolResII = (boolResII << 1) | (cL == cR ? 1 : 0);
1081 UShort cR = argR[i]; local
1082 boolResII = (boolResII << 1) | (cL == cR ? 1 : 0);
/external/opencv/otherlibs/highgui/
H A Dutils.cpp78 #define cR (int)(0.299*(1 << SCALE) + 0.5) macro
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/none/tests/amd64/
H A Dpcmpstr64w.c237 UShort cR = argR[i]; local
238 boolResII = (boolResII << 1) | (cL == cR ? 1 : 0);
H A Dpcmpstr64.c239 UChar cR = argR[i]; local
240 boolResII = (boolResII << 1) | (cL == cR ? 1 : 0);

Completed in 166 milliseconds