Searched refs:INT16_MAX (Results 1 – 5 of 5) sorted by relevance
96 #ifndef INT16_MAX97 #define INT16_MAX 32767 macro
52 *shortData++ = std::min(INT16_MAX, std::max(INT16_MIN, n)); // clip in read()
47 buffer[sampleIndex] = (int16_t) (INT16_MAX * sin(mPhase) * mAmplitude); in render()
47 val5 = std::min(std::max(INT16_MIN, val5), INT16_MAX); in ApplyLayerNorm()144 const int32_t sum_clamped = std::min(INT16_MAX, std::max(INT16_MIN, sum)); in CwiseAdd()
170 if (f->mAbsTimecode - clusterTimecodeL > INT16_MAX) { in flushFrames()