Lines Matching defs:exp
474 int ccr, eng, orig_eng, ccr_eng, exp;
492 exp = ff_g723_1_normalize_bits(ccr, 31);
493 ccr = av_clipl_int32((int64_t) (ccr << exp) + (1 << 15)) >> 16;
494 exp <<= 1;
498 exp += temp;
502 exp -= temp;
505 exp--;
508 if (exp > max_exp)
511 if (exp + 1 < max_exp)
515 if (exp + 1 == max_exp)
524 max_exp = exp;
542 int exp, max, diff;
561 exp = ff_g723_1_normalize_bits(max, 31);
563 energy[i] = av_clipl_int32((int64_t)(energy[i] << exp) +