Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
DBiquadFilter.h106 constexpr D DITHER_VALUE = std::numeric_limits<float>::min() * (1 << 24); // use FLOAT in process() local
107 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process()
276 constexpr D DITHER_VALUE = std::numeric_limits<float>::min() * (1 << 24); // use FLOAT in process() local
277 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process()