Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg/
Dtcd.c2748 OPJ_UINT32 tcx1 = opj_uint_min( in opj_tcd_is_subband_area_of_interest() local
2768 OPJ_UINT32 tbx1 = (nb == 0) ? tcx1 : in opj_tcd_is_subband_area_of_interest()
2769 (tcx1 <= (1U << (nb - 1)) * x0b) ? 0 : in opj_tcd_is_subband_area_of_interest()
2770 opj_uint_ceildivpow2(tcx1 - (1U << (nb - 1)) * x0b, nb); in opj_tcd_is_subband_area_of_interest()
2821 OPJ_UINT32 tcx1 = opj_uint_min( in opj_tcd_is_whole_tilecomp_decoding() local
2833 tcx1 <= (OPJ_UINT32)tilec->x1 && in opj_tcd_is_whole_tilecomp_decoding()
2838 (((OPJ_UINT32)tilec->x1 - tcx1) >> shift) == 0 && in opj_tcd_is_whole_tilecomp_decoding()
Ddwt.c2522 OPJ_UINT32 tcx1, in opj_dwt_get_band_coordinates() argument
2548 *tbx1 = (nb == 0) ? tcx1 : in opj_dwt_get_band_coordinates()
2549 (tcx1 <= (1U << (nb - 1)) * x0b) ? 0 : in opj_dwt_get_band_coordinates()
2550 opj_uint_ceildivpow2(tcx1 - (1U << (nb - 1)) * x0b, nb); in opj_dwt_get_band_coordinates()