Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:FLAC__MAX_CHANNELS

148 	FLAC__int32 *output[FLAC__MAX_CHANNELS];
149 FLAC__int32 *residual[FLAC__MAX_CHANNELS]; /* WATCHOUT: these are the aligned pointers; the real pointers that should be free()'d are residual_unaligned[] below */
150 FLAC__EntropyCodingMethod_PartitionedRiceContents partitioned_rice_contents[FLAC__MAX_CHANNELS];
166 FLAC__int32 *residual_unaligned[FLAC__MAX_CHANNELS];
293 for(i = 0; i < FLAC__MAX_CHANNELS; i++) {
302 for(i = 0; i < FLAC__MAX_CHANNELS; i++)
332 for(i = 0; i < FLAC__MAX_CHANNELS; i++)
664 for(i = 0; i < FLAC__MAX_CHANNELS; i++) {
1292 for(i = 0; i < FLAC__MAX_CHANNELS; i++) {
2962 const FLAC__int32 *newbuffer[FLAC__MAX_CHANNELS];