Searched refs:BLOCK_MAX_SIZE (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwma.h34 #define BLOCK_MAX_SIZE (1 << BLOCK_MAX_BITS) macro
117 DECLARE_ALIGNED(32, float, exponents)[MAX_CHANNELS][BLOCK_MAX_SIZE];
119 WMACoef coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE];
120 DECLARE_ALIGNED(32, float, coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE];
121 DECLARE_ALIGNED(32, FFTSample, output)[BLOCK_MAX_SIZE * 2];
125 DECLARE_ALIGNED(32, float, frame_out)[MAX_CHANNELS][BLOCK_MAX_SIZE * 2];
134 float lsp_cos_table[BLOCK_MAX_SIZE];
H A Dwmaenc.c163 static int encode_block(WMACodecContext *s, float (*src_coefs)[BLOCK_MAX_SIZE], int total_gain){
332 static int encode_frame(WMACodecContext *s, float (*src_coefs)[BLOCK_MAX_SIZE], uint8_t *buf, int buf_size, int total_gain){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwma.h34 #define BLOCK_MAX_SIZE (1 << BLOCK_MAX_BITS) macro
112 DECLARE_ALIGNED(32, float, exponents)[MAX_CHANNELS][BLOCK_MAX_SIZE];
114 WMACoef coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE];
115 DECLARE_ALIGNED(32, float, coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE];
116 DECLARE_ALIGNED(32, FFTSample, output)[BLOCK_MAX_SIZE * 2];
120 DECLARE_ALIGNED(32, float, frame_out)[MAX_CHANNELS][BLOCK_MAX_SIZE * 2];
129 float lsp_cos_table[BLOCK_MAX_SIZE];
H A Dwmaenc.c163 static int encode_block(WMACodecContext *s, float (*src_coefs)[BLOCK_MAX_SIZE], int total_gain){
328 static int encode_frame(WMACodecContext *s, float (*src_coefs)[BLOCK_MAX_SIZE], uint8_t *buf, int buf_size, int total_gain){

Completed in 84 milliseconds