Lines Matching defs:flcoeffs4
65 float flcoeffs4[BANDS];
483 chctx->flcoeffs4[i] = chctx->flcoeffs3[i] - log2f(chctx->flcoeffs5[i]);
485 chctx->flcoeffs4[BANDS - 1] = limit;
503 chctx->flcoeffs4[i] += xTab[(indx * 2 + (chctx->flcoeffs1[i] < highest)) * 2 + flag];
507 chctx->flcoeffs4[0] = limit;
508 chctx->flcoeffs4[1] = limit;
509 chctx->flcoeffs4[2] = limit;
510 chctx->flcoeffs4[3] = limit;
515 summa += chctx->bandWidthT[i] * chctx->flcoeffs4[i];
534 cwlen = av_clipf(((chctx->flcoeffs4[j] * 0.5) - summa + 0.5), 0, 6);
563 : (chctx->bitsBandT[i] * -2 + chctx->flcoeffs4[i] - 0.415);
596 workT[i] = chctx->bitsBandT[i] ? (chctx->bitsBandT[i] * -2 + chctx->flcoeffs4[i] + 1.585)
699 : (chctx->bitsBandT[i] * -2 + chctx->flcoeffs4[i] - 0.415);