Lines Matching defs:samples
65 int *samples ;
327 ** For a mono file, 10 samples (each being 3 bytes) are packed into a 32 byte
330 ** For a stereo file, blocks of 10 samples from the same channel are encoded
364 ppaf24->samples = ppaf24->data ;
491 { memset (ppaf24->samples, 0, PAF24_SAMPLES_PER_BLOCK * ppaf24->channels) ;
507 ppaf24->samples [k] = (cptr [0] << 8) | (cptr [1] << 16) | (((unsigned) cptr [2]) << 24) ;
529 memcpy (&(ptr [total]), &(ppaf24->samples [ppaf24->read_count * ppaf24->channels]), count * sizeof (int)) ;
646 nextsample = ppaf24->samples [k] >> 8 ;
661 nextsample = ppaf24->samples [k] >> 8 ;
695 memcpy (&(ppaf24->samples [ppaf24->write_count * ppaf24->channels]), &(ptr [total]), count * sizeof (int)) ;