Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dimc.c66 float flcoeffs5[BANDS]; member
285 float *flcoeffs3, float *flcoeffs5) in imc_calculate_coeffs()
295 flcoeffs5[i] = workT2[i] = 0.0; in imc_calculate_coeffs()
310 flcoeffs5[cnt2] = flcoeffs5[cnt2] + workT3[i]; in imc_calculate_coeffs()
316 flcoeffs5[i] += accum; in imc_calculate_coeffs()
324 flcoeffs5[cnt2] += workT3[i]; in imc_calculate_coeffs()
332 flcoeffs5[i] += accum; in imc_calculate_coeffs()
479 if (chctx->flcoeffs5[i] <= 0) { in bit_allocation()
480 av_log(q->avctx, AV_LOG_ERROR, "flcoeffs5 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