Definition at line 233 of file noise.cpp.
234{
235
236
237
238
239 int8_t u,v;
240 if( hash & 4) {
242 } else {
244 }
245
246 if(hash&1) { u = -u; }
247 if(hash&2) { v = -v; }
248
250}
LIB8STATIC_ALWAYS_INLINE int8_t avg7(int8_t i, int8_t j)
Calculate an integer average of two signed 7-bit integers (int8_t).
References avg7(), x, and y.