BLOCK_MAX_SIZE 111 libavcodec/wma.h DECLARE_ALIGNED_16(float, exponents[MAX_CHANNELS][BLOCK_MAX_SIZE]); BLOCK_MAX_SIZE 113 libavcodec/wma.h int16_t coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE]; BLOCK_MAX_SIZE 114 libavcodec/wma.h DECLARE_ALIGNED_16(float, coefs[MAX_CHANNELS][BLOCK_MAX_SIZE]); BLOCK_MAX_SIZE 115 libavcodec/wma.h DECLARE_ALIGNED_16(FFTSample, output[BLOCK_MAX_SIZE * 2]); BLOCK_MAX_SIZE 119 libavcodec/wma.h DECLARE_ALIGNED_16(float, frame_out[MAX_CHANNELS][BLOCK_MAX_SIZE * 2]); BLOCK_MAX_SIZE 128 libavcodec/wma.h float lsp_cos_table[BLOCK_MAX_SIZE]; BLOCK_MAX_SIZE 144 libavcodec/wmaenc.c static int encode_block(WMACodecContext *s, float (*src_coefs)[BLOCK_MAX_SIZE], int total_gain){ BLOCK_MAX_SIZE 313 libavcodec/wmaenc.c static int encode_frame(WMACodecContext *s, float (*src_coefs)[BLOCK_MAX_SIZE], uint8_t *buf, int buf_size, int total_gain){