Home
last modified time | relevance | path

Searched refs:tby1 (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dtcd.c2759 OPJ_UINT32 tby1 = (nb == 0) ? tcy1 : in opj_tcd_is_subband_area_of_interest() local
2775 tby1 = opj_uint_adds(tby1, 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()
Ddwt.c1834 OPJ_UINT32* tby1) in opj_dwt_get_band_coordinates() argument
1859 if (tby1) { in opj_dwt_get_band_coordinates()
1860 *tby1 = (nb == 0) ? tcy1 : in opj_dwt_get_band_coordinates()