Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dimc.c64 float flcoeffs5[BANDS]; member
283 float *flcoeffs3, float *flcoeffs5) in imc_calculate_coeffs() argument
293 flcoeffs5[i] = workT2[i] = 0.0; in imc_calculate_coeffs()
308 flcoeffs5[cnt2] = flcoeffs5[cnt2] + workT3[i]; in imc_calculate_coeffs()
314 flcoeffs5[i] += accum; in imc_calculate_coeffs()
322 flcoeffs5[cnt2] += workT3[i]; in imc_calculate_coeffs()
330 flcoeffs5[i] += accum; in imc_calculate_coeffs()
477 if (chctx->flcoeffs5[i] <= 0) { in bit_allocation()
478 av_log(q->avctx, AV_LOG_ERROR, "flcoeffs5 %f invalid\n", chctx->flcoeffs5[i]); in bit_allocation()
481 chctx->flcoeffs4[i] = chctx->flcoeffs3[i] - log2f(chctx->flcoeffs5[i]); in bit_allocation()
[all …]