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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dimc.c58 float flcoeffs3[BANDS]; member in struct:__anon1921
180 float* flcoeffs3, float* flcoeffs5)
193 flcoeffs3[i] = 2.0 * flcoeffs2[i];
196 flcoeffs3[i] = -30000.0;
334 q->flcoeffs4[i] = q->flcoeffs3[i] - log(q->flcoeffs5[i])/log(2);
739 imc_calculate_coeffs(q, q->flcoeffs1, q->flcoeffs2, q->bandWidthT, q->flcoeffs3, q->flcoeffs5);
179 imc_calculate_coeffs(IMCContext* q, float* flcoeffs1, float* flcoeffs2, int* bandWidthT, float* flcoeffs3, float* flcoeffs5) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dimc.c60 float flcoeffs3[BANDS]; member in struct:IMCChannel
261 float *flcoeffs3, float *flcoeffs5)
274 flcoeffs3[i] = 2.0 * flcoeffs2[i];
277 flcoeffs3[i] = -30000.0;
459 chctx->flcoeffs4[i] = chctx->flcoeffs3[i] - log2f(chctx->flcoeffs5[i]);
910 chctx->flcoeffs3[i] = chctx->flcoeffs2[i] * 2;
928 chctx->bandWidthT, chctx->flcoeffs3,
259 imc_calculate_coeffs(IMCContext *q, float *flcoeffs1, float *flcoeffs2, int *bandWidthT, float *flcoeffs3, float *flcoeffs5) argument

Completed in 110 milliseconds