Home
last modified time | relevance | path

Searched refs:INT16_MAX (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dpv_amr_wb_type_defs.h96 #ifndef INT16_MAX
97 #define INT16_MAX 32767 macro
/frameworks/av/media/libaaudio/src/flowgraph/
DSinkI16.cpp52 *shortData++ = std::min(INT16_MAX, std::max(INT16_MIN, n)); // clip in read()
/frameworks/av/media/libaaudio/examples/utils/
DSineGenerator.h47 buffer[sampleIndex] = (int16_t) (INT16_MAX * sin(mPhase) * mAmplitude); in render()
/frameworks/ml/nn/common/
DQuantUtils.cpp47 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()
/frameworks/av/media/libstagefright/webm/
DWebmFrameThread.cpp170 if (f->mAbsTimecode - clusterTimecodeL > INT16_MAX) { in flushFrames()