Lines Matching refs:taps
1612 UpdateCoeff(int taps, double fCutoff, Bool isHoriz, Bool isY, coeffPtr pCoeff)
1627 num = taps * 16;
1629 val = (1.0 / fCutoff) * taps * pi * (i - num) / (2 * num);
1643 for (j = 0; j < taps; j++) {
1647 for (j = 0; j < taps; j++) {
1653 for (j = 0; j < taps; j++) {
1654 pos = j + i * taps;
1655 if ((j == (taps - 1) / 2) && !isVertAndUV)
1661 tapAdjust[0] = (taps - 1) / 2;
1669 for (j = 0; j < taps; j++)
1672 for (j1 = 0; j1 < taps; j1++) {
1676 pos = tap2Fix + i * taps;
1677 if ((tap2Fix == (taps - 1) / 2) && !isVertAndUV)
1683 for (j = 0; j < taps; j++)