Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Deac3_data.h32 extern const int16_t (* const ff_eac3_mantissa_vq[8])[6];
Deac3_data.c1048 const int16_t (* const ff_eac3_mantissa_vq[8])[6] = { variable
Deac3dec.c248 s->pre_mantissa[ch][bin][blk] = ff_eac3_mantissa_vq[hebap][v][blk] * (1 << 8); in ff_eac3_decode_transform_coeffs_aht_ch()