Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Deac3dec.c200 int end_bap, gaq_mode; in ff_eac3_decode_transform_coeffs_aht_ch() local
204 gaq_mode = get_bits(gbc, 2); in ff_eac3_decode_transform_coeffs_aht_ch()
205 end_bap = (gaq_mode < 2) ? 12 : 17; in ff_eac3_decode_transform_coeffs_aht_ch()
210 if (gaq_mode == EAC3_GAQ_12 || gaq_mode == EAC3_GAQ_14) { in ff_eac3_decode_transform_coeffs_aht_ch()
214 gaq_gain[gs++] = get_bits1(gbc) << (gaq_mode-1); in ff_eac3_decode_transform_coeffs_aht_ch()
216 } else if (gaq_mode == EAC3_GAQ_124) { in ff_eac3_decode_transform_coeffs_aht_ch()
254 if (gaq_mode != EAC3_GAQ_NO && hebap < end_bap) { in ff_eac3_decode_transform_coeffs_aht_ch()

Completed in 2 milliseconds