Searched refs:fVCutoffY (Results 1 – 1 of 1) sorted by relevance
495 double fVCutoffY; in scalingSetup() local500 fVCutoffY = yscaleFract / 4096.0; in scalingSetup()513 if (fVCutoffY < MIN_CUTOFF_FREQ) in scalingSetup()514 fVCutoffY = MIN_CUTOFF_FREQ; in scalingSetup()515 if (fVCutoffY > MAX_CUTOFF_FREQ) in scalingSetup()516 fVCutoffY = MAX_CUTOFF_FREQ; in scalingSetup()524 updateCoeff(N_VERT_Y_TAPS, fVCutoffY, false, true, ycoeffY); in scalingSetup()