OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TJSAMP_GRAY
(Results
1 - 9
of
9
) sorted by null
/external/libvncserver/common/
turbojpeg.h
84
TJSAMP_GRAY
,
496
#define TJ_GRAYSCALE
TJSAMP_GRAY
turbojpeg.c
190
if(subsamp==
TJSAMP_GRAY
)
512
chromasf=jpegSubsamp==
TJSAMP_GRAY
? 0: 4*64/(mcuw*mcuh);
/external/libvncserver/test/
tjunittest.c
179
if(subsamp==
TJSAMP_GRAY
)
321
if((subsamp==TJSAMP_444 || subsamp==
TJSAMP_GRAY
))
455
doTest(35, 39, _onlyGray, 1,
TJSAMP_GRAY
, "test");
456
doTest(39, 41, _3byteFormats, 2,
TJSAMP_GRAY
, "test");
457
doTest(41, 35, _4byteFormats, 4,
TJSAMP_GRAY
, "test");
/external/libjpeg-turbo/doc/html/search/
enumvalues_74.js
25
['tjsamp_5fgray',['
TJSAMP_GRAY
',['../group___turbo_j_p_e_g.html#gga1d047060ea80bb9820d540bb928e9074a3f1c9504842ddc7a48d0f690754b6248',1,'turbojpeg.h']]],
all_74.js
70
['tjsamp_5fgray',['
TJSAMP_GRAY
',['../group___turbo_j_p_e_g.html#gga1d047060ea80bb9820d540bb928e9074a3f1c9504842ddc7a48d0f690754b6248',1,'turbojpeg.h']]],
/external/libjpeg-turbo/
tjunittest.c
246
if(subsamp==
TJSAMP_GRAY
)
324
if(subsamp!=
TJSAMP_GRAY
)
533
if(subsamp==TJSAMP_444 || subsamp==
TJSAMP_GRAY
||
718
doTest(39, 41, _onlyGray, 1,
TJSAMP_GRAY
, "test");
719
doTest(41, 35, _3byteFormats, 2,
TJSAMP_GRAY
, "test");
720
doTest(35, 39, _4byteFormats, 4,
TJSAMP_GRAY
, "test");
730
doTest(48, 48, _onlyRGB, 1,
TJSAMP_GRAY
, "test_yuv0");
731
doTest(48, 48, _onlyGray, 1,
TJSAMP_GRAY
, "test_yuv0");
turbojpeg.h
113
TJSAMP_GRAY
,
[
all
...]
turbojpeg.c
248
if(subsamp==
TJSAMP_GRAY
)
341
return
TJSAMP_GRAY
;
608
chromasf=jpegSubsamp==
TJSAMP_GRAY
? 0: 4*64/(mcuw*mcuh);
639
nc=(subsamp==
TJSAMP_GRAY
? 1:3);
672
nc=(subsamp==
TJSAMP_GRAY
? 1:3);
693
nc=(subsamp==
TJSAMP_GRAY
? 1:3);
860
if(subsamp!=
TJSAMP_GRAY
&& (!dstPlanes[1] || !dstPlanes[2]))
1006
if(subsamp==
TJSAMP_GRAY
)
1067
if(subsamp!=
TJSAMP_GRAY
&& (!srcPlanes[1] || !srcPlanes[2]))
[
all
...]
tjbench.c
894
if(toupper(argv[i][0])=='G') subsamp=
TJSAMP_GRAY
;
967
fullTest(srcbuf, w, h,
TJSAMP_GRAY
, i, argv[1]);
Completed in 98 milliseconds