Lines Matching refs:orient
179 OPJ_UINT32 orient,
190 OPJ_UINT32 orient,
213 OPJ_UINT32 orient,
233 OPJ_UINT32 orient,
1418 OPJ_UINT32 orient, in opj_t1_getwmsedec() argument
1434 w2 = opj_dwt_getnorm(level, orient); in opj_t1_getwmsedec()
1436 const OPJ_INT32 log2_gain = (orient == 0) ? 0 : in opj_t1_getwmsedec()
1437 (orient == 3) ? 2 : 1; in opj_t1_getwmsedec()
1438 w2 = opj_dwt_getnorm_real(level, orient); in opj_t1_getwmsedec()
1964 OPJ_UINT32 orient, in opj_t1_decode_cblk() argument
1981 mqc->lut_ctxno_zc_orient = lut_ctxno_zc + (orient << 9); in opj_t1_decode_cblk()
2407 OPJ_UINT32 orient, in opj_t1_encode_cblk() argument
2433 cblk->x0, cblk->y0, cblk->x1, cblk->y1, orient, compno, level); in opj_t1_encode_cblk()
2436 mqc->lut_ctxno_zc_orient = lut_ctxno_zc + (orient << 9); in opj_t1_encode_cblk()
2502 tempwmsedec = opj_t1_getwmsedec(nmsedec, compno, level, orient, bpno, qmfbid, in opj_t1_encode_cblk()