Searched refs:DITHER_VALUE (Results 1 – 1 of 1) sorted by relevance
106 constexpr D DITHER_VALUE = std::numeric_limits<float>::min() * (1 << 24); // use FLOAT in process() local107 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() local277 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process()