OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:T1_SIG_N
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/third_party/libopenjpeg20/
t1.h
57
#define
T1_SIG_N
0x0010 /**< Context orientation : North direction */
61
#define T1_SIG_OTH (
T1_SIG_N
|T1_SIG_NE|T1_SIG_E|T1_SIG_SE|T1_SIG_S|T1_SIG_SW|T1_SIG_W|T1_SIG_NW)
62
#define T1_SIG_PRIM (
T1_SIG_N
|T1_SIG_E|T1_SIG_S|T1_SIG_W)
t1_generate_luts.c
45
v = ((f &
T1_SIG_N
) != 0) + ((f & T1_SIG_S) != 0);
124
vc = opj_int_min(((f & (
T1_SIG_N
| T1_SGN_N)) ==
125
T1_SIG_N
) + ((f & (T1_SIG_S | T1_SGN_S)) == T1_SIG_S),
126
1) - opj_int_min(((f & (
T1_SIG_N
| T1_SGN_N)) ==
127
(
T1_SIG_N
| T1_SGN_N)) +
164
vc = opj_int_min(((f & (
T1_SIG_N
| T1_SGN_N)) ==
165
T1_SIG_N
) + ((f & (T1_SIG_S | T1_SGN_S)) == T1_SIG_S),
166
1) - opj_int_min(((f & (
T1_SIG_N
| T1_SGN_N)) ==
167
(
T1_SIG_N
| T1_SGN_N)) +
t1.c
350
T1_SIG_N
,
T1_SIG_N
|T1_SGN_N
[
all
...]
Completed in 144 milliseconds