Searched defs:CIRCULAR (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.h30 CIRCULAR() calculates the array index using modulo arithmetic.
35 #define CIRCULAR(base,offset,size) (uint32_t)( \ macro

Completed in 46 milliseconds