OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tjPlaneSizeYUV
(Results
1 - 5
of
5
) sorted by null
/external/libjpeg-turbo/doc/html/search/
functions_74.js
25
['
tjplanesizeyuv
',['
tjPlaneSizeYUV
',['../group___turbo_j_p_e_g.html#ga6f98d977bfa9d167c97172e876ba61e2',1,'turbojpeg.h']]],
all_74.js
60
['
tjplanesizeyuv
',['
tjPlaneSizeYUV
',['../group___turbo_j_p_e_g.html#ga6f98d977bfa9d167c97172e876ba61e2',1,'turbojpeg.h']]],
/external/libjpeg-turbo/
turbojpeg.h
753
* #
tjPlaneSizeYUV
() for the given image width, height, strides, and level of
[
all
...]
turbojpeg-jni.c
134
jint retval=(jint)
tjPlaneSizeYUV
(componentID, width, stride, height,
316
int planeSize=
tjPlaneSizeYUV
(i, width, srcStrides[i], height, subsamp);
395
int planeSize=
tjPlaneSizeYUV
(i, width, dstStrides[i], height, subsamp);
761
int planeSize=
tjPlaneSizeYUV
(i, scaledWidth, dstStrides[i], scaledHeight,
875
int planeSize=
tjPlaneSizeYUV
(i, width, srcStrides[i], height, subsamp);
[
all
...]
turbojpeg.c
708
DLLEXPORT unsigned long DLLCALL
tjPlaneSizeYUV
(int componentID, int width,
715
_throw("
tjPlaneSizeYUV
(): Invalid argument");
[
all
...]
Completed in 42 milliseconds