Searched refs:flcoeffs4 (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.c59 float flcoeffs4[BANDS]; member in struct:__anon1921
334 q->flcoeffs4[i] = q->flcoeffs3[i] - log(q->flcoeffs5[i])/log(2);
336 q->flcoeffs4[BANDS - 1] = limit;
354 q->flcoeffs4[i] = q->flcoeffs4[i] + xTab[(indx*2 + (q->flcoeffs1[i] < highest)) * 2 + flag];
358 q->flcoeffs4[0] = limit;
359 q->flcoeffs4[1] = limit;
360 q->flcoeffs4[2] = limit;
361 q->flcoeffs4[3] = limit;
366 summa += q->bandWidthT[i] * q->flcoeffs4[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dimc.c61 float flcoeffs4[BANDS]; member in struct:IMCChannel
459 chctx->flcoeffs4[i] = chctx->flcoeffs3[i] - log2f(chctx->flcoeffs5[i]);
461 chctx->flcoeffs4[BANDS - 1] = limit;
479 chctx->flcoeffs4[i] += xTab[(indx * 2 + (chctx->flcoeffs1[i] < highest)) * 2 + flag];
483 chctx->flcoeffs4[0] = limit;
484 chctx->flcoeffs4[1] = limit;
485 chctx->flcoeffs4[2] = limit;
486 chctx->flcoeffs4[3] = limit;
491 summa += chctx->bandWidthT[i] * chctx->flcoeffs4[i];
510 cwlen = av_clipf(((chctx->flcoeffs4[
[all...]

Completed in 124 milliseconds