Home
last modified time | relevance | path

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

/gdk/samples/PhotoEditor/jni/
Dconvolution.cpp54 int32_t fixed_neighbor = static_cast<int32_t>((1 << kShiftBits) * neighbor); in SpecialConvolution() local
90 red = (fixed_neighbor * red + fixed_center * src_red) >> kShiftBits; in SpecialConvolution()
91 green = (fixed_neighbor * green + fixed_center * src_green) >> kShiftBits; in SpecialConvolution()
92 blue = (fixed_neighbor * blue + fixed_center * src_blue) >> kShiftBits; in SpecialConvolution()