Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
Domx_proxy_videodec_utils.c241 int i, j, j1; in convertNV12ToYuv420() local
268 for(j=0,j1=0;(j< width/2);j++,j1+=2) in convertNV12ToYuv420()
270 p2u[j] = p1uv[j1]; in convertNV12ToYuv420()
271 p2v[j] = p1uv[j1+1]; in convertNV12ToYuv420()
/hardware/intel/img/hwcomposer/ips/common/
DOverlayPlaneBase.cpp889 int i, j, j1, num, pos, mantSize; in updateCoeff() local
937 for (j = 1, j1 = 1; j <= tapAdjust[0]; j++, j1++) { in updateCoeff()
938 tapAdjust[j1] = tapAdjust[0] - j; in updateCoeff()
939 tapAdjust[++j1] = tapAdjust[0] + j; in updateCoeff()
947 for (j1 = 0; j1 < taps; j1++) { in updateCoeff()
948 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()