Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_light.c170 const u16 *protoAngle; in PRC_GetRecognizedEntriesEx_Light() local
186 protoAngle = &protoData->lineSegmentAngleArray[protoStrokeIndex]; in PRC_GetRecognizedEntriesEx_Light()
223 diff = (s16)(protoAngle[iProto] - inputAngle[iInput]); in PRC_GetRecognizedEntriesEx_Light()
Dprc_algo_standard.c168 const u16 *protoAngle; in PRC_GetRecognizedEntriesEx_Standard() local
185 protoAngle = &protoData->lineSegmentAngleArray[protoStrokeIndex]; in PRC_GetRecognizedEntriesEx_Standard()
203 diff = (s16)(protoAngle[iProto] - inputAngle[iInput]); in PRC_GetRecognizedEntriesEx_Standard()