Searched refs:uvIndex (Results 1 – 1 of 1) sorted by relevance
276 uint32_t uvIndex = cinfo.output_width * cinfo.output_height; in DecompressJpegToNV12() local290 … outputData[uvIndex++] = static_cast<uint8_t>((u < 0) ? 0 : (u > YUV_PARAM) ? YUV_PARAM : u); in DecompressJpegToNV12()291 … outputData[uvIndex++] = static_cast<uint8_t>((v < 0) ? 0 : (v > YUV_PARAM) ? YUV_PARAM : v); in DecompressJpegToNV12()