Home | History | Annotate | Download | only in common

Lines Matching refs:taps

885 void OverlayPlaneBase::updateCoeff(int taps, double fCutoff,
902 num = taps * 16;
904 val = (1.0 / fCutoff) * taps * pi * (i - num) / (2 * num);
918 for (j = 0; j < taps; j++) {
922 for (j = 0; j < taps; j++) {
928 for (j = 0; j < taps; j++) {
929 pos = j + i * taps;
930 if ((j == (taps - 1) / 2) && !isVertAndUV)
936 tapAdjust[0] = (taps - 1) / 2;
944 for (j = 0; j < taps; j++)
947 for (j1 = 0; j1 < taps; j1++) {
951 pos = tap2Fix + i * taps;
952 if ((tap2Fix == (taps - 1) / 2) && !isVertAndUV)
958 for (j = 0; j < taps; j++)