HomeSort by relevance Sort by last modified time
    Searched refs:FLAC__MAX_CHANNELS (Results 1 - 4 of 4) sorted by null

  /external/flac/include/FLAC/
format.h 106 #define FLAC__MAX_CHANNELS (8u)
475 FLAC__Subframe subframes[FLAC__MAX_CHANNELS];
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 81 FLAC__int32 *data[FLAC__MAX_CHANNELS];
314 FLAC__int32 *integer_signal[FLAC__MAX_CHANNELS]; /* the integer version of the input signal */
317 FLAC__real *real_signal[FLAC__MAX_CHANNELS]; /* (@@@ currently unused) the floating-point version of the input signal */
322 unsigned subframe_bps[FLAC__MAX_CHANNELS]; /* the effective bits per sample of the input signal (stream bps - wasted bits) */
324 FLAC__int32 *residual_workspace[FLAC__MAX_CHANNELS][2]; /* each channel has a candidate and best workspace where the subframe residual signals will be stored */
326 FLAC__Subframe subframe_workspace[FLAC__MAX_CHANNELS][2];
328 FLAC__Subframe *subframe_workspace_ptr[FLAC__MAX_CHANNELS][2];
330 FLAC__EntropyCodingMethod_PartitionedRiceContents partitioned_rice_contents_workspace[FLAC__MAX_CHANNELS][2];
331 FLAC__EntropyCodingMethod_PartitionedRiceContents partitioned_rice_contents_workspace_mid_side[FLAC__MAX_CHANNELS][2];
332 FLAC__EntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents_workspace_ptr[FLAC__MAX_CHANNELS][2]
    [all...]
stream_decoder.c 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++) {
    [all...]
stream_encoder_framing.c 287 FLAC__ASSERT(header->channels > 0 && header->channels <= (1u << FLAC__STREAM_METADATA_STREAMINFO_CHANNELS_LEN) && header->channels <= FLAC__MAX_CHANNELS);

Completed in 142 milliseconds