OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:T1_SIG_NE
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/third_party/libopenjpeg20/
t1.h
53
#define
T1_SIG_NE
0x0001 /**< Context orientation : North-East 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)
t1_generate_luts.c
46
d = ((f & T1_SIG_NW) != 0) + ((f &
T1_SIG_NE
) != 0) + ((f & T1_SIG_SE) != 0) + ((f & T1_SIG_SW) != 0);
t1.c
361
sp[-1] |=
T1_SIG_NE
;
[
all
...]
Completed in 151 milliseconds