Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DPyramid.cpp235 int pitch2 = pitch << 1; in BorderReduceOdd() local
236 np = p + pitch2; in BorderReduceOdd()
237 for (; s < ls; s = ns, ns += out->pitch, p = np, np += pitch2) { in BorderReduceOdd()
239 *s = (short)((((int) p[-pitch2]) + ((int) p[pitch2]) + 8 + // 1 in BorderReduceOdd()