Searched refs:bandWidthT (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.c74 int bandWidthT[BANDS]; ///< codewords per band member in struct:__anon1921
179 static void imc_calculate_coeffs(IMCContext* q, float* flcoeffs1, float* flcoeffs2, int* bandWidthT, argument
191 if (bandWidthT[i]){
198 workT3[i] = bandWidthT[i] * workT1[i] * 0.01;
342 if ((band_tab[i+1] - band_tab[i]) == q->bandWidthT[i])
345 if ((band_tab[i+1] - band_tab[i]) > q->bandWidthT[i])
348 if (((band_tab[i+1] - band_tab[i])/2) >= q->bandWidthT[i])
365 iacc += q->bandWidthT[i];
366 summa += q->bandWidthT[i] * q->flcoeffs4[i];
368 q->bandWidthT[BAND
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dimc.c66 int bandWidthT[BANDS]; ///< codewords per band member in struct:IMCChannel
260 float *flcoeffs2, int *bandWidthT,
272 if (bandWidthT[i]) {
279 workT3[i] = bandWidthT[i] * workT1[i] * 0.01;
467 if ((band_tab[i + 1] - band_tab[i]) == chctx->bandWidthT[i])
470 if ((band_tab[i + 1] - band_tab[i]) > chctx->bandWidthT[i])
473 if (((band_tab[i + 1] - band_tab[i]) / 2) >= chctx->bandWidthT[i])
490 iacc += chctx->bandWidthT[i];
491 summa += chctx->bandWidthT[i] * chctx->flcoeffs4[i];
497 chctx->bandWidthT[BAND
259 imc_calculate_coeffs(IMCContext *q, float *flcoeffs1, float *flcoeffs2, int *bandWidthT, float *flcoeffs3, float *flcoeffs5) argument
[all...]

Completed in 81 milliseconds