Searched refs:tap2Fix (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/img/hwcomposer/ips/common/ |
D | OverlayPlaneBase.cpp | 893 int tapAdjust[MAX_TAPS], tap2Fix; in updateCoeff() local 948 tap2Fix = tapAdjust[j1]; in updateCoeff() 950 coeffs[i][tap2Fix] += diff; in updateCoeff() 951 pos = tap2Fix + i * taps; in updateCoeff() 952 if ((tap2Fix == (taps - 1) / 2) && !isVertAndUV) in updateCoeff() 953 setCoeffRegs(&coeffs[i][tap2Fix], mantSize + 2, pCoeff, pos); in updateCoeff() 955 setCoeffRegs(&coeffs[i][tap2Fix], mantSize, pCoeff, pos); in updateCoeff()
|
/hardware/intel/img/psb_video/src/ |
D | psb_overlay.c | 336 int tapAdjust[MAX_TAPS], tap2Fix; in UpdateCoeff() local 391 tap2Fix = tapAdjust[j1]; in UpdateCoeff() 393 coeffs[i][tap2Fix] += diff; in UpdateCoeff() 394 pos = tap2Fix + i * taps; in UpdateCoeff() 395 if ((tap2Fix == (taps - 1) / 2) && !isVertAndUV) in UpdateCoeff() 396 SetCoeffRegs(&coeffs[i][tap2Fix], mantSize + 2, pCoeff, pos); in UpdateCoeff() 398 SetCoeffRegs(&coeffs[i][tap2Fix], mantSize, pCoeff, pos); in UpdateCoeff()
|