Lines Matching defs:hebap
207 /* if GAQ gain is used, decode gain codes for bins with hebap between
238 int hebap = s->bap[ch][bin];
239 int bits = ff_eac3_bits_vs_hebap[hebap];
240 if (!hebap) {
245 } else if (hebap < 8) {
249 s->pre_mantissa[ch][bin][blk] = ff_eac3_mantissa_vq[hebap][v][blk] * (1 << 8);
254 if (gaq_mode != EAC3_GAQ_NO && hebap < end_bap) {
273 b = ff_eac3_gaq_remap_2_4_b[hebap-8][log_gain-1] * (1 << 8);
274 mant += ((ff_eac3_gaq_remap_2_4_a[hebap-8][log_gain-1] * (int64_t)mant) >> 15) + b;
280 mant += (ff_eac3_gaq_remap_1[hebap-8] * (int64_t)mant) >> 15;