Lines Matching refs:flcoeffs4
63 float flcoeffs4[BANDS]; member
481 chctx->flcoeffs4[i] = chctx->flcoeffs3[i] - log2f(chctx->flcoeffs5[i]); in bit_allocation()
483 chctx->flcoeffs4[BANDS - 1] = limit; in bit_allocation()
501 chctx->flcoeffs4[i] += xTab[(indx * 2 + (chctx->flcoeffs1[i] < highest)) * 2 + flag]; in bit_allocation()
505 chctx->flcoeffs4[0] = limit; in bit_allocation()
506 chctx->flcoeffs4[1] = limit; in bit_allocation()
507 chctx->flcoeffs4[2] = limit; in bit_allocation()
508 chctx->flcoeffs4[3] = limit; in bit_allocation()
513 summa += chctx->bandWidthT[i] * chctx->flcoeffs4[i]; in bit_allocation()
532 cwlen = av_clipf(((chctx->flcoeffs4[j] * 0.5) - summa + 0.5), 0, 6); in bit_allocation()
561 … : (chctx->bitsBandT[i] * -2 + chctx->flcoeffs4[i] - 0.415); in bit_allocation()
594 … workT[i] = chctx->bitsBandT[i] ? (chctx->bitsBandT[i] * -2 + chctx->flcoeffs4[i] + 1.585) in bit_allocation()
697 … : (chctx->bitsBandT[i] * -2 + chctx->flcoeffs4[i] - 0.415); in imc_adjust_bit_allocation()