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

/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_wt_IPC_frame.h69 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */ member in struct:s_wt_config_tag
H A Deas_wtengine.c178 const EAS_SAMPLE *loopEnd; local
187 loopEnd = (const EAS_SAMPLE*) pWTVoice->loopEnd + 1;
229 acc0 = (EAS_I32) (pSamples - loopEnd);
436 tmp1 = (EAS_I32) (pWTVoice->loopEnd) >> 18;
448 pWTVoice->phaseAccum = pWTVoice->loopEnd;
449 pWTVoice->loopEnd = (5 * pWTVoice->loopEnd + 1);
450 tmp1 = (EAS_I32) (pWTVoice->loopEnd) >> 18;
482 else if (pWTVoice->loopStart != pWTVoice->loopEnd)
[all...]
H A Deas_wtengine.h127 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */ member in struct:s_wt_voice_tag
H A Deas_sndlib.h230 EAS_U32 loopEnd; member in struct:s_wt_region_tag
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_wt_IPC_frame.h69 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */ member in struct:s_wt_config_tag
H A Deas_wtengine.c178 const EAS_SAMPLE *loopEnd; local
187 loopEnd = (const EAS_SAMPLE*) pWTVoice->loopEnd + 1;
229 acc0 = (EAS_I32) (pSamples - loopEnd);
436 tmp1 = (EAS_I32) (pWTVoice->loopEnd) >> 18;
448 pWTVoice->phaseAccum = pWTVoice->loopEnd;
449 pWTVoice->loopEnd = (5 * pWTVoice->loopEnd + 1);
450 tmp1 = (EAS_I32) (pWTVoice->loopEnd) >> 18;
482 else if (pWTVoice->loopStart != pWTVoice->loopEnd)
[all...]
H A Deas_wtengine.h127 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */ member in struct:s_wt_voice_tag
H A Deas_sndlib.h230 EAS_U32 loopEnd; member in struct:s_wt_region_tag
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_sndlib.h230 EAS_U32 loopEnd; member in struct:s_wt_region_tag

Completed in 1602 milliseconds