Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dtcd.c2730 OPJ_UINT32 tcx0 = opj_uint_max( in opj_tcd_is_subband_area_of_interest() local
2750 OPJ_UINT32 tbx0 = (nb == 0) ? tcx0 : in opj_tcd_is_subband_area_of_interest()
2751 (tcx0 <= (1U << (nb - 1)) * x0b) ? 0 : in opj_tcd_is_subband_area_of_interest()
2752 opj_uint_ceildivpow2(tcx0 - (1U << (nb - 1)) * x0b, nb); in opj_tcd_is_subband_area_of_interest()
2803 OPJ_UINT32 tcx0 = opj_uint_max( in opj_tcd_is_whole_tilecomp_decoding() local
2819 return (tcx0 >= (OPJ_UINT32)tilec->x0 && in opj_tcd_is_whole_tilecomp_decoding()
2824 (((tcx0 - (OPJ_UINT32)tilec->x0) >> shift) == 0 && in opj_tcd_is_whole_tilecomp_decoding()
Ddwt.c1827 OPJ_UINT32 tcx0, in opj_dwt_get_band_coordinates() argument
1845 *tbx0 = (nb == 0) ? tcx0 : in opj_dwt_get_band_coordinates()
1846 (tcx0 <= (1U << (nb - 1)) * x0b) ? 0 : in opj_dwt_get_band_coordinates()
1847 opj_uint_ceildivpow2(tcx0 - (1U << (nb - 1)) * x0b, nb); in opj_dwt_get_band_coordinates()