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

/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DOverlayPlaneBase.cpp898 int tapAdjust[MAX_TAPS], tap2Fix; local
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);
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DOverlayPlaneBase.cpp918 int tapAdjust[MAX_TAPS], tap2Fix; local
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);
/hardware/intel/img/psb_video/src/
H A Dpsb_overlay.c336 int tapAdjust[MAX_TAPS], tap2Fix; local
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);

Completed in 326 milliseconds