Searched refs:FLAC__MAX_CHANNELS (Results 1 - 25 of 27) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/include/FLAC/
H A Dformat.h105 #define FLAC__MAX_CHANNELS (8u) macro
474 FLAC__Subframe subframes[FLAC__MAX_CHANNELS];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/include/FLAC/
H A Dformat.h105 #define FLAC__MAX_CHANNELS (8u) macro
474 FLAC__Subframe subframes[FLAC__MAX_CHANNELS];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/include/FLAC/
H A Dformat.h105 #define FLAC__MAX_CHANNELS (8u) macro
474 FLAC__Subframe subframes[FLAC__MAX_CHANNELS];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/libFLAC/
H A Dstream_encoder.c103 FLAC__int32 *data[FLAC__MAX_CHANNELS];
334 FLAC__int32 *integer_signal[FLAC__MAX_CHANNELS]; /* the integer version of the input signal */
337 FLAC__real *real_signal[FLAC__MAX_CHANNELS]; /* (@@@ currently unused) the floating-point version of the input signal */
342 unsigned subframe_bps[FLAC__MAX_CHANNELS]; /* the effective bits per sample of the input signal (stream bps - wasted bits) */
344 FLAC__int32 *residual_workspace[FLAC__MAX_CHANNELS][2]; /* each channel has a candidate and best workspace where the subframe residual signals will be stored */
346 FLAC__Subframe subframe_workspace[FLAC__MAX_CHANNELS][2];
348 FLAC__Subframe *subframe_workspace_ptr[FLAC__MAX_CHANNELS][2];
350 FLAC__EntropyCodingMethod_PartitionedRiceContents partitioned_rice_contents_workspace[FLAC__MAX_CHANNELS][2];
351 FLAC__EntropyCodingMethod_PartitionedRiceContents partitioned_rice_contents_workspace_mid_side[FLAC__MAX_CHANNELS][2];
352 FLAC__EntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents_workspace_ptr[FLAC__MAX_CHANNELS][
[all...]
H A Dstream_decoder.c174 FLAC__int32 *output[FLAC__MAX_CHANNELS];
175 FLAC__int32 *residual[FLAC__MAX_CHANNELS]; /* WATCHOUT: these are the aligned pointers; the real pointers that should be free()'d are residual_unaligned[] below */
176 FLAC__EntropyCodingMethod_PartitionedRiceContents partitioned_rice_contents[FLAC__MAX_CHANNELS];
192 FLAC__int32 *residual_unaligned[FLAC__MAX_CHANNELS];
319 for(i = 0; i < FLAC__MAX_CHANNELS; i++) {
328 for(i = 0; i < FLAC__MAX_CHANNELS; i++)
356 for(i = 0; i < FLAC__MAX_CHANNELS; i++)
686 for(i = 0; i < FLAC__MAX_CHANNELS; i++) {
1311 for(i = 0; i < FLAC__MAX_CHANNELS; i++) {
2932 const FLAC__int32 *newbuffer[FLAC__MAX_CHANNELS];
[all...]
H A Dstream_encoder_framing.c291 FLAC__ASSERT(header->channels > 0 && header->channels <= (1u << FLAC__STREAM_METADATA_STREAMINFO_CHANNELS_LEN) && header->channels <= FLAC__MAX_CHANNELS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/libFLAC/
H A Dstream_encoder.c103 FLAC__int32 *data[FLAC__MAX_CHANNELS];
334 FLAC__int32 *integer_signal[FLAC__MAX_CHANNELS]; /* the integer version of the input signal */
337 FLAC__real *real_signal[FLAC__MAX_CHANNELS]; /* (@@@ currently unused) the floating-point version of the input signal */
342 unsigned subframe_bps[FLAC__MAX_CHANNELS]; /* the effective bits per sample of the input signal (stream bps - wasted bits) */
344 FLAC__int32 *residual_workspace[FLAC__MAX_CHANNELS][2]; /* each channel has a candidate and best workspace where the subframe residual signals will be stored */
346 FLAC__Subframe subframe_workspace[FLAC__MAX_CHANNELS][2];
348 FLAC__Subframe *subframe_workspace_ptr[FLAC__MAX_CHANNELS][2];
350 FLAC__EntropyCodingMethod_PartitionedRiceContents partitioned_rice_contents_workspace[FLAC__MAX_CHANNELS][2];
351 FLAC__EntropyCodingMethod_PartitionedRiceContents partitioned_rice_contents_workspace_mid_side[FLAC__MAX_CHANNELS][2];
352 FLAC__EntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents_workspace_ptr[FLAC__MAX_CHANNELS][
[all...]
H A Dstream_decoder.c174 FLAC__int32 *output[FLAC__MAX_CHANNELS];
175 FLAC__int32 *residual[FLAC__MAX_CHANNELS]; /* WATCHOUT: these are the aligned pointers; the real pointers that should be free()'d are residual_unaligned[] below */
176 FLAC__EntropyCodingMethod_PartitionedRiceContents partitioned_rice_contents[FLAC__MAX_CHANNELS];
192 FLAC__int32 *residual_unaligned[FLAC__MAX_CHANNELS];
319 for(i = 0; i < FLAC__MAX_CHANNELS; i++) {
328 for(i = 0; i < FLAC__MAX_CHANNELS; i++)
356 for(i = 0; i < FLAC__MAX_CHANNELS; i++)
686 for(i = 0; i < FLAC__MAX_CHANNELS; i++) {
1311 for(i = 0; i < FLAC__MAX_CHANNELS; i++) {
2932 const FLAC__int32 *newbuffer[FLAC__MAX_CHANNELS];
[all...]
H A Dstream_encoder_framing.c291 FLAC__ASSERT(header->channels > 0 && header->channels <= (1u << FLAC__STREAM_METADATA_STREAMINFO_CHANNELS_LEN) && header->channels <= FLAC__MAX_CHANNELS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/libFLAC/
H A Dstream_encoder.c103 FLAC__int32 *data[FLAC__MAX_CHANNELS];
334 FLAC__int32 *integer_signal[FLAC__MAX_CHANNELS]; /* the integer version of the input signal */
337 FLAC__real *real_signal[FLAC__MAX_CHANNELS]; /* (@@@ currently unused) the floating-point version of the input signal */
342 unsigned subframe_bps[FLAC__MAX_CHANNELS]; /* the effective bits per sample of the input signal (stream bps - wasted bits) */
344 FLAC__int32 *residual_workspace[FLAC__MAX_CHANNELS][2]; /* each channel has a candidate and best workspace where the subframe residual signals will be stored */
346 FLAC__Subframe subframe_workspace[FLAC__MAX_CHANNELS][2];
348 FLAC__Subframe *subframe_workspace_ptr[FLAC__MAX_CHANNELS][2];
350 FLAC__EntropyCodingMethod_PartitionedRiceContents partitioned_rice_contents_workspace[FLAC__MAX_CHANNELS][2];
351 FLAC__EntropyCodingMethod_PartitionedRiceContents partitioned_rice_contents_workspace_mid_side[FLAC__MAX_CHANNELS][2];
352 FLAC__EntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents_workspace_ptr[FLAC__MAX_CHANNELS][
[all...]
H A Dstream_decoder.c174 FLAC__int32 *output[FLAC__MAX_CHANNELS];
175 FLAC__int32 *residual[FLAC__MAX_CHANNELS]; /* WATCHOUT: these are the aligned pointers; the real pointers that should be free()'d are residual_unaligned[] below */
176 FLAC__EntropyCodingMethod_PartitionedRiceContents partitioned_rice_contents[FLAC__MAX_CHANNELS];
192 FLAC__int32 *residual_unaligned[FLAC__MAX_CHANNELS];
319 for(i = 0; i < FLAC__MAX_CHANNELS; i++) {
328 for(i = 0; i < FLAC__MAX_CHANNELS; i++)
356 for(i = 0; i < FLAC__MAX_CHANNELS; i++)
686 for(i = 0; i < FLAC__MAX_CHANNELS; i++) {
1311 for(i = 0; i < FLAC__MAX_CHANNELS; i++) {
2932 const FLAC__int32 *newbuffer[FLAC__MAX_CHANNELS];
[all...]
H A Dstream_encoder_framing.c291 FLAC__ASSERT(header->channels > 0 && header->channels <= (1u << FLAC__STREAM_METADATA_STREAMINFO_CHANNELS_LEN) && header->channels <= FLAC__MAX_CHANNELS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/flac/
H A Dencode.c106 static unsigned char ucbuffer_[CHUNK_OF_SAMPLES*FLAC__MAX_CHANNELS*((FLAC__REFERENCE_CODEC_MAX_BITS_PER_SAMPLE+7)/8)];
111 static FLAC__int32 in_[FLAC__MAX_CHANNELS][CHUNK_OF_SAMPLES];
112 static FLAC__int32 *input_[FLAC__MAX_CHANNELS];
170 size_t channel_map[FLAC__MAX_CHANNELS];
247 else if(x==0U || x>FLAC__MAX_CHANNELS) {
615 size_t channel_map[FLAC__MAX_CHANNELS];
720 if(channels == 0 || channels > FLAC__MAX_CHANNELS) {
1610 for(i = 0; i < FLAC__MAX_CHANNELS; i++)
2377 FLAC__int32 *out[FLAC__MAX_CHANNELS];
H A Dmain.c369 if(option_values.format_channels == 0 || (unsigned)option_values.format_channels > FLAC__MAX_CHANNELS)
370 return usage_error("ERROR: invalid number of channels '%u', must be > 0 and <= %u\n", option_values.format_channels, FLAC__MAX_CHANNELS);
H A Ddecode.c919 static FLAC__int8 s8buffer[FLAC__MAX_BLOCK_SIZE * FLAC__MAX_CHANNELS * sizeof(FLAC__int32)]; /* WATCHOUT: can be up to 2 megs */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/flac/
H A Dencode.c106 static unsigned char ucbuffer_[CHUNK_OF_SAMPLES*FLAC__MAX_CHANNELS*((FLAC__REFERENCE_CODEC_MAX_BITS_PER_SAMPLE+7)/8)];
111 static FLAC__int32 in_[FLAC__MAX_CHANNELS][CHUNK_OF_SAMPLES];
112 static FLAC__int32 *input_[FLAC__MAX_CHANNELS];
170 size_t channel_map[FLAC__MAX_CHANNELS];
247 else if(x==0U || x>FLAC__MAX_CHANNELS) {
615 size_t channel_map[FLAC__MAX_CHANNELS];
720 if(channels == 0 || channels > FLAC__MAX_CHANNELS) {
1610 for(i = 0; i < FLAC__MAX_CHANNELS; i++)
2377 FLAC__int32 *out[FLAC__MAX_CHANNELS];
H A Dmain.c369 if(option_values.format_channels == 0 || (unsigned)option_values.format_channels > FLAC__MAX_CHANNELS)
370 return usage_error("ERROR: invalid number of channels '%u', must be > 0 and <= %u\n", option_values.format_channels, FLAC__MAX_CHANNELS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/flac/
H A Dencode.c106 static unsigned char ucbuffer_[CHUNK_OF_SAMPLES*FLAC__MAX_CHANNELS*((FLAC__REFERENCE_CODEC_MAX_BITS_PER_SAMPLE+7)/8)];
111 static FLAC__int32 in_[FLAC__MAX_CHANNELS][CHUNK_OF_SAMPLES];
112 static FLAC__int32 *input_[FLAC__MAX_CHANNELS];
170 size_t channel_map[FLAC__MAX_CHANNELS];
247 else if(x==0U || x>FLAC__MAX_CHANNELS) {
615 size_t channel_map[FLAC__MAX_CHANNELS];
720 if(channels == 0 || channels > FLAC__MAX_CHANNELS) {
1610 for(i = 0; i < FLAC__MAX_CHANNELS; i++)
2377 FLAC__int32 *out[FLAC__MAX_CHANNELS];
H A Dmain.c369 if(option_values.format_channels == 0 || (unsigned)option_values.format_channels > FLAC__MAX_CHANNELS)
370 return usage_error("ERROR: invalid number of channels '%u', must be > 0 and <= %u\n", option_values.format_channels, FLAC__MAX_CHANNELS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/metaflac/
H A Doptions.c455 if(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32.value > FLAC__MAX_CHANNELS) {
456 fprintf(stderr, "ERROR (--%s): value must be > 0 and <= %u\n", opt, FLAC__MAX_CHANNELS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/metaflac/
H A Doptions.c455 if(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32.value > FLAC__MAX_CHANNELS) {
456 fprintf(stderr, "ERROR (--%s): value must be > 0 and <= %u\n", opt, FLAC__MAX_CHANNELS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/metaflac/
H A Doptions.c455 if(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32.value > FLAC__MAX_CHANNELS) {
456 fprintf(stderr, "ERROR (--%s): value must be > 0 and <= %u\n", opt, FLAC__MAX_CHANNELS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/libFLAC++/
H A Dmetadata.cpp329 FLAC__ASSERT(value <= FLAC__MAX_CHANNELS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/libFLAC++/
H A Dmetadata.cpp329 FLAC__ASSERT(value <= FLAC__MAX_CHANNELS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/libFLAC++/
H A Dmetadata.cpp329 FLAC__ASSERT(value <= FLAC__MAX_CHANNELS);

Completed in 190 milliseconds

12