OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SAMP_422
(Results
1 - 4
of
4
) sorted by null
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJ.java
51
public static final int
SAMP_422
= 1;
/external/libjpeg-turbo/java/
TJBench.java
518
if (_subsamp == TJ.
SAMP_422
)
521
_subsamp = TJ.
SAMP_422
;
810
subsamp = TJ.
SAMP_422
;
[
all
...]
TJUnitTest.java
823
if (subsamp == TJ.
SAMP_422
|| subsamp == TJ.SAMP_420 ||
927
doTest(41, 35, bi ? _3byteFormatsBI : _3byteFormats, TJ.
SAMP_422
,
929
doTest(35, 39, bi ? _4byteFormatsBI : _4byteFormats, TJ.
SAMP_422
,
[
all
...]
TJExample.java
155
outSubsamp = TJ.
SAMP_422
;
Completed in 178 milliseconds