Searched refs:OPJ_D_off (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | dwt.c | 1683 #define OPJ_D_off(i,off) a[(1+(OPJ_UINT32)(i)*2)*4+off] macro 1685 #define OPJ_D__off(i,off) ((i)<0?OPJ_D_off(0,off):((i)>=dn?OPJ_D_off(dn-1,off):OPJ_D_off(i,off))) 1687 #define OPJ_DD__off(i,off) ((i)<0?OPJ_D_off(0,off):((i)>=sn?OPJ_D_off(sn-1,off):OPJ_D_off(i,off))) 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() 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() 1801 OPJ_D_off(i, off) += (OPJ_S__off(i, off) + OPJ_S__off(i + 1, off)) >> 1; in opj_dwt_decode_partial_1_parallel() 1814 OPJ_D_off(i, off) -= (OPJ_SS__off(i, off) + OPJ_SS__off(i + 1, off) + 2) >> 2; in opj_dwt_decode_partial_1_parallel()
|