Searched refs:fixed_coef (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 Dac3enc.c291 int32_t lt = block->fixed_coef[1][i];
292 int32_t rt = block->fixed_coef[2][i];
293 block->fixed_coef[1][i] = (lt + rt) >> 1;
294 block->fixed_coef[2][i] = (lt - rt) >> 1;
333 s->ac3dsp.extract_exponents(block->exp[ch], block->fixed_coef[ch], chan_size);
1198 * @param fixed_coef unquantized fixed-point coefficients
1205 static void quantize_mantissas_blk_ch(AC3Mant *s, int32_t *fixed_coef, argument
1214 int c = fixed_coef[i];
1317 quantize_mantissas_blk_ch(&m, block->fixed_coef[ch],
2044 av_freep(&block->fixed_coef);
[all...]
H A Dac3enc.h128 int32_t **fixed_coef; ///< fixed-point MDCT coefficients member in struct:AC3Block
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3enc.c290 int32_t lt = block->fixed_coef[1][i];
291 int32_t rt = block->fixed_coef[2][i];
292 block->fixed_coef[1][i] = (lt + rt) >> 1;
293 block->fixed_coef[2][i] = (lt - rt) >> 1;
332 s->ac3dsp.extract_exponents(block->exp[ch], block->fixed_coef[ch], chan_size);
1197 * @param fixed_coef unquantized fixed-point coefficients
1204 static void quantize_mantissas_blk_ch(AC3Mant *s, int32_t *fixed_coef, argument
1212 int c = fixed_coef[i];
1313 quantize_mantissas_blk_ch(&m, block->fixed_coef[ch],
2040 av_freep(&block->fixed_coef);
[all...]
H A Dac3enc.h133 int32_t **fixed_coef; ///< fixed-point MDCT coefficients member in struct:AC3Block

Completed in 60 milliseconds