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

  /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...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTShadowVol.cpp 105 for(wCurr = 0; wCurr < psMesh->nV; wCurr++) {
115 psMesh->pV[psMesh->nV] = *pV;
117 return (unsigned short) psMesh->nV++;
320 _ASSERT(psMesh->nV <= nNumVertex);
324 _RPT2(_CRT_WARN, "Unique vertices : %d (from %d)\n", psMesh->nV, nNumVertex);
331 psMesh->pV = (PVRTVECTOR3*)realloc(psMesh->pV, psMesh->nV * sizeof(*psMesh->pV));
400 _ASSERT(psMesh->nV);
408 _RPT3(_CRT_WARN, "ShadowMeshInitMesh() %5d byte VB (%3dv x 2 x size(%d))\n", psMesh->nV * 2 * sizeof(*pvData), psMesh->nV, sizeof(*pvData));
412 sVBBufferDesc.ByteWidth = psMesh->nV * 2 * 3 * sizeof(*pvData)
    [all...]
PVRTShadowVol.h 51 unsigned int nV; /*!< Vertex count */
  /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);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/
IFWIStitch.bat 41 if /i "%~1"=="/nV" (
221 echo /nV Do NOT update the VBIOS. (applies to all ROM files for this run)
  /external/v8/benchmarks/
regexp.js     [all...]
  /prebuilts/go/darwin-x86/test/bench/go1/
jsondata_test.go     [all...]
  /prebuilts/go/linux-x86/test/bench/go1/
jsondata_test.go     [all...]
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump 361 ???????c%f??'??f??fi????r8>???{4?H?kPt?5????UW@?K,????33?y?VaXy??:?H???u???n?Zm~]&Í? W??c`?*???OCl?B *e)}?1Zka????A-OW?7[??Q?g??,?@??wSI??i?n?3N???,??\,???U??yOX???Gz?4Q???? ^????wt?n????p)??v?h?,?j?R'?@ k????A?nV??2?*?V?9??????"D?~e???jZJ???t!?d?C8"??Ý??}4g???,??o?d#XZ?3 P?@r?N?E?O}?jc?m?m????7??J\??)x??QZ????)??Y????;I?????k?1??G??B??^?l'A?h?<?h}^?"?7??]????pu6eL????qG???D?.e?A???.?N???9??g?S [??@{? ??f??
    [all...]
  /prebuilts/android-emulator/darwin-x86_64/lib/
ca-bundle.pem     [all...]
  /prebuilts/android-emulator/linux-x86_64/lib/
ca-bundle.pem     [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 259 milliseconds