| /TwlSDK-5.1.0/include/nitro/prc/ |
| D | resample.h | 60 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/ |
| D | card_utility.c | 99 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/ |
| D | card_utility.h | 71 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/ |
| D | prc_resample.c | 106 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()
|
| D | prc_algo_common.c | 645 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/ |
| D | loader_subset.h | 30 …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/ |
| D | loader_subset.c | 82 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)) {
|