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

  /development/tools/emulator/system/camera/
Converters.cpp 41 const uint8_t nU = *U;
43 *rgb = YUVToRGB565(*Y, nU, nV);
45 *rgb = YUVToRGB565(*Y, nU, nV);
71 const uint8_t nU = *U;
73 *rgb = YUVToRGB32(*Y, nU, nV);
75 *rgb = YUVToRGB32(*Y, nU, nV);
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 61 int nY, nU, nV;
85 nU = *(pUV + (i/2) * width + bytes_per_pixel * (j/2) + 1);
89 nU -= 128;
95 // nR = (int)(1.164 * nY + 2.018 * nU);
96 // nG = (int)(1.164 * nY - 0.813 * nV - 0.391 * nU);
99 nB = (int)(1192 * nY + 2066 * nU);
100 nG = (int)(1192 * nY - 833 * nV - 400 * nU);
  /external/svox/pico/lib/
picosig2.h 120 picoos_int16 ivalue18; /*reserved for nU (size of LocU)*/
190 #define nU ivalue18
picosig2.c 448 sig_inObj->nV = sig_inObj->nU = 0;
857 if ((sig_inObj->nU == 0) && (sig_inObj->voiced_p == 1)) {
870 for (nI = 0; nI < sig_inObj->nU; nI++) {
901 for (nI = 0; nI < sig_inObj->nU; nI++) {
922 for (nI = 0; nI < sig_inObj->nU; nI++) {
    [all...]
  /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 119 milliseconds