Lines Matching refs:dspHeaderL
641 DSPADPCM* dspHeaderL; in STRMPrepare() local
754 dspHeaderL = (DSPADPCM*)strm->headerBufferL; in STRMPrepare()
764 frameCA = (s32)(dspHeaderL->ca / NIBBLES_PER_FRAME); in STRMPrepare()
765 frameLoopStart = (s32)(dspHeaderL->sa / NIBBLES_PER_FRAME); in STRMPrepare()
766 frameLoopEnd = (s32)(dspHeaderL->ea / NIBBLES_PER_FRAME); in STRMPrepare()
787 OSReport("ca %ld\n", dspHeaderL->ca); in STRMPrepare()
788 OSReport("sa %ld\n", dspHeaderL->sa); in STRMPrepare()
789 OSReport("es %ld\n", dspHeaderL->ea); in STRMPrepare()
831 strm1stCA += (s32)(dspHeaderL->ca % NIBBLES_PER_FRAME); in STRMPrepare()
835 strm1stLoopEnd += (s32)(dspHeaderL->ea % NIBBLES_PER_FRAME); in STRMPrepare()
856 lsLoopStart = (s32)(dspHeaderL->sa % NIBBLES_PER_FRAME); in STRMPrepare()
870 strmLoopEnd += (s32)(dspHeaderL->ea % NIBBLES_PER_FRAME); in STRMPrepare()
906 strm->lsContextL.loop_pred_scale = dspHeaderL->lps; in STRMPrepare()
907 strm->lsContextL.loop_yn1 = dspHeaderL->lyn1; in STRMPrepare()
908 strm->lsContextL.loop_yn2 = dspHeaderL->lyn2; in STRMPrepare()