Lines Matching refs:flcoeffs5
66 float flcoeffs5[BANDS];
285 float *flcoeffs3, float *flcoeffs5)
295 flcoeffs5[i] = workT2[i] = 0.0;
310 flcoeffs5[cnt2] = flcoeffs5[cnt2] + workT3[i];
316 flcoeffs5[i] += accum;
324 flcoeffs5[cnt2] += workT3[i];
332 flcoeffs5[i] += accum;
479 if (chctx->flcoeffs5[i] <= 0) {
480 av_log(q->avctx, AV_LOG_ERROR, "flcoeffs5 %f invalid\n", chctx->flcoeffs5[i]);
483 chctx->flcoeffs4[i] = chctx->flcoeffs3[i] - log2f(chctx->flcoeffs5[i]);
934 chctx->flcoeffs5[i] = 1.0;
951 chctx->flcoeffs5);