HomeSort by relevance Sort by last modified time
    Searched refs:T1_SIGMA_1 (Results 1 - 3 of 3) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
t1.h 92 #define T1_SIGMA_1 (1U << 1)
150 #define T1_SIGMA_N T1_SIGMA_1
t1_generate_luts.c 47 v = ((f & T1_SIGMA_1) != 0) + ((f & T1_SIGMA_7) != 0);
t1.c 235 1 tfX T1_SIGMA_1 T1_LUT_SIG_N
244 OPJ_UINT32 lu = (fX >> (ci * 3U)) & (T1_SIGMA_1 | T1_SIGMA_3 | T1_SIGMA_5 |
315 *south |= (s << T1_CHI_0_I) | T1_SIGMA_1; \
    [all...]

Completed in 838 milliseconds