Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dimc.c65 float flcoeffs4[BANDS]; member
483 chctx->flcoeffs4[i] = chctx->flcoeffs3[i] - log2f(chctx->flcoeffs5[i]); in bit_allocation()
485 chctx->flcoeffs4[BANDS - 1] = limit; in bit_allocation()
503 chctx->flcoeffs4[i] += xTab[(indx * 2 + (chctx->flcoeffs1[i] < highest)) * 2 + flag]; in bit_allocation()
507 chctx->flcoeffs4[0] = limit; in bit_allocation()
508 chctx->flcoeffs4[1] = limit; in bit_allocation()
509 chctx->flcoeffs4[2] = limit; in bit_allocation()
510 chctx->flcoeffs4[3] = limit; in bit_allocation()
515 summa += chctx->bandWidthT[i] * chctx->flcoeffs4[i]; in bit_allocation()
534 cwlen = av_clipf(((chctx->flcoeffs4[ in bit_allocation()
[all...]

Completed in 2 milliseconds