Searched refs:flcoeffs3 (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.c53 float flcoeffs3[BANDS]; member in struct:__anon534
163 float* flcoeffs3, float* flcoeffs5)
176 flcoeffs3[i] = 2.0 * flcoeffs2[i];
179 flcoeffs3[i] = -30000.0;
317 q->flcoeffs4[i] = q->flcoeffs3[i] - log(q->flcoeffs5[i])/log(2);
713 imc_calculate_coeffs(q, q->flcoeffs1, q->flcoeffs2, q->bandWidthT, q->flcoeffs3, q->flcoeffs5);
162 imc_calculate_coeffs(IMCContext* q, float* flcoeffs1, float* flcoeffs2, int* bandWidthT, float* flcoeffs3, float* flcoeffs5) argument

Completed in 87 milliseconds