OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:T1_SIGMA_7
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/third_party/libopenjpeg20/
t1.h
98
#define
T1_SIGMA_7
(1U << 7)
156
#define T1_SIGMA_S
T1_SIGMA_7
t1_generate_luts.c
47
v = ((f & T1_SIGMA_1) != 0) + ((f &
T1_SIGMA_7
) != 0);
t1.c
241
7 tfX
T1_SIGMA_7
T1_LUT_SIG_S
245
T1_SIGMA_7
);
823
if ((*f & (T1_SIGMA_4 |
T1_SIGMA_7
| T1_SIGMA_10 | T1_SIGMA_13)) == 0) {
885
if ((*f & (T1_SIGMA_4 |
T1_SIGMA_7
| T1_SIGMA_10 | T1_SIGMA_13)) == 0) {
1049
const OPJ_UINT32 check = (T1_SIGMA_4 |
T1_SIGMA_7
| T1_SIGMA_10 | T1_SIGMA_13 |
[
all
...]
Completed in 52 milliseconds