Searched defs:nV (Results 1 – 2 of 2) sorted by relevance
30 static inline uint32_t YUV2RGB(int nY, int nU, int nV) { in YUV2RGB()101 int nV = pUV[offset + 1]; in ConvertYUV420SPToARGB8888() local103 int nV = pUV[offset]; in ConvertYUV420SPToARGB8888() local129 int nV = *pUV++; in ConvertYUV420SPToARGB8888HalfSize() local131 int nV = *pUV++; in ConvertYUV420SPToARGB8888HalfSize() local157 int nV = pUV[offset + 1]; in ConvertYUV420SPToRGB565() local159 int nV = pUV[offset]; in ConvertYUV420SPToRGB565() local
51 unsigned int nV; /*!< Vertex count */ member