Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/prc/
Dresample.h60 const PRCStrokes *strokes, int threshold, void *buffer);
82 const PRCStrokes *strokes, int threshold, void *buffer);
104 const PRCStrokes *strokes, int threshold, void *buffer);
126 const PRCStrokes *strokes, int threshold, void *buffer);
/TwlSDK-5.1.0/build/libraries/card/common/src/
Dcard_utility.c99 void CARDi_ICInvalidateSmart(void *buffer, u32 length, u32 threshold) in CARDi_ICInvalidateSmart() argument
101 if (length >= threshold) in CARDi_ICInvalidateSmart()
124 void CARDi_DCInvalidateSmart(void *buffer, u32 length, u32 threshold) in CARDi_DCInvalidateSmart() argument
126 if (length >= threshold) in CARDi_DCInvalidateSmart()
/TwlSDK-5.1.0/build/libraries/card/common/include/
Dcard_utility.h71 void CARDi_ICInvalidateSmart(void *buffer, u32 length, u32 threshold);
86 void CARDi_DCInvalidateSmart(void *buffer, u32 length, u32 threshold);
/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_resample.c106 int maxStrokeCount, const PRCStrokes *strokes, int threshold, void *buffer) in PRC_ResampleStrokes_None() argument
113 (void)threshold; in PRC_ResampleStrokes_None()
165 const PRCStrokes *strokes, int threshold, void *buffer) in PRC_ResampleStrokes_Distance() argument
203 if (length >= threshold) in PRC_ResampleStrokes_Distance()
286 const PRCStrokes *strokes, int threshold, void *buffer) in PRC_ResampleStrokes_Angle() argument
348 if (PRCi_ABS((s16)(prevAngle - nextAngle)) >= threshold) in PRC_ResampleStrokes_Angle()
366 if (PRCi_ABS((s16)(prevAngle - currAngle)) >= threshold) in PRC_ResampleStrokes_Angle()
451 const PRCStrokes *strokes, int threshold, void *buffer) in PRC_ResampleStrokes_Recursive() argument
467 squaredThreshold = threshold * threshold; in PRC_ResampleStrokes_Recursive()
Dprc_algo_common.c645 int threshold; in PRCi_ExtractInputPattern_Common() local
647 threshold = resampleThreshold; in PRCi_ExtractInputPattern_Common()
654 if (threshold > 0) in PRCi_ExtractInputPattern_Common()
658 threshold = threshold * w / normalizeSize; in PRCi_ExtractInputPattern_Common()
659 if (threshold == 0) in PRCi_ExtractInputPattern_Common()
660 threshold = 1; in PRCi_ExtractInputPattern_Common()
670 maxStrokeCount, strokes, threshold, in PRCi_ExtractInputPattern_Common()
676 maxStrokeCount, strokes, threshold, in PRCi_ExtractInputPattern_Common()
682 maxStrokeCount, strokes, threshold, in PRCi_ExtractInputPattern_Common()
/TwlSDK-5.1.0/build/libraries/el/common/include/
Dloader_subset.h30 …ELi_CopyVeneerToBuffer( ELDesc* elElfDesc, ELObject* MYObject, u32 start, u32 data, s32 threshold);
39 …_CopyV4tVeneerToBuffer( ELDesc* elElfDesc, ELObject* MYObject, u32 start, u32 data, s32 threshold);
/TwlSDK-5.1.0/build/libraries/el/common/src/
Dloader_subset.c82 static BOOL ELi_IsFar( u32 P, u32 S, s32 threshold);
149 … ELi_CopyVeneerToBuffer( ELDesc* elElfDesc, ELObject* MYObject, u32 start, u32 data, s32 threshold) in ELi_CopyVeneerToBuffer() argument
162 if( ELi_IsFar( start, elVenEnt->adr, threshold) == FALSE) { in ELi_CopyVeneerToBuffer()
209 …i_CopyV4tVeneerToBuffer( ELDesc* elElfDesc, ELObject* MYObject, u32 start, u32 data, s32 threshold) in ELi_CopyV4tVeneerToBuffer() argument
221 if( ELi_IsFar( start, elVenEnt->adr, threshold) == FALSE) { in ELi_CopyV4tVeneerToBuffer()
1304 static BOOL ELi_IsFar( u32 P, u32 S, s32 threshold) argument
1309 if( (diff < threshold)&&( diff > -threshold)) {