Searched defs:arrayRegion (Results 1 - 3 of 3) sorted by relevance

/external/libjpeg-turbo/
H A Dtjbench.c94 int dummyDCTFilter(short *coeffs, tjregion arrayRegion, tjregion planeRegion, argument
98 for(i=0; i<arrayRegion.w*arrayRegion.h; i++) coeffs[i]=-coeffs[i];
H A Dturbojpeg-jni.c978 static int JNICustomFilter(short *coeffs, tjregion arrayRegion, argument
989 sizeof(short)*arrayRegion.w*arrayRegion.h));
1005 (*env)->SetIntField(env, arrayRegionObj, fid, arrayRegion.x);
1007 (*env)->SetIntField(env, arrayRegionObj, fid, arrayRegion.y);
1009 (*env)->SetIntField(env, arrayRegionObj, fid, arrayRegion.w);
1011 (*env)->SetIntField(env, arrayRegionObj, fid, arrayRegion.h);
H A Dturbojpeg.c2122 tjregion arrayRegion={0, 0, compptr->width_in_blocks*DCTSIZE, local
2133 if(t[i].customFilter(barray[y][0], arrayRegion, planeRegion,
2136 arrayRegion.y+=DCTSIZE;

Completed in 350 milliseconds