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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dimc.c51 float flcoeffs1[BANDS]; member in struct:__anon534
162 static void imc_calculate_coeffs(IMCContext* q, float* flcoeffs1, float* flcoeffs2, int* bandWidthT, argument
175 workT1[i] = flcoeffs1[i] * flcoeffs1[i];
242 static void imc_decode_level_coefficients(IMCContext* q, int* levlCoeffBuf, float* flcoeffs1, argument
249 flcoeffs1[0] = 20000.0 / pow (2, levlCoeffBuf[0] * 0.18945); // 0.18945 = log2(10) * 0.05703125
250 flcoeffs2[0] = log(flcoeffs1[0])/log(2);
251 tmp = flcoeffs1[0];
257 flcoeffs1[i] = 1.0;
269 flcoeffs1[
276 imc_decode_level_coefficients2(IMCContext* q, int* levlCoeffBuf, float* old_floor, float* flcoeffs1, float* flcoeffs2) argument
[all...]

Completed in 99 milliseconds