Lines Matching refs:orient
172 OPJ_UINT32 orient,
182 OPJ_UINT32 orient,
206 OPJ_UINT32 orient,
1411 OPJ_UINT32 orient, in opj_t1_getwmsedec() argument
1427 w2 = opj_dwt_getnorm(level, orient); in opj_t1_getwmsedec()
1429 w2 = opj_dwt_getnorm_real(level, orient); in opj_t1_getwmsedec()
1922 OPJ_UINT32 orient, in opj_t1_decode_cblk() argument
1939 mqc->lut_ctxno_zc_orient = lut_ctxno_zc + (orient << 9); in opj_t1_decode_cblk()
2248 OPJ_UINT32 orient, in opj_t1_encode_cblk() argument
2274 cblk->x0, cblk->y0, cblk->x1, cblk->y1, orient, compno, level); in opj_t1_encode_cblk()
2277 mqc->lut_ctxno_zc_orient = lut_ctxno_zc + (orient << 9); in opj_t1_encode_cblk()
2334 tempwmsedec = opj_t1_getwmsedec(nmsedec, compno, level, orient, bpno, qmfbid, in opj_t1_encode_cblk()