Lines Matching refs:FORMAT
54 template <audio_format_t FORMAT>
57 switch (FORMAT) { in convertToFloatAndIncrement()
82 static_assert(isFormatSupported(FORMAT), "unsupported format"); in convertToFloatAndIncrement()
87 template <audio_format_t FORMAT>
90 switch (FORMAT) { in normalizeAmplitude()
110 static_assert(isFormatSupported(FORMAT), "unsupported format"); in normalizeAmplitude()
114 template <audio_format_t FORMAT>
117 const float val = normalizeAmplitude<FORMAT>(); in normalizeEnergy()
121 template <audio_format_t FORMAT>
126 const float amplitude = convertToFloatAndIncrement<FORMAT>(&litudes); in energyMonoRef()
132 template <audio_format_t FORMAT>
135 return energyMonoRef<FORMAT>(amplitudes, size); in energyMono()