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

  /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...]
  /hardware/qcom/media/mm-core/inc/
QOMX_IVCommonExtensions.h 280 OMX_U32 nY; /**< The number of pixels per unit in the height direction. */
OMX_IVCommon.h 374 * nY : Y coordinate for the point
381 OMX_S32 nY;
  /frameworks/native/include/media/openmax/
OMX_IVCommon.h 403 * nY : Y coordinate for the point
410 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/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
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 520 milliseconds