Searched defs:n2 (Results 1 - 1 of 1) sorted by relevance

/gdk/samples/PhotoEditor/jni/
H A Dconvolution.cpp78 uint8_t* n2 = reinterpret_cast<uint8_t*>(src - 1); local
86 int32_t red = n1[0] + n2[0] + n3[0] + n4[0] + n5[0] + n6[0] + n7[0] + n8[0];
87 int32_t green = n1[1] + n2[1] + n3[1] + n4[1] + n5[1] + n6[1] + n7[1] + n8[1];
88 int32_t blue = n1[2] + n2[2] + n3[2] + n4[2] + n5[2] + n6[2] + n7[2] + n8[2];

Completed in 3 milliseconds