Searched refs:tbx0 (Results 1 – 2 of 2) sorted by relevance
2750 OPJ_UINT32 tbx0 = (nb == 0) ? tcx0 : in opj_tcd_is_subband_area_of_interest() local2764 if (tbx0 < filter_margin) { in opj_tcd_is_subband_area_of_interest()2765 tbx0 = 0; in opj_tcd_is_subband_area_of_interest()2767 tbx0 -= filter_margin; in opj_tcd_is_subband_area_of_interest()2777 intersects = band_x0 < tbx1 && band_y0 < tby1 && band_x1 > tbx0 && in opj_tcd_is_subband_area_of_interest()2784 tbx0, tby0, tbx1, tby1, intersects); in opj_tcd_is_subband_area_of_interest()
1831 OPJ_UINT32* tbx0, in opj_dwt_get_band_coordinates() argument1844 if (tbx0) { in opj_dwt_get_band_coordinates()1845 *tbx0 = (nb == 0) ? tcx0 : in opj_dwt_get_band_coordinates()