Definition at line 259 of file noise.cpp.
260{
261
262
263
264
265 int8_t u,v;
266 if( hash & 4) {
268 } else {
270 }
271
272 if(hash&1) { u = -u; }
273 if(hash&2) { v = -v; }
274
276}
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.