Searched refs:flcoeffs1 (Results 1 – 1 of 1) sorted by relevance
60 float flcoeffs1[BANDS]; member281 static void imc_calculate_coeffs(IMCContext *q, float *flcoeffs1, in imc_calculate_coeffs() argument295 workT1[i] = flcoeffs1[i] * flcoeffs1[i]; in imc_calculate_coeffs()376 float *flcoeffs1, float *flcoeffs2) in imc_decode_level_coefficients() argument382 flcoeffs1[0] = 20000.0 / exp2 (levlCoeffBuf[0] * 0.18945); // 0.18945 = log2(10) * 0.05703125 in imc_decode_level_coefficients()383 flcoeffs2[0] = log2f(flcoeffs1[0]); in imc_decode_level_coefficients()384 tmp = flcoeffs1[0]; in imc_decode_level_coefficients()390 flcoeffs1[i] = 1.0; in imc_decode_level_coefficients()402 flcoeffs1[i] = tmp; in imc_decode_level_coefficients()410 float *old_floor, float *flcoeffs1, in imc_decode_level_coefficients2() argument[all …]