Searched refs:planeRegion (Results 1 - 6 of 6) sorted by relevance

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
H A DTJCustomFilter.java57 * @param planeRegion rectangle containing the width and height of the
73 Rectangle planeRegion, int componentID, int transformID,
72 customFilter(ShortBuffer coeffBuffer, Rectangle bufferRegion, Rectangle planeRegion, int componentID, int transformID, TJTransform transform) argument
/external/libjpeg-turbo/
H A Dturbojpeg.h561 * @param planeRegion #tjregion structure containing the width and height of
578 tjregion planeRegion, int componentIndex, int transformIndex,
H A Dturbojpeg-jni.c979 tjregion planeRegion, int componentIndex, int transformIndex,
1015 (*env)->SetIntField(env, planeRegionObj, fid, planeRegion.x);
1017 (*env)->SetIntField(env, planeRegionObj, fid, planeRegion.y);
1019 (*env)->SetIntField(env, planeRegionObj, fid, planeRegion.w);
1021 (*env)->SetIntField(env, planeRegionObj, fid, planeRegion.h);
978 JNICustomFilter(short *coeffs, tjregion arrayRegion, tjregion planeRegion, int componentIndex, int transformIndex, tjtransform *transform) argument
H A Dturbojpeg.c2124 tjregion planeRegion={0, 0, compptr->width_in_blocks*DCTSIZE, local
2133 if(t[i].customFilter(barray[y][0], arrayRegion, planeRegion,
H A Dtjbench.c94 int dummyDCTFilter(short *coeffs, tjregion arrayRegion, tjregion planeRegion, argument
/external/libjpeg-turbo/java/
H A DTJExample.java352 Rectangle planeRegion, int componentIndex,
351 customFilter(ShortBuffer coeffBuffer, Rectangle bufferRegion, Rectangle planeRegion, int componentIndex, int transformIndex, TJTransform transform) argument

Completed in 149 milliseconds