Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_mos/src/mosaic/
DPyramid.cpp241 int pitch2 = pitch << 1; in BorderReduceOdd() local
242 np = p + pitch2; in BorderReduceOdd()
243 for (; s < ls; s = ns, ns += out->pitch, p = np, np += pitch2) { in BorderReduceOdd()
245 *s = (short)((((int) p[-pitch2]) + ((int) p[pitch2]) + 8 + // 1 in BorderReduceOdd()