Searched refs:l_band (Results 1 – 2 of 2) sorted by relevance
857 opj_tcd_band_t *l_band = 00; in opj_t2_read_packet_header() local867 l_band = l_res->bands; in opj_t2_read_packet_header()871 opj_tcd_precinct_t *l_prc = &l_band->precincts[p_pi->precno]; in opj_t2_read_packet_header()873 if ( ! ((l_band->x1-l_band->x0 == 0)||(l_band->y1-l_band->y0 == 0)) ) { in opj_t2_read_packet_header()886 ++l_band; in opj_t2_read_packet_header()972 l_band = l_res->bands; in opj_t2_read_packet_header()974 opj_tcd_precinct_t *l_prc = &(l_band->precincts[p_pi->precno]); in opj_t2_read_packet_header()976 if ((l_band->x1-l_band->x0 == 0)||(l_band->y1-l_band->y0 == 0)) { in opj_t2_read_packet_header()977 ++l_band; in opj_t2_read_packet_header()1012 l_cblk->numbps = (OPJ_UINT32)l_band->numbps + 1 - i; in opj_t2_read_packet_header()[all …]
670 opj_tcd_band_t *l_band = 00; in opj_tcd_init_tile() local862 l_band = l_res->bands; in opj_tcd_init_tile()869 l_band->bandno = 0 ; in opj_tcd_init_tile()870 l_band->x0 = opj_int_ceildivpow2(l_tilec->x0, (OPJ_INT32)l_level_no); in opj_tcd_init_tile()871 l_band->y0 = opj_int_ceildivpow2(l_tilec->y0, (OPJ_INT32)l_level_no); in opj_tcd_init_tile()872 l_band->x1 = opj_int_ceildivpow2(l_tilec->x1, (OPJ_INT32)l_level_no); in opj_tcd_init_tile()873 l_band->y1 = opj_int_ceildivpow2(l_tilec->y1, (OPJ_INT32)l_level_no); in opj_tcd_init_tile()876 l_band->bandno = bandno + 1; in opj_tcd_init_tile()878 l_x0b = l_band->bandno&1; in opj_tcd_init_tile()880 l_y0b = (OPJ_INT32)((l_band->bandno)>>1); in opj_tcd_init_tile()[all …]