Home
last modified time | relevance | path

Searched refs:adpcmIndex (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-2.1/build/tools/dls1wt/src/
Ddls.c61 static u16 adpcmIndex; variable
957 memcpy(&adpcm[adpcmIndex], &adpcminfo, sizeof(WTADPCM)); in dls_data()
962 p = (u16*)&adpcm[adpcmIndex]; in dls_data()
1041 memcpy(&adpcm[adpcmIndex], &adpcminfo, sizeof(WTADPCM)); in dls_data()
1046 p = (u16*)&adpcm[adpcmIndex]; in dls_data()
1088 waveSample[waveIndex].adpcmIndex = reverse_endian_16(adpcmIndex); in dls_data()
1089 adpcmIndex++; in dls_data()
1153 adpcmIndex = 0; in dls_read_file()
1264 fwrite(adpcm, sizeof(WTADPCM), adpcmIndex, wtFile); in dls_read_file()
Dwt.h105 u16 adpcmIndex; // ADPCM index to reference if in ADPCM mode member
/RvlSDK-2.1/include/revolution/
Dwt.h98 u16 adpcmIndex; // ADPCM index to reference if in ADPCM mode member