Searched refs:dither (Results 1 – 1 of 1) sorted by relevance
107 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process() local128 xn = vadd(xn, dither); in process()129 dither = vneg(dither); in process()277 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process() local308 x = vadd(x, dither); in process()309 dither = vneg(dither); in process()316 x = vadd(x, dither); in process()317 dither = vneg(dither); in process()352 x = vadd(x, dither); in process()353 dither = vneg(dither); in process()