HomeSort by relevance Sort by last modified time
    Searched defs:nV (Results 1 - 7 of 7) sorted by null

  /device/generic/goldfish/camera/
Converters.cpp 50 const uint8_t nV = *V;
51 *rgb = YUVToRGB565(*Y, nU, nV);
53 *rgb = YUVToRGB565(*Y, nU, nV);
79 const uint8_t nV = *V;
80 *rgb = YUVToRGB32(*Y, nU, nV);
82 *rgb = YUVToRGB32(*Y, nU, nV);
  /device/google/cuttlefish_common/guest/hals/camera/
Converters.cpp 37 const uint8_t nV = *V;
38 *rgb = YUVToRGB565(*Y, nU, nV);
41 *rgb = YUVToRGB565(*Y, nU, nV);
64 const uint8_t nV = *V;
65 *rgb = YUVToRGB32(*Y, nU, nV);
68 *rgb = YUVToRGB32(*Y, nU, nV);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTShadowVol.h 51 unsigned int nV; /*!< Vertex count */
  /external/tensorflow/tensorflow/examples/android/jni/
yuv2rgb.cc 30 static inline uint32_t YUV2RGB(int nY, int nU, int nV) {
33 nV -= 128;
39 // nG = (int)(1.164 * nY - 0.813 * nV - 0.391 * nU);
40 // nB = (int)(1.164 * nY + 1.596 * nV);
42 int nR = 1192 * nY + 1634 * nV;
43 int nG = 1192 * nY - 833 * nV - 400 * nU;
101 int nV = pUV[offset + 1];
103 int nV = pUV[offset];
107 *out++ = YUV2RGB(nY, nU, nV);
129 int nV = *pUV++
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 239 milliseconds