Home
last modified time | relevance | path

Searched refs:OPJ_S_off (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Ddwt.c1682 #define OPJ_S_off(i,off) a[(OPJ_UINT32)(i)*2*4+off] macro
1684 #define OPJ_S__off(i,off) ((i)<0?OPJ_S_off(0,off):((i)>=sn?OPJ_S_off(sn-1,off):OPJ_S_off(i,off)))
1686 #define OPJ_SS__off(i,off) ((i)<0?OPJ_S_off(0,off):((i)>=dn?OPJ_S_off(dn-1,off):OPJ_S_off(i,off)))
1723 OPJ_S_off(i, off) -= (OPJ_D__off(i - 1, off) + OPJ_D__off(i, off) + 2) >> 2; in opj_dwt_decode_partial_1_parallel()
1756 OPJ_S_off(i, off) -= (OPJ_D_off(i - 1, off) + OPJ_D_off(i, off) + 2) >> 2; in opj_dwt_decode_partial_1_parallel()
1762 OPJ_S_off(i, off) -= (OPJ_D__off(i - 1, off) + OPJ_D__off(i, off) + 2) >> 2; in opj_dwt_decode_partial_1_parallel()
1795 OPJ_D_off(i, off) += (OPJ_S_off(i, off) + OPJ_S_off(i + 1, off)) >> 1; in opj_dwt_decode_partial_1_parallel()
1809 OPJ_S_off(0, off) /= 2; in opj_dwt_decode_partial_1_parallel()
1819 OPJ_S_off(i, off) += (OPJ_DD__off(i, off) + OPJ_DD__off(i - 1, off)) >> 1; in opj_dwt_decode_partial_1_parallel()