Home
last modified time | relevance | path

Searched refs:fVCutoffY (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/img/hwcomposer/ips/anniedale/
DAnnOverlayPlane.cpp495 double fVCutoffY; in scalingSetup() local
500 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()