Home
last modified time | relevance | path

Searched refs:pre_mantissa (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Deac3dec.c242 s->pre_mantissa[ch][bin][blk] = (av_lfg_get(&s->dith_state) & 0x7FFFFF) - 0x400000; in ff_eac3_decode_transform_coeffs_aht_ch()
248 s->pre_mantissa[ch][bin][blk] = ff_eac3_mantissa_vq[hebap][v][blk] * (1 << 8); in ff_eac3_decode_transform_coeffs_aht_ch()
282 s->pre_mantissa[ch][bin][blk] = mant; in ff_eac3_decode_transform_coeffs_aht_ch()
285 idct6(s->pre_mantissa[ch][bin]); in ff_eac3_decode_transform_coeffs_aht_ch()
Dac3dec.h160 int pre_mantissa[AC3_MAX_CHANNELS][AC3_MAX_COEFS][AC3_MAX_BLOCKS]; ///< pre-IDCT mantissas member
Dac3dec.c625 s->fixed_coeffs[ch][bin] = s->pre_mantissa[ch][bin][blk] >> s->dexps[ch][bin]; in decode_transform_coeffs_ch()