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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Deac3dec.c201 int end_bap, gaq_mode; local
205 gaq_mode = get_bits(gbc, 2);
206 end_bap = (gaq_mode < 2) ? 12 : 17;
211 if (gaq_mode == EAC3_GAQ_12 || gaq_mode == EAC3_GAQ_14) {
215 gaq_gain[gs++] = get_bits1(gbc) << (gaq_mode-1);
217 } else if (gaq_mode == EAC3_GAQ_124) {
255 if (gaq_mode != EAC3_GAQ_NO && hebap < end_bap) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Deac3dec.c201 int end_bap, gaq_mode; local
205 gaq_mode = get_bits(gbc, 2);
206 end_bap = (gaq_mode < 2) ? 12 : 17;
211 if (gaq_mode == EAC3_GAQ_12 || gaq_mode == EAC3_GAQ_14) {
215 gaq_gain[gs++] = get_bits1(gbc) << (gaq_mode-1);
217 } else if (gaq_mode == EAC3_GAQ_124) {
255 if (gaq_mode != EAC3_GAQ_NO && hebap < end_bap) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Deac3dec.c201 int end_bap, gaq_mode; local
205 gaq_mode = get_bits(gbc, 2);
206 end_bap = (gaq_mode < 2) ? 12 : 17;
211 if (gaq_mode == EAC3_GAQ_12 || gaq_mode == EAC3_GAQ_14) {
215 gaq_gain[gs++] = get_bits1(gbc) << (gaq_mode-1);
217 } else if (gaq_mode == EAC3_GAQ_124) {
255 if (gaq_mode != EAC3_GAQ_NO && hebap < end_bap) {

Completed in 150 milliseconds