Searched refs:OPJ_SS__off (Results 1 – 1 of 1) sorted by relevance
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))) macro1814 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()