Searched refs:tbx0 (Results 1 – 2 of 2) sorted by relevance
2731 OPJ_UINT32 tbx0 = (nb == 0) ? tcx0 : in opj_tcd_is_subband_area_of_interest() local2745 if (tbx0 < filter_margin) { in opj_tcd_is_subband_area_of_interest()2746 tbx0 = 0; in opj_tcd_is_subband_area_of_interest()2748 tbx0 -= filter_margin; in opj_tcd_is_subband_area_of_interest()2758 intersects = band_x0 < tbx1 && band_y0 < tby1 && band_x1 > tbx0 && in opj_tcd_is_subband_area_of_interest()2765 tbx0, tby0, tbx1, tby1, intersects); in opj_tcd_is_subband_area_of_interest()
1833 OPJ_UINT32* tbx0, in opj_dwt_get_band_coordinates() argument1846 if (tbx0) { in opj_dwt_get_band_coordinates()1847 *tbx0 = (nb == 0) ? tcx0 : in opj_dwt_get_band_coordinates()