Lines Matching refs:sl
248 int i, j, sl ;
259 { sl = pcm_data_src [i * NMS_SAMPLES_PER_BLOCK + j] ;
260 code = nms_adpcm_encode_sample (&nms, sl) ;
278 { sl = nms_adpcm_decode_sample (&nms, buffer [j]) ;
279 if (sl != pcm_data_out32 [i * NMS_SAMPLES_PER_BLOCK + j])
281 i * NMS_SAMPLES_PER_BLOCK + j, i, j, pcm_data_out32 [i * NMS_SAMPLES_PER_BLOCK + j], sl) ;
299 int i, j, sl ;
311 { sl = pcm_data_src [i * NMS_SAMPLES_PER_BLOCK + j] ;
312 code = nms_adpcm_encode_sample (&nms, sl) ;
331 { sl = nms_adpcm_decode_sample (&nms, buffer [j]) ;
332 if (sl != pcm_data_out24 [i * NMS_SAMPLES_PER_BLOCK + j])
334 i * NMS_SAMPLES_PER_BLOCK + j, i, j, pcm_data_out24 [i * NMS_SAMPLES_PER_BLOCK + j], sl) ;
350 int i, j, sl ;
361 { sl = pcm_data_src [i * NMS_SAMPLES_PER_BLOCK + j] ;
362 code = nms_adpcm_encode_sample (&nms, sl) ;
380 { sl = nms_adpcm_decode_sample (&nms, buffer [j]) ;
381 if (sl != pcm_data_out16 [i * NMS_SAMPLES_PER_BLOCK + j])
383 i * NMS_SAMPLES_PER_BLOCK + j, i, j, pcm_data_out16 [i * NMS_SAMPLES_PER_BLOCK + j], sl) ;