Searched refs:EAS_SAMPLE (Results 1 – 6 of 6) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_wtengine.c | 185 const EAS_SAMPLE *pSamples; in WT_Interpolate() 186 const EAS_SAMPLE *loopEnd; in WT_Interpolate() 200 loopEnd = (const EAS_SAMPLE*) pWTVoice->loopEnd + 1; in WT_Interpolate() 201 pSamples = (const EAS_SAMPLE*) pWTVoice->phaseAccum; in WT_Interpolate() 244 pSamples = (const EAS_SAMPLE*) pWTVoice->loopStart + acc0; in WT_Interpolate() 284 const EAS_SAMPLE *pSamples; in WT_InterpolateNoLoop() 299 pSamples = (const EAS_SAMPLE*) pWTVoice->phaseAccum; in WT_InterpolateNoLoop()
|
D | eas_sndlib.h | 56 typedef EAS_I16 EAS_SAMPLE; typedef 58 typedef EAS_I8 EAS_SAMPLE; typedef 353 EAS_SAMPLE *pDLSSamples; 391 SCNST EAS_SAMPLE *pSamples;
|
D | wt_22khz.c | 1394 const EAS_SAMPLE eas_samples[0x00033cbd + 20] = 14701 const EAS_SAMPLE eas_samples[0x00033cbd + 20] =
|
D | eas_mdls.c | 424 …SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_I32 size, S_WSMP_DATA *p, EAS_SAMPLE *pSample, EAS_U3… 1167 || (p->loopStart + p->loopLength > EAS_U32_MAX / sizeof(EAS_SAMPLE)))) in Parse_wsmp() 1262 …HESIZER_DATA *pDLSData, EAS_I32 pos, EAS_I32 size, S_WSMP_DATA *pWsmp, EAS_SAMPLE *pSample, EAS_U3… in Parse_data() 1318 if (sampleLen < sizeof(EAS_SAMPLE) in Parse_data() 1319 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) in Parse_data() 1330 …HESIZER_DATA *pDLSData, EAS_I32 pos, EAS_I32 size, S_WSMP_DATA *pWsmp, EAS_SAMPLE *pSample, EAS_U3… in Parse_data() 1852 if (sampleLen < sizeof(EAS_SAMPLE) in Parse_rgn() 1853 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) in Parse_rgn()
|
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
D | eastestv37.c | 708 const EAS_SAMPLE testSamples[] =
|
D | wt_44khz.c | 1384 const EAS_SAMPLE eas_samples[] =
|