Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/tools/dspadpcm/src/
Dmain.c554 …[%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()
671 dspadpcmheader.coef[0] = reverse_endian_16(adpcminfo.coef[0]); in encode_soundfile()
672 dspadpcmheader.coef[1] = reverse_endian_16(adpcminfo.coef[1]); in encode_soundfile()
673 dspadpcmheader.coef[2] = reverse_endian_16(adpcminfo.coef[2]); in encode_soundfile()
674 dspadpcmheader.coef[3] = reverse_endian_16(adpcminfo.coef[3]); in encode_soundfile()
675 dspadpcmheader.coef[4] = reverse_endian_16(adpcminfo.coef[4]); in encode_soundfile()
676 dspadpcmheader.coef[5] = reverse_endian_16(adpcminfo.coef[5]); in encode_soundfile()
677 dspadpcmheader.coef[6] = reverse_endian_16(adpcminfo.coef[6]); in encode_soundfile()
678 dspadpcmheader.coef[7] = reverse_endian_16(adpcminfo.coef[7]); in encode_soundfile()
679 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.3/build/demos/axdemo/src/
Daxstream.c698 adpcm.a[0][0] = dspHeader->coef[0]; in startStreamAdpcm()
699 adpcm.a[0][1] = dspHeader->coef[1]; in startStreamAdpcm()
700 adpcm.a[1][0] = dspHeader->coef[2]; in startStreamAdpcm()
701 adpcm.a[1][1] = dspHeader->coef[3]; in startStreamAdpcm()
702 adpcm.a[2][0] = dspHeader->coef[4]; in startStreamAdpcm()
703 adpcm.a[2][1] = dspHeader->coef[5]; in startStreamAdpcm()
704 adpcm.a[3][0] = dspHeader->coef[6]; in startStreamAdpcm()
705 adpcm.a[3][1] = dspHeader->coef[7]; in startStreamAdpcm()
706 adpcm.a[4][0] = dspHeader->coef[8]; in startStreamAdpcm()
707 adpcm.a[4][1] = dspHeader->coef[9]; in startStreamAdpcm()
[all …]
Daxsimple.c470 adpcm.a[0][0] = ps->coef[0]; in AcquireVoiceADPCM()
471 adpcm.a[0][1] = ps->coef[1]; in AcquireVoiceADPCM()
472 adpcm.a[1][0] = ps->coef[2]; in AcquireVoiceADPCM()
473 adpcm.a[1][1] = ps->coef[3]; in AcquireVoiceADPCM()
474 adpcm.a[2][0] = ps->coef[4]; in AcquireVoiceADPCM()
475 adpcm.a[2][1] = ps->coef[5]; in AcquireVoiceADPCM()
476 adpcm.a[3][0] = ps->coef[6]; in AcquireVoiceADPCM()
477 adpcm.a[3][1] = ps->coef[7]; in AcquireVoiceADPCM()
478 adpcm.a[4][0] = ps->coef[8]; in AcquireVoiceADPCM()
479 adpcm.a[4][1] = ps->coef[9]; in AcquireVoiceADPCM()
[all …]
Daxstream2.c1065 adpcm.a[0][0] = dspHeader->coef[0]; in STRMStart()
1066 adpcm.a[0][1] = dspHeader->coef[1]; in STRMStart()
1067 adpcm.a[1][0] = dspHeader->coef[2]; in STRMStart()
1068 adpcm.a[1][1] = dspHeader->coef[3]; in STRMStart()
1069 adpcm.a[2][0] = dspHeader->coef[4]; in STRMStart()
1070 adpcm.a[2][1] = dspHeader->coef[5]; in STRMStart()
1071 adpcm.a[3][0] = dspHeader->coef[6]; in STRMStart()
1072 adpcm.a[3][1] = dspHeader->coef[7]; in STRMStart()
1073 adpcm.a[4][0] = dspHeader->coef[8]; in STRMStart()
1074 adpcm.a[4][1] = dspHeader->coef[9]; in STRMStart()
[all …]
/RvlSDK-3.3/build/demos/wpaddemo/src/
Dwpad_axdemo.c911 adpcm.a[0][0] = ps->coef[0]; in AquireVoiceADPCM()
912 adpcm.a[0][1] = ps->coef[1]; in AquireVoiceADPCM()
913 adpcm.a[1][0] = ps->coef[2]; in AquireVoiceADPCM()
914 adpcm.a[1][1] = ps->coef[3]; in AquireVoiceADPCM()
915 adpcm.a[2][0] = ps->coef[4]; in AquireVoiceADPCM()
916 adpcm.a[2][1] = ps->coef[5]; in AquireVoiceADPCM()
917 adpcm.a[3][0] = ps->coef[6]; in AquireVoiceADPCM()
918 adpcm.a[3][1] = ps->coef[7]; in AquireVoiceADPCM()
919 adpcm.a[4][0] = ps->coef[8]; in AquireVoiceADPCM()
920 adpcm.a[4][1] = ps->coef[9]; in AquireVoiceADPCM()
[all …]
/RvlSDK-3.3/build/tools/dls1wt/src/
Ddspadpcm.h37 s16 coef[16]; member
/RvlSDK-3.3/include/win32/
Ddsptool.h54 s16 coef[16]; member
/RvlSDK-3.3/build/tools/sndconv/src/
Dsoundconv.h52 u16 coef[16]; member
/RvlSDK-3.3/include/revolution/
Dax.h927 u16 coef[16]; // decode coefficients (eight pairs of 16-bit words) member