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

/hardware/intel/img/hwcomposer/ips/common/
H A DOverlayPlaneBase.cpp893 int tapAdjust[MAX_TAPS], tap2Fix; local
948 tap2Fix = tapAdjust[j1];
950 coeffs[i][tap2Fix] += diff;
951 pos = tap2Fix + i * taps;
952 if ((tap2Fix == (taps - 1) / 2) && !isVertAndUV)
953 setCoeffRegs(&coeffs[i][tap2Fix], mantSize + 2, pCoeff, pos);
955 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 27 milliseconds