~ppsspp/ppsspp/ffmpeg-upstream

« back to all changes in this revision

Viewing changes to libavcodec/imc.c

  • Committer: Sérgio Benjamim
  • Date: 2015-07-20 03:55:05 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20150720035505-i1jj1zcjcnd0mc7w
Updated to 2.7.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
426
426
 
427
427
    pos = q->coef0_pos;
428
428
    flcoeffs1[pos] = 20000.0 / pow (2, levlCoeffBuf[0] * 0.18945); // 0.18945 = log2(10) * 0.05703125
429
 
    flcoeffs2[pos] = log2f(flcoeffs1[0]);
 
429
    flcoeffs2[pos] = log2f(flcoeffs1[pos]);
430
430
    tmp  = flcoeffs1[pos];
431
431
    tmp2 = flcoeffs2[pos];
432
432