Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/ips/anniedale/
DAnnOverlayPlane.cpp358 coeffRec ycoeffY[N_VERT_Y_TAPS * N_PHASES]; in scalingSetup() local
524 updateCoeff(N_VERT_Y_TAPS, fVCutoffY, false, true, ycoeffY); in scalingSetup()
550 (ycoeffY[pos].sign << 15 | in scalingSetup()
551 ycoeffY[pos].exponent << 12 | in scalingSetup()
552 ycoeffY[pos].mantissa); in scalingSetup()