Searched defs:Norm (Results 1 – 2 of 2) sorted by relevance
98 struct Norm { struct99 enum MappingType { NONE, REMOVED, ROUND_TRIP, ONE_WAY };101 UBool hasMapping() const { return mappingType>REMOVED; } in hasMapping()104 void setMappingCP() { in setMappingCP()113 const CompositionPair *getCompositionPairs(int32_t &length) const { in getCompositionPairs()123 UnicodeString *mapping;124 UnicodeString *rawMapping; // non-NULL if the mapping is further decomposed125 UChar32 mappingCP; // >=0 if mapping to 1 code point126 int32_t mappingPhase;127 MappingType mappingType;[all …]
513 float Norm = (A1B2 + A2) * (A1B2 + A2) + (B1 + A1B2) * (B1 + A1B2); in icvCalcOpticalFlowLK_8u32fR() local