Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dimc.c70 int bandWidthT[BANDS]; ///< codewords per band member
284 float *flcoeffs2, int *bandWidthT, in imc_calculate_coeffs()
296 if (bandWidthT[i]) { in imc_calculate_coeffs()
303 workT3[i] = bandWidthT[i] * workT1[i] * 0.01; in imc_calculate_coeffs()
491 if ((band_tab[i + 1] - band_tab[i]) == chctx->bandWidthT[i]) in bit_allocation()
494 if ((band_tab[i + 1] - band_tab[i]) > chctx->bandWidthT[i]) in bit_allocation()
497 if (((band_tab[i + 1] - band_tab[i]) / 2) >= chctx->bandWidthT[i]) in bit_allocation()
514 iacc += chctx->bandWidthT[i]; in bit_allocation()
515 summa += chctx->bandWidthT[i] * chctx->flcoeffs4[i]; in bit_allocation()
521 chctx->bandWidthT[BAND in bit_allocation()
283 imc_calculate_coeffs(IMCContext *q, float *flcoeffs1, float *flcoeffs2, int *bandWidthT, float *flcoeffs3, float *flcoeffs5) imc_calculate_coeffs() argument
[all...]

Completed in 2 milliseconds