Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/axdemo/src/
Daxstream.c610 DSPADPCM *dspHeader; in startStreamAdpcm() local
677 dspHeader = (DSPADPCM *)streamBufferL; in startStreamAdpcm()
681 cu_addr = ls_addr + (sizeof(DSPADPCM) << 1) + dspHeader->ca; in startStreamAdpcm()
696 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()
[all …]