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

  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 60 int nR, nG, nB;
96 // nG = (int)(1.164 * nY - 0.813 * nV - 0.391 * nU);
100 nG = (int)(1192 * nY - 833 * nV - 400 * nU);
104 nG = min(262143, max(0, nG));
108 nG >>= 10; nG &= 0xff;
113 cb(nR, nG, nB, &ctx);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 108 milliseconds