Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dtcd.c2711 OPJ_UINT32 tcx0 = opj_uint_max( in opj_tcd_is_subband_area_of_interest() local
2731 OPJ_UINT32 tbx0 = (nb == 0) ? tcx0 : in opj_tcd_is_subband_area_of_interest()
2732 (tcx0 <= (1U << (nb - 1)) * x0b) ? 0 : in opj_tcd_is_subband_area_of_interest()
2733 opj_uint_ceildivpow2(tcx0 - (1U << (nb - 1)) * x0b, nb); in opj_tcd_is_subband_area_of_interest()
2784 OPJ_UINT32 tcx0 = opj_uint_max( in opj_tcd_is_whole_tilecomp_decoding() local
2800 return (tcx0 >= (OPJ_UINT32)tilec->x0 && in opj_tcd_is_whole_tilecomp_decoding()
2805 (((tcx0 - (OPJ_UINT32)tilec->x0) >> shift) == 0 && in opj_tcd_is_whole_tilecomp_decoding()
Ddwt.c1829 OPJ_UINT32 tcx0, in opj_dwt_get_band_coordinates() argument
1847 *tbx0 = (nb == 0) ? tcx0 : in opj_dwt_get_band_coordinates()
1848 (tcx0 <= (1U << (nb - 1)) * x0b) ? 0 : in opj_dwt_get_band_coordinates()
1849 opj_uint_ceildivpow2(tcx0 - (1U << (nb - 1)) * x0b, nb); in opj_dwt_get_band_coordinates()