Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpc.h69 DECLARE_ALIGNED(16, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512*2];
70 int synth_buf_offset[MPA_MAX_CHANNELS];
71 DECLARE_ALIGNED(16, int32_t, sb_samples)[MPA_MAX_CHANNELS][36][SBLIMIT];
Dmpegaudioenc_template.c56 short samples_buf[MPA_MAX_CHANNELS][SAMPLES_BUF_SIZE]; /* buffer for filter */
57 int samples_offset[MPA_MAX_CHANNELS]; /* offset in samples_buf */
58 int sb_samples[MPA_MAX_CHANNELS][3][12][SBLIMIT];
59 unsigned char scale_factors[MPA_MAX_CHANNELS][SBLIMIT][3]; /* scale factors */
61 unsigned char scale_code[MPA_MAX_CHANNELS][SBLIMIT];
510 short smr1[MPA_MAX_CHANNELS][SBLIMIT], in compute_bit_allocation()
511 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT], in compute_bit_allocation()
516 short smr[MPA_MAX_CHANNELS][SBLIMIT]; in compute_bit_allocation()
517 unsigned char subband_status[MPA_MAX_CHANNELS][SBLIMIT]; in compute_bit_allocation()
606 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT], in encode_frame()
[all …]
Dqdm2.c124 DECLARE_ALIGNED(32, QDM2Complex, complex)[MPA_MAX_CHANNELS][256];
170 float output_buffer[QDM2_MAX_FRAME_SIZE * MPA_MAX_CHANNELS * 2];
174 DECLARE_ALIGNED(32, float, synth_buf)[MPA_MAX_CHANNELS][512*2];
175 int synth_buf_offset[MPA_MAX_CHANNELS];
176 DECLARE_ALIGNED(32, float, sb_samples)[MPA_MAX_CHANNELS][128][SBLIMIT];
177 DECLARE_ALIGNED(32, float, samples)[MPA_MAX_CHANNELS * MPA_FRAME_SIZE];
180 float tone_level[MPA_MAX_CHANNELS][30][64];
181 int8_t coding_method[MPA_MAX_CHANNELS][30][64];
182 int8_t quantized_coeffs[MPA_MAX_CHANNELS][10][8];
183 int8_t tone_level_idx_base[MPA_MAX_CHANNELS][30][8];
[all …]
Dmpegaudio.h42 #define MPA_MAX_CHANNELS 2 macro
Dmpegaudiodec_template.c83 DECLARE_ALIGNED(32, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512 * 2];
84 int synth_buf_offset[MPA_MAX_CHANNELS];
85 DECLARE_ALIGNED(32, INTFLOAT, sb_samples)[MPA_MAX_CHANNELS][36][SBLIMIT];
86 INTFLOAT mdct_buf[MPA_MAX_CHANNELS][SBLIMIT * 18]; /* previous samples, for layer 3 MDCT */
393 uint8_t allocation[MPA_MAX_CHANNELS][SBLIMIT]; in mp_decode_layer1()
394 uint8_t scale_factors[MPA_MAX_CHANNELS][SBLIMIT]; in mp_decode_layer1()
465 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT]; in mp_decode_layer2()
466 unsigned char scale_code[MPA_MAX_CHANNELS][SBLIMIT]; in mp_decode_layer2()
467 unsigned char scale_factors[MPA_MAX_CHANNELS][SBLIMIT][3], *sf; in mp_decode_layer2()