Home
last modified time | relevance | path

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

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