OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nY
(Results
1 - 19
of
19
) 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
281
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
404
*
nY
: Y coordinate for the point
411
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
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
regexp.js
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-regexp.js
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-regexp.js
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-regexp.js
[
all
...]
/external/chromium_org/v8/benchmarks/
regexp.js
[
all
...]
/external/v8/benchmarks/
regexp.js
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump
[
all
...]
Completed in 2387 milliseconds