Searched refs:coef (Results 1 – 10 of 10) sorted by relevance
544 …[%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 …]
44 s16 coef[16]; member
44 u16 coef[16]; member
707 adpcm.a[0][0] = dspHeader->coef[0]; in startStreamAdpcm()708 adpcm.a[0][1] = dspHeader->coef[1]; in startStreamAdpcm()709 adpcm.a[1][0] = dspHeader->coef[2]; in startStreamAdpcm()710 adpcm.a[1][1] = dspHeader->coef[3]; in startStreamAdpcm()711 adpcm.a[2][0] = dspHeader->coef[4]; in startStreamAdpcm()712 adpcm.a[2][1] = dspHeader->coef[5]; in startStreamAdpcm()713 adpcm.a[3][0] = dspHeader->coef[6]; in startStreamAdpcm()714 adpcm.a[3][1] = dspHeader->coef[7]; in startStreamAdpcm()715 adpcm.a[4][0] = dspHeader->coef[8]; in startStreamAdpcm()716 adpcm.a[4][1] = dspHeader->coef[9]; in startStreamAdpcm()[all …]
677 adpcm.a[0][0] = ps->coef[0]; in AquireVoiceADPCM()678 adpcm.a[0][1] = ps->coef[1]; in AquireVoiceADPCM()679 adpcm.a[1][0] = ps->coef[2]; in AquireVoiceADPCM()680 adpcm.a[1][1] = ps->coef[3]; in AquireVoiceADPCM()681 adpcm.a[2][0] = ps->coef[4]; in AquireVoiceADPCM()682 adpcm.a[2][1] = ps->coef[5]; in AquireVoiceADPCM()683 adpcm.a[3][0] = ps->coef[6]; in AquireVoiceADPCM()684 adpcm.a[3][1] = ps->coef[7]; in AquireVoiceADPCM()685 adpcm.a[4][0] = ps->coef[8]; in AquireVoiceADPCM()686 adpcm.a[4][1] = ps->coef[9]; in AquireVoiceADPCM()[all …]
723 adpcm.a[0][0] = ps->coef[0]; in AquireVoiceADPCM()724 adpcm.a[0][1] = ps->coef[1]; in AquireVoiceADPCM()725 adpcm.a[1][0] = ps->coef[2]; in AquireVoiceADPCM()726 adpcm.a[1][1] = ps->coef[3]; in AquireVoiceADPCM()727 adpcm.a[2][0] = ps->coef[4]; in AquireVoiceADPCM()728 adpcm.a[2][1] = ps->coef[5]; in AquireVoiceADPCM()729 adpcm.a[3][0] = ps->coef[6]; in AquireVoiceADPCM()730 adpcm.a[3][1] = ps->coef[7]; in AquireVoiceADPCM()731 adpcm.a[4][0] = ps->coef[8]; in AquireVoiceADPCM()732 adpcm.a[4][1] = ps->coef[9]; in AquireVoiceADPCM()[all …]
37 s16 coef[16]; member
54 s16 coef[16]; member
49 u16 coef[16]; member
863 u16 coef[16]; // decode coefficients (eight pairs of 16-bit words) member