Home
last modified time | relevance | path

Searched refs:j1 (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DOverlayPlaneBase.cpp894 int i, j, j1, num, pos, mantSize; in updateCoeff() local
942 for (j = 1, j1 = 1; j <= tapAdjust[0]; j++, j1++) { in updateCoeff()
943 tapAdjust[j1] = tapAdjust[0] - j; in updateCoeff()
944 tapAdjust[++j1] = tapAdjust[0] + j; in updateCoeff()
952 for (j1 = 0; j1 < taps; j1++) { in updateCoeff()
953 tap2Fix = tapAdjust[j1]; in updateCoeff()
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DOverlayPlaneBase.cpp914 int i, j, j1, num, pos, mantSize; in updateCoeff() local
962 for (j = 1, j1 = 1; j <= tapAdjust[0]; j++, j1++) { in updateCoeff()
963 tapAdjust[j1] = tapAdjust[0] - j; in updateCoeff()
964 tapAdjust[++j1] = tapAdjust[0] + j; in updateCoeff()
972 for (j1 = 0; j1 < taps; j1++) { in updateCoeff()
973 tap2Fix = tapAdjust[j1]; in updateCoeff()
/hardware/intel/img/psb_video/src/
Dpsb_overlay.c332 int i, j, j1, num, pos, mantSize; in UpdateCoeff() local
380 for (j = 1, j1 = 1; j <= tapAdjust[0]; j++, j1++) { in UpdateCoeff()
381 tapAdjust[j1] = tapAdjust[0] - j; in UpdateCoeff()
382 tapAdjust[++j1] = tapAdjust[0] + j; in UpdateCoeff()
390 for (j1 = 0; j1 < taps; j1++) { in UpdateCoeff()
391 tap2Fix = tapAdjust[j1]; in UpdateCoeff()