Lines Matching refs:code
247 unsigned char code ;
260 code = nms_adpcm_encode_sample (&nms, sl) ;
261 if (code != buffer [j])
263 i * NMS_SAMPLES_PER_BLOCK + j, i, j, buffer [j], code) ;
275 { /* Unpack the code */
298 unsigned char code ;
312 code = nms_adpcm_encode_sample (&nms, sl) ;
313 if (code != buffer [j])
315 i * NMS_SAMPLES_PER_BLOCK + j, i, j, buffer [j], code) ;
328 { /* Unpack the code */
349 unsigned char code ;
362 code = nms_adpcm_encode_sample (&nms, sl) ;
363 if (code != buffer [j])
365 i * NMS_SAMPLES_PER_BLOCK + j, i, j, buffer [j], code) ;
377 { /* Unpack the code */