Home
last modified time | relevance | path

Searched refs:flcoeffs4 (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dimc.c63 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()
[all …]