Searched refs:m_nRate (Results 1 - 2 of 2) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
H A Deas_chorus.c114 pChorusData->m_nRate = EAS_CHORUS_RATE_DEFAULT;
124 pChorusData->m_nRate = (EAS_I16)
125 ((((EAS_I32)CHORUS_SHAPE_SIZE<<16)/(20*(EAS_I32)_OUTPUT_SAMPLE_RATE)) * pChorusData->m_nRate);
163 pChorusData->m_nRate = pPreset->m_nRate;
166 pChorusData->m_nRate = (EAS_I16)
167 ((((EAS_I32)CHORUS_SHAPE_SIZE<<16)/(20*(EAS_I32)_OUTPUT_SAMPLE_RATE)) * pChorusData->m_nRate);
330 pChorusData->lfoLPhase += pChorusData->m_nRate;
375 pChorusData->lfoRPhase += pChorusData->m_nRate;
445 *pValue = (EAS_I32) p->m_nRate;
[all...]
H A Deas_chorusdata.h64 EAS_I16 m_nRate; member in struct:__anon17406
85 EAS_I16 m_nRate; member in struct:__anon17408

Completed in 119 milliseconds