OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rawCoeff
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp
896
double
rawCoeff
[MAX_TAPS * 32], coeffs[N_PHASES][MAX_TAPS];
917
rawCoeff
[i] = sinc * window;
925
sum +=
rawCoeff
[pos];
929
coeffs[i][j] =
rawCoeff
[pos] / sum;
[
all
...]
/hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp
916
double
rawCoeff
[MAX_TAPS * 32], coeffs[N_PHASES][MAX_TAPS];
937
rawCoeff
[i] = sinc * window;
945
sum +=
rawCoeff
[pos];
949
coeffs[i][j] =
rawCoeff
[pos] / sum;
[
all
...]
/hardware/intel/img/psb_video/src/
psb_overlay.c
334
double
rawCoeff
[MAX_TAPS * 32], coeffs[N_PHASES][MAX_TAPS];
355
rawCoeff
[i] = sinc * window;
363
sum +=
rawCoeff
[pos];
367
coeffs[i][j] =
rawCoeff
[pos] / sum;
[
all
...]
Completed in 113 milliseconds