Home
last modified time | relevance | path

Searched refs:MPA_MAX_CHANNELS (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpc.h70 DECLARE_ALIGNED(16, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512*2];
71 int synth_buf_offset[MPA_MAX_CHANNELS];
72 DECLARE_ALIGNED(16, int32_t, sb_samples)[MPA_MAX_CHANNELS][36][SBLIMIT];
H A Dmpegaudioenc_template.c57 short samples_buf[MPA_MAX_CHANNELS][SAMPLES_BUF_SIZE]; /* buffer for filter */
58 int samples_offset[MPA_MAX_CHANNELS]; /* offset in samples_buf */
59 int sb_samples[MPA_MAX_CHANNELS][3][12][SBLIMIT];
60 unsigned char scale_factors[MPA_MAX_CHANNELS][SBLIMIT][3]; /* scale factors */
62 unsigned char scale_code[MPA_MAX_CHANNELS][SBLIMIT];
511 short smr1[MPA_MAX_CHANNELS][SBLIMIT], in compute_bit_allocation()
512 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT], in compute_bit_allocation()
517 short smr[MPA_MAX_CHANNELS][SBLIMIT]; in compute_bit_allocation()
518 unsigned char subband_status[MPA_MAX_CHANNELS][SBLIMIT]; in compute_bit_allocation()
607 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMI in encode_frame()
[all...]
H A Dqdm2.c125 DECLARE_ALIGNED(32, QDM2Complex, complex)[MPA_MAX_CHANNELS][256];
171 float output_buffer[QDM2_MAX_FRAME_SIZE * MPA_MAX_CHANNELS * 2];
175 DECLARE_ALIGNED(32, float, synth_buf)[MPA_MAX_CHANNELS][512*2];
176 int synth_buf_offset[MPA_MAX_CHANNELS];
177 DECLARE_ALIGNED(32, float, sb_samples)[MPA_MAX_CHANNELS][128][SBLIMIT];
178 DECLARE_ALIGNED(32, float, samples)[MPA_MAX_CHANNELS * MPA_FRAME_SIZE];
181 float tone_level[MPA_MAX_CHANNELS][30][64];
182 int8_t coding_method[MPA_MAX_CHANNELS][30][64];
183 int8_t quantized_coeffs[MPA_MAX_CHANNELS][10][8];
184 int8_t tone_level_idx_base[MPA_MAX_CHANNELS][3
[all...]
H A Dmpegaudio.h42 #define MPA_MAX_CHANNELS 2 macro
H A Dmpegaudiodec_template.c85 DECLARE_ALIGNED(32, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512 * 2];
86 int synth_buf_offset[MPA_MAX_CHANNELS];
87 DECLARE_ALIGNED(32, INTFLOAT, sb_samples)[MPA_MAX_CHANNELS][36][SBLIMIT];
88 INTFLOAT mdct_buf[MPA_MAX_CHANNELS][SBLIMIT * 18]; /* previous samples, for layer 3 MDCT */
395 uint8_t allocation[MPA_MAX_CHANNELS][SBLIMIT]; in mp_decode_layer1()
396 uint8_t scale_factors[MPA_MAX_CHANNELS][SBLIMIT]; in mp_decode_layer1()
467 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT]; in mp_decode_layer2()
468 unsigned char scale_code[MPA_MAX_CHANNELS][SBLIMIT]; in mp_decode_layer2()
469 unsigned char scale_factors[MPA_MAX_CHANNELS][SBLIMIT][3], *sf; in mp_decode_layer2()

Completed in 6 milliseconds