Searched refs:flcoeffs2 (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.c52 float flcoeffs2[BANDS]; member in struct:__anon534
162 static void imc_calculate_coeffs(IMCContext* q, float* flcoeffs1, float* flcoeffs2, int* bandWidthT, argument
176 flcoeffs3[i] = 2.0 * flcoeffs2[i];
243 float* flcoeffs2)
250 flcoeffs2[0] = log(flcoeffs1[0])/log(2);
252 tmp2 = flcoeffs2[0];
258 flcoeffs2[i] = 0.0;
270 flcoeffs2[i] = tmp2;
277 float* flcoeffs2) {
280 // and flcoeffs2 ol
242 imc_decode_level_coefficients(IMCContext* q, int* levlCoeffBuf, float* flcoeffs1, float* flcoeffs2) argument
276 imc_decode_level_coefficients2(IMCContext* q, int* levlCoeffBuf, float* old_floor, float* flcoeffs1, float* flcoeffs2) argument
[all...]

Completed in 32 milliseconds