Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dtcd.c2731 OPJ_UINT32 tbx0 = (nb == 0) ? tcx0 : in opj_tcd_is_subband_area_of_interest() local
2745 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()
Ddwt.c1833 OPJ_UINT32* tbx0, in opj_dwt_get_band_coordinates() argument
1846 if (tbx0) { in opj_dwt_get_band_coordinates()
1847 *tbx0 = (nb == 0) ? tcx0 : in opj_dwt_get_band_coordinates()