Home
last modified time | relevance | path

Searched refs:fixed_coeffs (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dac3dec.c507 s->fixed_coeffs[ch][bin] = in calc_transform_coeffs_cpl()
508 MULH(s->fixed_coeffs[CPL_CH][bin] * (1 << 4), cpl_coord); in calc_transform_coeffs_cpl()
512 s->fixed_coeffs[2][bin] = -s->fixed_coeffs[2][bin]; in calc_transform_coeffs_cpl()
542 int32_t *coeffs = s->fixed_coeffs[ch_index]; in ac3_decode_transform_coeffs_ch()
624 s->fixed_coeffs[ch][i] = 0; in remove_dithering()
642 s->fixed_coeffs[ch][bin] = s->pre_mantissa[ch][bin][blk] >> s->dexps[ch][bin]; in decode_transform_coeffs_ch()
674 s->fixed_coeffs[ch][end] = 0; in decode_transform_coeffs()
697 int tmp0 = s->fixed_coeffs[1][i]; in do_rematrixing()
698 s->fixed_coeffs[ in do_rematrixing()
[all...]
H A Dac3dec.h245 DECLARE_ALIGNED(16, int, fixed_coeffs)[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< fixed-point transform coefficients
H A Dshorten.c344 static const int fixed_coeffs[][3] = { variable
374 if (pred_order >= FF_ARRAY_ELEMS(fixed_coeffs)) { in decode_subframe_lpc()
379 coeffs = fixed_coeffs[pred_order]; in decode_subframe_lpc()

Completed in 4 milliseconds