Searched refs:flcoeffs2 (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.c59 float flcoeffs2[BANDS]; member in struct:IMCChannel
260 float *flcoeffs2, int *bandWidthT,
274 flcoeffs3[i] = 2.0 * flcoeffs2[i];
354 float *flcoeffs1, float *flcoeffs2)
361 flcoeffs2[0] = log2f(flcoeffs1[0]);
363 tmp2 = flcoeffs2[0];
369 flcoeffs2[i] = 0.0;
381 flcoeffs2[i] = tmp2;
389 float *flcoeffs2)
393 * and flcoeffs2 ol
259 imc_calculate_coeffs(IMCContext *q, float *flcoeffs1, float *flcoeffs2, int *bandWidthT, float *flcoeffs3, float *flcoeffs5) argument
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.c57 float flcoeffs2[BANDS]; member in struct:__anon1921
179 static void imc_calculate_coeffs(IMCContext* q, float* flcoeffs1, float* flcoeffs2, int* bandWidthT, argument
193 flcoeffs3[i] = 2.0 * flcoeffs2[i];
260 float* flcoeffs2)
267 flcoeffs2[0] = log(flcoeffs1[0])/log(2);
269 tmp2 = flcoeffs2[0];
275 flcoeffs2[i] = 0.0;
287 flcoeffs2[i] = tmp2;
294 float* flcoeffs2) {
297 // and flcoeffs2 ol
259 imc_decode_level_coefficients(IMCContext* q, int* levlCoeffBuf, float* flcoeffs1, float* flcoeffs2) argument
293 imc_decode_level_coefficients2(IMCContext* q, int* levlCoeffBuf, float* old_floor, float* flcoeffs1, float* flcoeffs2) argument
[all...]

Completed in 156 milliseconds