Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dimc.c68 int bandWidthT[BANDS]; ///< codewords per band member
282 float *flcoeffs2, int *bandWidthT, in imc_calculate_coeffs() argument
294 if (bandWidthT[i]) { in imc_calculate_coeffs()
301 workT3[i] = bandWidthT[i] * workT1[i] * 0.01; in imc_calculate_coeffs()
489 if ((band_tab[i + 1] - band_tab[i]) == chctx->bandWidthT[i]) in bit_allocation()
492 if ((band_tab[i + 1] - band_tab[i]) > chctx->bandWidthT[i]) in bit_allocation()
495 if (((band_tab[i + 1] - band_tab[i]) / 2) >= chctx->bandWidthT[i]) in bit_allocation()
512 iacc += chctx->bandWidthT[i]; in bit_allocation()
513 summa += chctx->bandWidthT[i] * chctx->flcoeffs4[i]; in bit_allocation()
519 chctx->bandWidthT[BANDS - 1] = 0; in bit_allocation()
[all …]