Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Deac3dec.c202 int gaq_gain[AC3_MAX_COEFS]; in ff_eac3_decode_transform_coeffs_aht_ch() local
214 gaq_gain[gs++] = get_bits1(gbc) << (gaq_mode-1); in ff_eac3_decode_transform_coeffs_aht_ch()
227 gaq_gain[gs++] = ff_ac3_ungroup_3_in_5_bits_tab[group_code][0]; in ff_eac3_decode_transform_coeffs_aht_ch()
228 gaq_gain[gs++] = ff_ac3_ungroup_3_in_5_bits_tab[group_code][1]; in ff_eac3_decode_transform_coeffs_aht_ch()
229 gaq_gain[gs++] = ff_ac3_ungroup_3_in_5_bits_tab[group_code][2]; in ff_eac3_decode_transform_coeffs_aht_ch()
255 log_gain = gaq_gain[gs++]; in ff_eac3_decode_transform_coeffs_aht_ch()

Completed in 2 milliseconds