Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dimc.c69 int bitsBandT[BANDS]; ///< how many bits per codeword in band member
534 chctx->bitsBandT[j] = cwlen; in bit_allocation()
555 chctx->CWlengthT[j] = chctx->bitsBandT[i]; in bit_allocation()
560 workT[i] = (chctx->bitsBandT[i] == 6) ? -1.e20 in bit_allocation()
561 … : (chctx->bitsBandT[i] * -2 + chctx->flcoeffs4[i] - 0.415); in bit_allocation()
582 if (++chctx->bitsBandT[found_indx] == 6) in bit_allocation()
594 … workT[i] = chctx->bitsBandT[i] ? (chctx->bitsBandT[i] * -2 + chctx->flcoeffs4[i] + 1.585) in bit_allocation()
616 if (!--chctx->bitsBandT[low_indx]) in bit_allocation()
696 workT[i] = (chctx->bitsBandT[i] == 6) ? -1.e20 in imc_adjust_bit_allocation()
697 … : (chctx->bitsBandT[i] * -2 + chctx->flcoeffs4[i] - 0.415); in imc_adjust_bit_allocation()
[all …]