Searched refs:tby1 (Results 1 – 2 of 2) sorted by relevance
2740 OPJ_UINT32 tby1 = (nb == 0) ? tcy1 : in opj_tcd_is_subband_area_of_interest() local2756 tby1 = opj_uint_adds(tby1, 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()
1836 OPJ_UINT32* tby1) in opj_dwt_get_band_coordinates() argument1861 if (tby1) { in opj_dwt_get_band_coordinates()1862 *tby1 = (nb == 0) ? tcy1 : in opj_dwt_get_band_coordinates()