Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/demos/axdemo/src/
Daxstream.c613 DSPADPCM *dspHeader; in startStreamAdpcm() local
680 dspHeader = (DSPADPCM *)streamBufferL; in startStreamAdpcm()
684 cu_addr = ls_addr + (sizeof(DSPADPCM) << 1) + dspHeader->ca; in startStreamAdpcm()
699 adpcm.a[0][0] = dspHeader->coef[0]; in startStreamAdpcm()
700 adpcm.a[0][1] = dspHeader->coef[1]; in startStreamAdpcm()
701 adpcm.a[1][0] = dspHeader->coef[2]; in startStreamAdpcm()
702 adpcm.a[1][1] = dspHeader->coef[3]; in startStreamAdpcm()
703 adpcm.a[2][0] = dspHeader->coef[4]; in startStreamAdpcm()
704 adpcm.a[2][1] = dspHeader->coef[5]; in startStreamAdpcm()
705 adpcm.a[3][0] = dspHeader->coef[6]; in startStreamAdpcm()
[all …]