Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching defs:cas

59 	OPJ_INT32 cas;
70 OPJ_INT32 cas ;
94 static void opj_dwt_deinterleave_h(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
98 static void opj_dwt_deinterleave_v(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 x, OPJ_INT32 cas);
110 static void opj_dwt_encode_1(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
115 static void opj_dwt_decode_1_(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
119 static void opj_dwt_encode_1_real(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
196 void opj_dwt_deinterleave_h(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas) {
199 OPJ_INT32 * l_src = a+cas;
207 l_src = a + 1 - cas;
218 void opj_dwt_deinterleave_v(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 x, OPJ_INT32 cas) {
221 OPJ_INT32 * l_src = a+cas;
227 } /* b[i*x]=a[2*i+cas]; */
230 l_src = a + 1 - cas;
237 } /*b[(sn+i)*x]=a[(2*i+1-cas)];*/
245 OPJ_INT32 *bi = h->mem + h->cas;
252 bi = h->mem + 1 - h->cas;
265 OPJ_INT32 *bi = v->mem + v->cas;
273 bi = v->mem + 1 - v->cas;
286 void opj_dwt_encode_1(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas) {
289 if (!cas) {
307 void opj_dwt_decode_1_(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas) {
310 if (!cas) {
329 opj_dwt_decode_1_(v->mem, v->dn, v->sn, v->cas);
335 void opj_dwt_encode_1_real(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas) {
337 if (!cas) {
591 h.cas = tr->x0 % 2;
600 v.cas = tr->y0 % 2;
616 OPJ_FLOAT32* restrict bi = (OPJ_FLOAT32*) (w->wavelet + w->cas);
651 bi = (OPJ_FLOAT32*) (w->wavelet + 1 - w->cas);
659 opj_v4_t* restrict bi = v->wavelet + v->cas;
667 bi = v->wavelet + 1 - v->cas;
798 if(dwt->cas == 0) {
861 h.cas = res->x0 % 2;
894 v.cas = res->y0 % 2;