Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/prc/common/src/
Dprc_algo_light.c176 fx32 localBorder; in PRC_GetRecognizedEntriesEx_Light() local
196 localBorder = patternBorder; in PRC_GetRecognizedEntriesEx_Light()
200 localBorder = patternBorder * 2; // No problem with taking excess in PRC_GetRecognizedEntriesEx_Light()
204 localBorder = patternBorder * 3; // No problem with taking excess in PRC_GetRecognizedEntriesEx_Light()
208 localBorder = FX32_ONE * 32768; // Doesn't consider the cutoff in PRC_GetRecognizedEntriesEx_Light()
243 if (score > localBorder) in PRC_GetRecognizedEntriesEx_Light()