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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dimc.c58 float flcoeffs1[BANDS]; member in struct:IMCChannel
259 static void imc_calculate_coeffs(IMCContext *q, float *flcoeffs1, argument
273 workT1[i] = flcoeffs1[i] * flcoeffs1[i];
354 float *flcoeffs1, float *flcoeffs2)
360 flcoeffs1[0] = 20000.0 / exp2 (levlCoeffBuf[0] * 0.18945); // 0.18945 = log2(10) * 0.05703125
361 flcoeffs2[0] = log2f(flcoeffs1[0]);
362 tmp = flcoeffs1[0];
368 flcoeffs1[i] = 1.0;
380 flcoeffs1[
353 imc_decode_level_coefficients(IMCContext *q, int *levlCoeffBuf, float *flcoeffs1, float *flcoeffs2) argument
387 imc_decode_level_coefficients2(IMCContext *q, int *levlCoeffBuf, float *old_floor, float *flcoeffs1, float *flcoeffs2) argument
407 imc_decode_level_coefficients_raw(IMCContext *q, int *levlCoeffBuf, float *flcoeffs1, float *flcoeffs2) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dimc.c56 float flcoeffs1[BANDS]; member in struct:__anon1921
179 static void imc_calculate_coeffs(IMCContext* q, float* flcoeffs1, float* flcoeffs2, int* bandWidthT, argument
192 workT1[i] = flcoeffs1[i] * flcoeffs1[i];
259 static void imc_decode_level_coefficients(IMCContext* q, int* levlCoeffBuf, float* flcoeffs1, argument
266 flcoeffs1[0] = 20000.0 / pow (2, levlCoeffBuf[0] * 0.18945); // 0.18945 = log2(10) * 0.05703125
267 flcoeffs2[0] = log(flcoeffs1[0])/log(2);
268 tmp = flcoeffs1[0];
274 flcoeffs1[i] = 1.0;
286 flcoeffs1[
293 imc_decode_level_coefficients2(IMCContext* q, int* levlCoeffBuf, float* old_floor, float* flcoeffs1, float* flcoeffs2) argument
[all...]

Completed in 114 milliseconds