Searched refs:MAX_CHANNELS (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dwma.h43 #define MAX_CHANNELS 2 macro
86 int high_band_coded[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
87 int high_band_values[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
109 uint8_t channel_coded[MAX_CHANNELS]; ///< true if channel is coded
110 int exponents_bsize[MAX_CHANNELS]; ///< log2 ratio frame/exp. length
111 DECLARE_ALIGNED_16(float, exponents[MAX_CHANNELS][BLOCK_MAX_SIZE]);
112 float max_exponent[MAX_CHANNELS];
113 int16_t coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE];
114 DECLARE_ALIGNED_16(float, coefs[MAX_CHANNELS][BLOCK_MAX_SIZE]);
119 DECLARE_ALIGNED_16(float, frame_out[MAX_CHANNELS][BLOCK_MAX_SIZ
[all...]
H A Daac.h46 #define MAX_CHANNELS 64 macro
188 int exclude_mask[MAX_CHANNELS]; ///< Channels to be excluded from DRC processing.
288 float *output_data[MAX_CHANNELS]; ///< Points to each element's 'ret' buffer (PCM output).
H A Dmlp.h30 #define MAX_CHANNELS 16 macro
H A Dalac.c61 #define MAX_CHANNELS 2 macro
75 int32_t *predicterror_buffer[MAX_CHANNELS];
77 int32_t *outputsamples_buffer[MAX_CHANNELS];
92 for (chan = 0; chan < MAX_CHANNELS; chan++) {
365 static void reconstruct_stereo_16(int32_t *buffer[MAX_CHANNELS],
441 if (channels > MAX_CHANNELS) {
443 MAX_CHANNELS);
611 for (chan = 0; chan < MAX_CHANNELS; chan++) {
H A Dshorten.c35 #define MAX_CHANNELS 8 macro
84 int32_t *decoded[MAX_CHANNELS];
85 int32_t *offset[MAX_CHANNELS];
321 if (s->channels > MAX_CHANNELS) {
H A Dmlpdec.c93 int32_t matrix_coeff[MAX_MATRICES][MAX_CHANNELS+2];
99 uint8_t quant_step_size[MAX_CHANNELS];
107 int8_t output_shift[MAX_CHANNELS];
133 ChannelParams channel_params[MAX_CHANNELS];
136 int8_t bypassed_lsbs[MAX_BLOCKSIZE][MAX_CHANNELS];
137 int32_t sample_buffer[MAX_BLOCKSIZE][MAX_CHANNELS+2];
H A Dsonic.c40 #define MAX_CHANNELS 2 macro
56 int *coded_samples[MAX_CHANNELS];
66 int *predictor_state[MAX_CHANNELS];
511 if (avctx->channels > MAX_CHANNELS)
785 if (s->channels > MAX_CHANNELS)
H A Dalacenc.c29 #define MAX_CHANNELS 8 macro
65 int32_t sample_buf[MAX_CHANNELS][DEFAULT_FRAME_SIZE];
71 LPCContext lpc[MAX_CHANNELS];
H A Dpcm.c31 #define MAX_CHANNELS 64 macro
331 const uint8_t *src, *src8, *src2[MAX_CHANNELS];
347 if(avctx->channels <= 0 || avctx->channels > MAX_CHANNELS){
H A Dwmaenc.c36 if(avctx->channels > MAX_CHANNELS)
147 int nb_coefs[MAX_CHANNELS];
H A Dflacdec.c48 #define MAX_CHANNELS 8 macro
70 int32_t *decoded[MAX_CHANNELS]; ///< decoded samples
H A Dwmadec.c354 int nb_coefs[MAX_CHANNELS];
H A Dapedec.c35 #define MAX_CHANNELS 2 macro
H A Daac.c1287 } while (num_excl_chan < MAX_CHANNELS - 7 && get_bits1(gb));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dmegaraid.h114 #define MAX_CHANNELS 5 macro
116 #define MAX_PHYSICAL_DRIVES MAX_CHANNELS*MAX_TARGET
422 u16 phys_drv_format[MAX_CHANNELS];
885 u8 logdrv_chan[MAX_CHANNELS+NVIRT_CHAN]; /* logical drive are on
H A Da100u2w.h100 #define MAX_CHANNELS 2 macro
275 U32 BitAllocFlag[MAX_CHANNELS][8]; /* Max STB is 256, So 256/32 */
H A Da100u2w.c479 for (i = 0; i < MAX_CHANNELS; i++) {
H A Dmegaraid.c4811 for (i = NVIRT_CHAN; i < MAX_CHANNELS+NVIRT_CHAN; i++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/
H A Dusbmixer.c184 #define MAX_CHANNELS 10 /* max logical channels */ macro
684 for (i = 0; i < MAX_CHANNELS; i++)
780 for (c = 0; c < MAX_CHANNELS; c++) {
822 for (c = 0; c < MAX_CHANNELS; c++) {

Completed in 213 milliseconds