Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Deac3dec.c199 int end_bap, gaq_mode; in ff_eac3_decode_transform_coeffs_aht_ch() local
203 gaq_mode = get_bits(gbc, 2); in ff_eac3_decode_transform_coeffs_aht_ch()
204 end_bap = (gaq_mode < 2) ? 12 : 17; in ff_eac3_decode_transform_coeffs_aht_ch()
209 if (gaq_mode == EAC3_GAQ_12 || gaq_mode == EAC3_GAQ_14) { in ff_eac3_decode_transform_coeffs_aht_ch()
213 gaq_gain[gs++] = get_bits1(gbc) << (gaq_mode-1); in ff_eac3_decode_transform_coeffs_aht_ch()
215 } else if (gaq_mode == EAC3_GAQ_124) { in ff_eac3_decode_transform_coeffs_aht_ch()
253 if (gaq_mode != EAC3_GAQ_NO && hebap < end_bap) { in ff_eac3_decode_transform_coeffs_aht_ch()