Searched defs:l_band (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dt2.c857 opj_tcd_band_t *l_band = 00; local
867 l_band = l_res->bands;
871 opj_tcd_precinct_t *l_prc = &l_band->precincts[p_pi->precno];
873 if ( ! ((l_band->x1-l_band->x0 == 0)||(l_band->y1-l_band->y0 == 0)) ) {
886 ++l_band;
972 l_band = l_res->bands;
974 opj_tcd_precinct_t *l_prc = &(l_band
1115 opj_tcd_band_t *l_band = 00; local
1248 opj_tcd_band_t *l_band = 00; local
[all...]
H A Dtcd.c670 opj_tcd_band_t *l_band = 00; local
848 l_band = l_res->bands;
855 l_band->bandno = 0 ;
856 l_band->x0 = opj_int_ceildivpow2(l_tilec->x0, (OPJ_INT32)l_level_no);
857 l_band->y0 = opj_int_ceildivpow2(l_tilec->y0, (OPJ_INT32)l_level_no);
858 l_band->x1 = opj_int_ceildivpow2(l_tilec->x1, (OPJ_INT32)l_level_no);
859 l_band->y1 = opj_int_ceildivpow2(l_tilec->y1, (OPJ_INT32)l_level_no);
862 l_band->bandno = bandno + 1;
864 l_x0b = l_band->bandno&1;
866 l_y0b = (OPJ_INT32)((l_band
1466 opj_tcd_band_t *l_band = 00; local
[all...]

Completed in 31 milliseconds