Home
last modified time | relevance | path

Searched refs:coef (Results 1 – 10 of 10) sorted by relevance

/RvlSDK-3.2.2/build/tools/dspadpcm/src/
Dmain.c544 …[%d]: 0x%04X a2[%d]: 0x%04X \n", j, reverse_endian_16(h->coef[i]), j, reverse_endian_16(h->coef[i+… in dump_header()
661 dspadpcmheader.coef[0] = reverse_endian_16(adpcminfo.coef[0]); in encode_soundfile()
662 dspadpcmheader.coef[1] = reverse_endian_16(adpcminfo.coef[1]); in encode_soundfile()
663 dspadpcmheader.coef[2] = reverse_endian_16(adpcminfo.coef[2]); in encode_soundfile()
664 dspadpcmheader.coef[3] = reverse_endian_16(adpcminfo.coef[3]); in encode_soundfile()
665 dspadpcmheader.coef[4] = reverse_endian_16(adpcminfo.coef[4]); in encode_soundfile()
666 dspadpcmheader.coef[5] = reverse_endian_16(adpcminfo.coef[5]); in encode_soundfile()
667 dspadpcmheader.coef[6] = reverse_endian_16(adpcminfo.coef[6]); in encode_soundfile()
668 dspadpcmheader.coef[7] = reverse_endian_16(adpcminfo.coef[7]); in encode_soundfile()
669 dspadpcmheader.coef[8] = reverse_endian_16(adpcminfo.coef[8]); in encode_soundfile()
[all …]
Ddspadpcm.h47 s16 coef[16]; member
Ddspheader.h44 u16 coef[16]; member
/RvlSDK-3.2.2/build/demos/axdemo/src/
Daxstream.c696 adpcm.a[0][0] = dspHeader->coef[0]; in startStreamAdpcm()
697 adpcm.a[0][1] = dspHeader->coef[1]; in startStreamAdpcm()
698 adpcm.a[1][0] = dspHeader->coef[2]; in startStreamAdpcm()
699 adpcm.a[1][1] = dspHeader->coef[3]; in startStreamAdpcm()
700 adpcm.a[2][0] = dspHeader->coef[4]; in startStreamAdpcm()
701 adpcm.a[2][1] = dspHeader->coef[5]; in startStreamAdpcm()
702 adpcm.a[3][0] = dspHeader->coef[6]; in startStreamAdpcm()
703 adpcm.a[3][1] = dspHeader->coef[7]; in startStreamAdpcm()
704 adpcm.a[4][0] = dspHeader->coef[8]; in startStreamAdpcm()
705 adpcm.a[4][1] = dspHeader->coef[9]; in startStreamAdpcm()
[all …]
Daxsimple.c464 adpcm.a[0][0] = ps->coef[0]; in AquireVoiceADPCM()
465 adpcm.a[0][1] = ps->coef[1]; in AquireVoiceADPCM()
466 adpcm.a[1][0] = ps->coef[2]; in AquireVoiceADPCM()
467 adpcm.a[1][1] = ps->coef[3]; in AquireVoiceADPCM()
468 adpcm.a[2][0] = ps->coef[4]; in AquireVoiceADPCM()
469 adpcm.a[2][1] = ps->coef[5]; in AquireVoiceADPCM()
470 adpcm.a[3][0] = ps->coef[6]; in AquireVoiceADPCM()
471 adpcm.a[3][1] = ps->coef[7]; in AquireVoiceADPCM()
472 adpcm.a[4][0] = ps->coef[8]; in AquireVoiceADPCM()
473 adpcm.a[4][1] = ps->coef[9]; in AquireVoiceADPCM()
[all …]
/RvlSDK-3.2.2/build/demos/wpaddemo/src/
Dwpad_axdemo.c908 adpcm.a[0][0] = ps->coef[0]; in AquireVoiceADPCM()
909 adpcm.a[0][1] = ps->coef[1]; in AquireVoiceADPCM()
910 adpcm.a[1][0] = ps->coef[2]; in AquireVoiceADPCM()
911 adpcm.a[1][1] = ps->coef[3]; in AquireVoiceADPCM()
912 adpcm.a[2][0] = ps->coef[4]; in AquireVoiceADPCM()
913 adpcm.a[2][1] = ps->coef[5]; in AquireVoiceADPCM()
914 adpcm.a[3][0] = ps->coef[6]; in AquireVoiceADPCM()
915 adpcm.a[3][1] = ps->coef[7]; in AquireVoiceADPCM()
916 adpcm.a[4][0] = ps->coef[8]; in AquireVoiceADPCM()
917 adpcm.a[4][1] = ps->coef[9]; in AquireVoiceADPCM()
[all …]
/RvlSDK-3.2.2/build/tools/dls1wt/src/
Ddspadpcm.h37 s16 coef[16]; member
/RvlSDK-3.2.2/include/win32/
Ddsptool.h54 s16 coef[16]; member
/RvlSDK-3.2.2/build/tools/sndconv/src/
Dsoundconv.h52 u16 coef[16]; member
/RvlSDK-3.2.2/include/revolution/
Dax.h918 u16 coef[16]; // decode coefficients (eight pairs of 16-bit words) member