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

  /cts/apps/CtsVerifier/lib/colorchecker/
colorchecker.cpp 163 int nX, nY;
164 (*neighbor)->getApproxCenter(&nX, &nY);
167 float slope = ((float)(nY - cY)) / (nX - cX);
169 int distSq = (nX - cX) * (nX - cX) + (nY - cY) * (nY - cY);
177 if ( (nY - cY) > 0) {
178 float invSlope = ((float)(nX - cX)) / (nY - cY);
180 int distSq = (nX - cX) * (nX - cX) + (nY - cY) * (nY - cY);
637 int nX, nY;
    [all...]
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 61 int nY, nU, nV;
83 nY = *(pY + i * width + j);
88 nY -= 16;
92 if (nY < 0)
93 nY = 0;
95 // nR = (int)(1.164 * nY + 2.018 * nU);
96 // nG = (int)(1.164 * nY - 0.813 * nV - 0.391 * nU);
97 // nB = (int)(1.164 * nY + 1.596 * nV);
99 nB = (int)(1192 * nY + 2066 * nU);
100 nG = (int)(1192 * nY - 833 * nV - 400 * nU)
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_IVCommon.h 374 * nY : Y coordinate for the point
381 OMX_S32 nY;
  /frameworks/base/include/media/stagefright/openmax/
OMX_IVCommon.h 401 * nY : Y coordinate for the point
408 OMX_S32 nY;
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_IVCommon.h 374 * nY : Y coordinate for the point
381 OMX_S32 nY;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 374 * nY : Y coordinate for the point
381 OMX_S32 nY;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_IVCommon.h 374 * nY : Y coordinate for the point
381 OMX_S32 nY;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 640 OMX_S32 nY;
    [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...]

Completed in 741 milliseconds