Lines Matching refs:Sint16
35 Sint16 iSamp1;
36 Sint16 iSamp2;
42 Sint16 aCoeff[7][2];
82 Uint8 nybble, Sint16 *coeff) in MS_ADPCM_nibble()
111 state->iSamp1 = (Sint16)new_sample; in MS_ADPCM_nibble()
121 Sint16 *coeff[2]; in MS_ADPCM_decode()
130 MS_ADPCM_state.wavefmt.channels*sizeof(Sint16); in MS_ADPCM_decode()
149 encoded += sizeof(Sint16); in MS_ADPCM_decode()
152 encoded += sizeof(Sint16); in MS_ADPCM_decode()
155 encoded += sizeof(Sint16); in MS_ADPCM_decode()
158 encoded += sizeof(Sint16); in MS_ADPCM_decode()
161 encoded += sizeof(Sint16); in MS_ADPCM_decode()
164 encoded += sizeof(Sint16); in MS_ADPCM_decode()
345 IMA_ADPCM_state.wavefmt.channels*sizeof(Sint16); in IMA_ADPCM_decode()