Searched refs:updateCoeff (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/img/hwcomposer/ips/common/
H A DOverlayPlaneBase.h66 virtual void updateCoeff(int taps, double fCutoff,
H A DOverlayPlaneBase.cpp885 void OverlayPlaneBase::updateCoeff(int taps, double fCutoff, function in class:android::intel::OverlayPlaneBase
1091 updateCoeff(N_HORIZ_Y_TAPS, fCutoffY, true, true, xcoeffY);
1092 updateCoeff(N_HORIZ_UV_TAPS, fCutoffUV, true, false, xcoeffUV);
/hardware/intel/img/hwcomposer/ips/anniedale/
H A DAnnOverlayPlane.cpp522 updateCoeff(N_HORIZ_Y_TAPS, fHCutoffY, true, true, xcoeffY);
523 updateCoeff(N_HORIZ_UV_TAPS, fHCutoffUV, true, false, xcoeffUV);
524 updateCoeff(N_VERT_Y_TAPS, fVCutoffY, false, true, ycoeffY);
525 updateCoeff(N_VERT_UV_TAPS, fVCutoffUV, false, false, ycoeffUV);

Completed in 78 milliseconds