Searched refs:OB_CLAMP (Results 1 – 1 of 1) sorted by relevance
78 #define OB_CLAMP(x) ((uint8_t)((x) > OB_MAX ? OB_MAX : (x))) macro187 return OB_CLAMP(t); in AddOB()242 return OB_CLAMP(t); in MulOB()1188 result = OB_CLAMP(t); in RNAUOB()1213 result = OB_CLAMP(t); in RNEUOB()1229 result = OB_CLAMP(t); in RZUOB()