Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/axdemo/src/
Daxstream.c694 DSPADPCM *dspHeader = (DSPADPCM *)ramBufferLAdpcm; in startStreamAdpcm() local
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()
[all …]