Home
last modified time | relevance | path

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

/packages/apps/Camera2/jni/
Djpegutil.cpp347 int y_row_length = (finalWidth + 16 + 63) & ~63; in Compress() local
357 RowIterator<16> yIter(yP, yTrans, y_row_length); in Compress()