Home
last modified time | relevance | path

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

/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DPyramid.h51 static void BorderReduceOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr);
H A DPyramid.cpp207 void PyramidShort::BorderReduceOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr) in BorderReduceOdd() function in PyramidShort
256 BorderReduceOdd(pyr, pyr + 1, scr); in BorderReduce()