OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
890
void OverlayPlaneBase::
updateCoeff
(int taps, double fCutoff,
1096
updateCoeff
(N_HORIZ_Y_TAPS, fCutoffY, true, true, xcoeffY);
1097
updateCoeff
(N_HORIZ_UV_TAPS, fCutoffUV, true, false, xcoeffUV);
[
all
...]
Completed in 720 milliseconds