Lines Matching refs:bandno
1288 OPJ_UINT32 numbands, bandno; in opj_dwt_calc_explicit_stepsizes() local
1290 for (bandno = 0; bandno < numbands; bandno++) { in opj_dwt_calc_explicit_stepsizes()
1294 resno = (bandno == 0) ? 0 : ((bandno - 1) / 3 + 1); in opj_dwt_calc_explicit_stepsizes()
1295 orient = (bandno == 0) ? 0 : ((bandno - 1) % 3 + 1); in opj_dwt_calc_explicit_stepsizes()
1306 (OPJ_INT32)(prec + gain), &tccp->stepsizes[bandno]); in opj_dwt_calc_explicit_stepsizes()
1826 OPJ_UINT32 bandno, in opj_dwt_get_band_coordinates() argument
1842 OPJ_UINT32 x0b = bandno & 1; in opj_dwt_get_band_coordinates()
1843 OPJ_UINT32 y0b = bandno >> 1; in opj_dwt_get_band_coordinates()
1884 OPJ_UINT32 resno, bandno, precno, cblkno; in opj_dwt_init_sparse_array() local
1894 for (bandno = 0; bandno < res->numbands; ++bandno) { in opj_dwt_init_sparse_array()
1895 opj_tcd_band_t* band = &res->bands[bandno]; in opj_dwt_init_sparse_array()
1907 if (band->bandno & 1) { in opj_dwt_init_sparse_array()
1911 if (band->bandno & 2) { in opj_dwt_init_sparse_array()