Home
last modified time | relevance | path

Searched defs:nG (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/
Drgb2yuv.cc64 const int nG = (rgb >> 16) & 0xFF; in ConvertARGB8888ToYUV420SP() local
68 const int nG = (rgb >> 8) & 0xFF; in ConvertARGB8888ToYUV420SP() local
Dyuv2rgb.cc43 int nG = 1192 * nY - 833 * nV - 400 * nU; in YUV2RGB() local
175 int nG = 1192 * nY - 833 * nV - 400 * nU; in ConvertYUV420SPToRGB565() local