HomeSort by relevance Sort by last modified time
    Searched refs:tap2Fix (Results 1 - 3 of 3) sorted by null

  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 898 int tapAdjust[MAX_TAPS], tap2Fix;
953 tap2Fix = tapAdjust[j1];
955 coeffs[i][tap2Fix] += diff;
956 pos = tap2Fix + i * taps;
957 if ((tap2Fix == (taps - 1) / 2) && !isVertAndUV)
958 setCoeffRegs(&coeffs[i][tap2Fix], mantSize + 2, pCoeff, pos);
960 setCoeffRegs(&coeffs[i][tap2Fix], mantSize, pCoeff, pos);
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 918 int tapAdjust[MAX_TAPS], tap2Fix;
973 tap2Fix = tapAdjust[j1];
975 coeffs[i][tap2Fix] += diff;
976 pos = tap2Fix + i * taps;
977 if ((tap2Fix == (taps - 1) / 2) && !isVertAndUV)
978 setCoeffRegs(&coeffs[i][tap2Fix], mantSize + 2, pCoeff, pos);
980 setCoeffRegs(&coeffs[i][tap2Fix], mantSize, pCoeff, pos);
    [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.c 336 int tapAdjust[MAX_TAPS], tap2Fix;
391 tap2Fix = tapAdjust[j1];
393 coeffs[i][tap2Fix] += diff;
394 pos = tap2Fix + i * taps;
395 if ((tap2Fix == (taps - 1) / 2) && !isVertAndUV)
396 SetCoeffRegs(&coeffs[i][tap2Fix], mantSize + 2, pCoeff, pos);
398 SetCoeffRegs(&coeffs[i][tap2Fix], mantSize, pCoeff, pos);
    [all...]

Completed in 87 milliseconds