HomeSort by relevance Sort by last modified time
    Searched defs:updateCoeff (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 910 void OverlayPlaneBase::updateCoeff(int taps, double fCutoff,
1119 updateCoeff(N_HORIZ_Y_TAPS, fCutoffY, true, true, xcoeffY)
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 882 void OverlayPlaneBase::updateCoeff(int taps, double fCutoff,
1088 updateCoeff(N_HORIZ_Y_TAPS, fCutoffY, true, true, xcoeffY);
1089 updateCoeff(N_HORIZ_UV_TAPS, fCutoffUV, true, false, xcoeffUV);
    [all...]

Completed in 204 milliseconds