Home
last modified time | relevance | path

Searched refs:alignedWidth2 (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish/camera/
Djpeg.cpp102 const size_t alignedWidth2 = alignedWidth / 2; in compressYUVImplPixelsSlow() local
104 uint8_t* cr0 = &cb0[kJpegMCUSize / 2 * alignedWidth2]; in compressYUVImplPixelsSlow()
106 for (int i = 0; i < kJpegMCUSize / 2; ++i, cb0 += alignedWidth2, cr0 += alignedWidth2) { in compressYUVImplPixelsSlow()