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

/gdk/samples/PhotoEditor/jni/
H A Dconvolution.cpp38 * n: neighbor, c: center
41 void *src_pixels, void *dst_pixels, float neighbor) {
43 if (neighbor == 0) {
54 int32_t fixed_neighbor = static_cast<int32_t>((1 << kShiftBits) * neighbor);
55 int32_t fixed_center = static_cast<int32_t>((1 << kShiftBits) * (1 - neighbor * 8));
40 SpecialConvolution(AndroidBitmapInfo *src_info, AndroidBitmapInfo *dst_info, void *src_pixels, void *dst_pixels, float neighbor) argument

Completed in 79 milliseconds