Lines Matching refs:j

129     for (int j = 0; j < input_h; j += H2L_FACTOR)  in GenerateQuarterResImagePlanar()  local
131 imp = im + j * input_w; in GenerateQuarterResImagePlanar()
132 outp = out + (j / H2L_FACTOR) * (input_w / H2L_FACTOR); in GenerateQuarterResImagePlanar()
141 for (int j = input_h; j < 2 * input_h; j += H2L_FACTOR) in GenerateQuarterResImagePlanar() local
143 imp = im + j * input_w; in GenerateQuarterResImagePlanar()
144 outp = out + (j / H2L_FACTOR) * (input_w / H2L_FACTOR); in GenerateQuarterResImagePlanar()
153 for (int j = 2 * input_h; j < 3 * input_h; j += H2L_FACTOR) in GenerateQuarterResImagePlanar() local
155 imp = im + j * input_w; in GenerateQuarterResImagePlanar()
156 outp = out + (j / H2L_FACTOR) * (input_w / H2L_FACTOR); in GenerateQuarterResImagePlanar()
217 for (int j = 0, yp = 0; j < height; j++) in YUV420toYVU24() local
220 int uvp = frameSize + (j >> 1) * width; in YUV420toYVU24()
250 for (int j = 0; j < height; j += 2) in YUV420toYVU24_NEW() local
253 int uvp = frameSize + (j >> 1) * width; in YUV420toYVU24_NEW()
254 ovp = yvu24 + frameSize + j * width; in YUV420toYVU24_NEW()
314 for (int j = 0, yp = 0; j < height; j++) in decodeYUV444SP() local
316 int vp = frameSize + j * width, u = 0, v = 0; in decodeYUV444SP()
337 int p = j*width*3+i*3; in decodeYUV444SP()
631 for(int j=0; j<mosaicHeight/2; j++) in Java_com_android_camera_panorama_Mosaic_getFinalMosaicNV21() local
635 V[j*mosaicWidth+i] = V[(2*j)*mosaicWidth+i]; // V in Java_com_android_camera_panorama_Mosaic_getFinalMosaicNV21()
636 V[j*mosaicWidth+i+1] = U[(2*j)*mosaicWidth+i]; // U in Java_com_android_camera_panorama_Mosaic_getFinalMosaicNV21()