Home
last modified time | relevance | path

Searched defs:nY (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/
Dyuv2rgb.cc30 static inline uint32_t YUV2RGB(int nY, int nU, int nV) { in YUV2RGB()
97 int nY = *pY++; in ConvertYUV420SPToARGB8888() local
125 int nY = (pY[0] + pY[1] + pY[stride] + pY[stride + 1]) >> 2; in ConvertYUV420SPToARGB8888HalfSize() local
153 int nY = *pY++; in ConvertYUV420SPToRGB565() local
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBuiltinVarTests.cpp94 for (deUint32 nY = 0; nY < numWorkgroups[1]; ++nY) in checkComputeSubgroupSize() local
144 for (deUint32 nY = 0; nY < numWorkgroups[1]; ++nY) in checkComputeSubgroupInvocationID() local
212 for (deUint32 nY = 0; nY < numWorkgroups[1]; ++nY) in checkComputeNumSubgroups() local
268 for (deUint32 nY = 0; nY < numWorkgroups[1]; ++nY) in checkComputeSubgroupID() local
DvktSubgroupsPartitionedTests.cpp92 for (deUint32 nY = 0; nY < numWorkgroups[1]; ++nY) in checkCompute() local
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.h381 PVRTint32 nY; member
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp759 for(unsigned int nY = 0; nY < ui32Height; ++nY) in PVRShellWriteBMPFile() local