Lines Matching defs:flcoeffs1
62 float flcoeffs1[BANDS];
283 static void imc_calculate_coeffs(IMCContext *q, float *flcoeffs1,
297 workT1[i] = flcoeffs1[i] * flcoeffs1[i];
378 float *flcoeffs1, float *flcoeffs2)
384 flcoeffs1[0] = 20000.0 / exp2 (levlCoeffBuf[0] * 0.18945); // 0.18945 = log2(10) * 0.05703125
385 flcoeffs2[0] = log2f(flcoeffs1[0]);
386 tmp = flcoeffs1[0];
392 flcoeffs1[i] = 1.0;
404 flcoeffs1[i] = tmp;
412 float *old_floor, float *flcoeffs1,
416 /* FIXME maybe flag_buf = noise coding and flcoeffs1 = new scale factors
421 flcoeffs1[i] = 0;
423 flcoeffs1[i] = imc_exp_tab2[levlCoeffBuf[i]] * old_floor[i];
426 flcoeffs1[i] = old_floor[i];
432 float *flcoeffs1, float *flcoeffs2)
438 flcoeffs1[pos] = 20000.0 / pow (2, levlCoeffBuf[0] * 0.18945); // 0.18945 = log2(10) * 0.05703125
439 flcoeffs2[pos] = log2f(flcoeffs1[pos]);
440 tmp = flcoeffs1[pos];
448 flcoeffs1[i] = tmp * powf(10.0, -level * 0.4375); //todo tab
476 highest = FFMAX(highest, chctx->flcoeffs1[i]);
503 chctx->flcoeffs4[i] += xTab[(indx * 2 + (chctx->flcoeffs1[i] < highest)) * 2 + flag];
849 chctx->flcoeffs6[i] = chctx->flcoeffs1[i];
912 chctx->flcoeffs1, chctx->flcoeffs2);
915 chctx->flcoeffs1, chctx->flcoeffs2);
918 chctx->flcoeffs1, chctx->flcoeffs2);
921 if(chctx->flcoeffs1[i] > INT_MAX) {
927 memcpy(chctx->old_floor, chctx->flcoeffs1, 32 * sizeof(float));
949 imc_calculate_coeffs(q, chctx->flcoeffs1, chctx->flcoeffs2,