Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:opj_int_max

918 					l_current_precinct->x0 = opj_int_max(cbgxstart, l_band->x0);
919 l_current_precinct->y0 = opj_int_max(cbgystart, l_band->y0);
1006 l_code_block->x0 = opj_int_max(cblkxstart, l_current_precinct->x0);
1007 l_code_block->y0 = opj_int_max(cblkystart, l_current_precinct->y0);
1021 l_code_block->x0 = opj_int_max(cblkxstart, l_current_precinct->x0);
1022 l_code_block->y0 = opj_int_max(cblkystart, l_current_precinct->y0);