HomeSort by relevance Sort by last modified time
    Searched defs:CIRCULAR (Results 1 - 2 of 2) sorted by null

  /external/sonivox/arm-wt-22k/lib_src/
eas_reverbdata.h 43 CIRCULAR() calculates the array index using modulo arithmetic.
48 #define CIRCULAR(base,offset,size) (EAS_U32)( \
88 // Define a mask for circular addressing, so that array index
285 EAS_U16 m_nBaseIndex; // base index for circular buffer
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 30 CIRCULAR() calculates the array index using modulo arithmetic.
35 #define CIRCULAR(base,offset,size) (uint32_t)( \
193 uint16_t m_nBaseIndex; // base index for circular buffer

Completed in 324 milliseconds