Searched refs:bandWidthT (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.c69 int bandWidthT[BANDS]; ///< codewords per band member in struct:__anon534
162 static void imc_calculate_coeffs(IMCContext* q, float* flcoeffs1, float* flcoeffs2, int* bandWidthT, argument
174 if (bandWidthT[i]){
181 workT3[i] = bandWidthT[i] * workT1[i] * 0.01;
325 if ((band_tab[i+1] - band_tab[i]) == q->bandWidthT[i])
328 if ((band_tab[i+1] - band_tab[i]) > q->bandWidthT[i])
331 if (((band_tab[i+1] - band_tab[i])/2) >= q->bandWidthT[i])
348 iacc += q->bandWidthT[i];
349 summa += q->bandWidthT[i] * q->flcoeffs4[i];
351 q->bandWidthT[BAND
[all...]

Completed in 90 milliseconds