Lines Matching refs:silk_POS_SAT32
461 #define silk_POS_SAT32(a) ((a) > silk_int32_MAX ? silk_int32_MAX : (a))