Home
last modified time | relevance | path

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

/packages/apps/Camera2/jni/
Djpegutil.cpp349 int cr_row_length = (finalWidth / 2 + 16 + 63) & ~63; in Compress() local
359 RowIterator<8> crIter(crP, chromaTrans, cr_row_length); in Compress()