Home
last modified time | relevance | path

Searched refs:actualPitch (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg-jni.c224 jsize arraySize = 0, actualPitch; in TJCompressor_compress() local
235 actualPitch = (pitch == 0) ? width * tjPixelSize[pf] : pitch; in TJCompressor_compress()
236 arraySize = (y + height - 1) * actualPitch + (x + width) * tjPixelSize[pf]; in TJCompressor_compress()
248 if (tjCompress2(handle, &srcBuf[y * actualPitch + x * tjPixelSize[pf]], in TJCompressor_compress()
408 jsize arraySize = 0, actualPitch; in TJCompressor_encodeYUV() local
434 actualPitch = (pitch == 0) ? width * tjPixelSize[pf] : pitch; in TJCompressor_encodeYUV()
435 arraySize = (y + height - 1) * actualPitch + (x + width) * tjPixelSize[pf]; in TJCompressor_encodeYUV()
473 if (tjEncodeYUVPlanes(handle, &srcBuf[y * actualPitch + x * tjPixelSize[pf]], in TJCompressor_encodeYUV()
687 jsize arraySize = 0, actualPitch; in TJDecompressor_decompress() local
699 actualPitch in TJDecompressor_decompress()
908 jsize arraySize = 0, actualPitch; TJDecompressor_decodeYUV() local
[all...]

Completed in 3 milliseconds