Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dtcd.c2740 OPJ_UINT32 tby1 = (nb == 0) ? tcy1 : in opj_tcd_is_subband_area_of_interest() local
2756 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()
Ddwt.c1836 OPJ_UINT32* tby1) in opj_dwt_get_band_coordinates() argument
1861 if (tby1) { in opj_dwt_get_band_coordinates()
1862 *tby1 = (nb == 0) ? tcy1 : in opj_dwt_get_band_coordinates()