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

  /development/tools/emulator/system/camera/
Converters.cpp 42 const uint8_t nV = *V;
43 *rgb = YUVToRGB565(*Y, nU, nV);
45 *rgb = YUVToRGB565(*Y, nU, nV);
72 const uint8_t nV = *V;
73 *rgb = YUVToRGB32(*Y, nU, nV);
75 *rgb = YUVToRGB32(*Y, nU, nV);
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 61 int nY, nU, nV;
84 nV = *(pUV + (i/2) * width + bytes_per_pixel * (j/2));
90 nV -= 128;
96 // nG = (int)(1.164 * nY - 0.813 * nV - 0.391 * nU);
97 // nB = (int)(1.164 * nY + 1.596 * nV);
100 nG = (int)(1192 * nY - 833 * nV - 400 * nU);
101 nR = (int)(1192 * nY + 1634 * nV);
  /external/svox/pico/lib/
picosig2.h 119 picoos_int16 ivalue17; /*reserved for nV (size of LocV)*/
189 #define nV ivalue17
picosig2.c 448 sig_inObj->nV = sig_inObj->nU = 0;
859 for (nI = 0; nI < sig_inObj->nV; nI++) {
868 } else if ((sig_inObj->nV == 0) && (sig_inObj->voiced_p == 0)) {
891 for (nI = 0; nI < sig_inObj->nV; nI++) {
    [all...]
  /external/v8/benchmarks/
regexp.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-regexp.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-regexp.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-regexp.js     [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...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 177 milliseconds