Searched defs:updateCoeff (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DOverlayPlaneBase.cpp910 void OverlayPlaneBase::updateCoeff(int taps, double fCutoff, function in class:android::intel::OverlayPlaneBase
1119 updateCoeff(N_HORIZ_Y_TAPS, fCutoffY, true, true, xcoeffY);
1120 updateCoeff(N_HORIZ_UV_TAPS, fCutoffUV, true, false, xcoeffUV);
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DOverlayPlaneBase.cpp890 void OverlayPlaneBase::updateCoeff(int taps, double fCutoff, function in class:android::intel::OverlayPlaneBase
1096 updateCoeff(N_HORIZ_Y_TAPS, fCutoffY, true, true, xcoeffY);
1097 updateCoeff(N_HORIZ_UV_TAPS, fCutoffUV, true, false, xcoeffUV);

Completed in 8 milliseconds