Lines Matching refs:Sint16
35 Sint16 iSamp1;
36 Sint16 iSamp2;
42 Sint16 aCoeff[7][2];
84 Uint8 nybble, Sint16 *coeff) in MS_ADPCM_nibble()
113 state->iSamp1 = (Sint16)new_sample; in MS_ADPCM_nibble()
123 Sint16 *coeff[2]; in MS_ADPCM_decode()
132 MS_ADPCM_state.wavefmt.channels*sizeof(Sint16); in MS_ADPCM_decode()
151 encoded += sizeof(Sint16); in MS_ADPCM_decode()
154 encoded += sizeof(Sint16); in MS_ADPCM_decode()
157 encoded += sizeof(Sint16); in MS_ADPCM_decode()
160 encoded += sizeof(Sint16); in MS_ADPCM_decode()
163 encoded += sizeof(Sint16); in MS_ADPCM_decode()
166 encoded += sizeof(Sint16); in MS_ADPCM_decode()
349 IMA_ADPCM_state.wavefmt.channels*sizeof(Sint16); in IMA_ADPCM_decode()