Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/preprocessing/tests/
Dcorrelation.cpp20 constexpr int kMinLoopLimitValue = 1; variable
40 int loopLim = (1 == enableCrossCorr) ? len : kMinLoopLimitValue; in correlation()