Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dtcd.c2736 OPJ_UINT32 tcx1 = opj_uint_min( in opj_tcd_is_subband_area_of_interest() local
2756 OPJ_UINT32 tbx1 = (nb == 0) ? tcx1 : in opj_tcd_is_subband_area_of_interest()
2757 (tcx1 <= (1U << (nb - 1)) * x0b) ? 0 : in opj_tcd_is_subband_area_of_interest()
2758 opj_uint_ceildivpow2(tcx1 - (1U << (nb - 1)) * x0b, nb); in opj_tcd_is_subband_area_of_interest()
2809 OPJ_UINT32 tcx1 = opj_uint_min( in opj_tcd_is_whole_tilecomp_decoding() local
2821 tcx1 <= (OPJ_UINT32)tilec->x1 && in opj_tcd_is_whole_tilecomp_decoding()
2826 (((OPJ_UINT32)tilec->x1 - tcx1) >> shift) == 0 && in opj_tcd_is_whole_tilecomp_decoding()
Ddwt.c1829 OPJ_UINT32 tcx1, in opj_dwt_get_band_coordinates() argument
1855 *tbx1 = (nb == 0) ? tcx1 : in opj_dwt_get_band_coordinates()
1856 (tcx1 <= (1U << (nb - 1)) * x0b) ? 0 : in opj_dwt_get_band_coordinates()
1857 opj_uint_ceildivpow2(tcx1 - (1U << (nb - 1)) * x0b, nb); in opj_dwt_get_band_coordinates()