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

  /external/sonivox/arm-fm-22k/lib_src/
eas_reverb.c 179 // set base index into circular buffer
555 //nAddr = CIRCULAR(nBase, psAp0->m_zApOut, REVERB_BUFFER_MASK);
556 nAddr = CIRCULAR(nBase, pReverbData->m_sAp0.m_zApOut, REVERB_BUFFER_MASK);
568 nAddr = CIRCULAR(nBase, pReverbData->m_sAp0.m_zApIn, REVERB_BUFFER_MASK);
572 nAddr = CIRCULAR(nBase, pReverbData->m_zD0In, REVERB_BUFFER_MASK);
584 nAddr = CIRCULAR(nBase, pReverbData->m_sAp1.m_zApOut, REVERB_BUFFER_MASK);
596 nAddr = CIRCULAR(nBase, pReverbData->m_sAp1.m_zApIn, REVERB_BUFFER_MASK);
600 nAddr = CIRCULAR(nBase, pReverbData->m_zD1In, REVERB_BUFFER_MASK);
607 nAddr = CIRCULAR(nBase, pReverbData->m_zD0Self, REVERB_BUFFER_MASK);
614 nAddr = CIRCULAR(nBase, pReverbData->m_zD1Cross, REVERB_BUFFER_MASK)
    [all...]
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
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_reverb.c 179 // set base index into circular buffer
555 //nAddr = CIRCULAR(nBase, psAp0->m_zApOut, REVERB_BUFFER_MASK);
556 nAddr = CIRCULAR(nBase, pReverbData->m_sAp0.m_zApOut, REVERB_BUFFER_MASK);
568 nAddr = CIRCULAR(nBase, pReverbData->m_sAp0.m_zApIn, REVERB_BUFFER_MASK);
572 nAddr = CIRCULAR(nBase, pReverbData->m_zD0In, REVERB_BUFFER_MASK);
584 nAddr = CIRCULAR(nBase, pReverbData->m_sAp1.m_zApOut, REVERB_BUFFER_MASK);
596 nAddr = CIRCULAR(nBase, pReverbData->m_sAp1.m_zApIn, REVERB_BUFFER_MASK);
600 nAddr = CIRCULAR(nBase, pReverbData->m_zD1In, REVERB_BUFFER_MASK);
607 nAddr = CIRCULAR(nBase, pReverbData->m_zD0Self, REVERB_BUFFER_MASK);
614 nAddr = CIRCULAR(nBase, pReverbData->m_zD1Cross, REVERB_BUFFER_MASK)
    [all...]
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
  /external/sonivox/arm-wt-22k/lib_src/
eas_reverb.c 179 // set base index into circular buffer
555 //nAddr = CIRCULAR(nBase, psAp0->m_zApOut, REVERB_BUFFER_MASK);
556 nAddr = CIRCULAR(nBase, pReverbData->m_sAp0.m_zApOut, REVERB_BUFFER_MASK);
568 nAddr = CIRCULAR(nBase, pReverbData->m_sAp0.m_zApIn, REVERB_BUFFER_MASK);
572 nAddr = CIRCULAR(nBase, pReverbData->m_zD0In, REVERB_BUFFER_MASK);
584 nAddr = CIRCULAR(nBase, pReverbData->m_sAp1.m_zApOut, REVERB_BUFFER_MASK);
596 nAddr = CIRCULAR(nBase, pReverbData->m_sAp1.m_zApIn, REVERB_BUFFER_MASK);
600 nAddr = CIRCULAR(nBase, pReverbData->m_zD1In, REVERB_BUFFER_MASK);
607 nAddr = CIRCULAR(nBase, pReverbData->m_zD0Self, REVERB_BUFFER_MASK);
614 nAddr = CIRCULAR(nBase, pReverbData->m_zD1Cross, REVERB_BUFFER_MASK)
    [all...]
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.c 572 // Define a mask for circular addressing, so that array index
691 // set base index into circular buffer
    [all...]
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 4259 milliseconds