Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/prc/common/src/
Dprc_algo_light.c127 fx32 patternBorder; in PRC_GetRecognizedEntriesEx_Light() local
140 patternBorder = border; in PRC_GetRecognizedEntriesEx_Light()
147 patternBorder >>= 1; // Approximated by 1/2 or less in PRC_GetRecognizedEntriesEx_Light()
152 patternBorder = FX_Mul(patternBorder, FX32_ONE + proto->entry->correction / 2); in PRC_GetRecognizedEntriesEx_Light()
157 patternBorder = FX_Mul(patternBorder, FX32_ONE + proto->entry->correction * 2); in PRC_GetRecognizedEntriesEx_Light()
161 patternBorder = FX32_ONE * 32768; in PRC_GetRecognizedEntriesEx_Light()
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()