Searched refs:l_ry0 (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | pi.c | 608 OPJ_INT32 l_rx0, l_ry0, l_rx1, l_ry1; in opj_get_encoding_parameters() local 643 l_ry0 = opj_int_ceildivpow2(l_tcy0, (OPJ_INT32)l_level_no); in opj_get_encoding_parameters() 648 l_py0 = opj_int_floordivpow2(l_ry0, (OPJ_INT32)l_pdy) << l_pdy; in opj_get_encoding_parameters() 654 l_ph = (l_ry0==l_ry1)?0:(OPJ_UINT32)((py1 - l_py0) >> l_pdy); in opj_get_encoding_parameters() 727 OPJ_INT32 l_rx0, l_ry0, l_rx1, l_ry1; in opj_get_all_encoding_parameters() local 762 l_ry0 = opj_int_ceildivpow2(l_tcy0, (OPJ_INT32)l_level_no); in opj_get_all_encoding_parameters() 766 l_py0 = opj_int_floordivpow2(l_ry0, (OPJ_INT32)l_pdy) << l_pdy; in opj_get_all_encoding_parameters() 770 l_ph = (l_ry0==l_ry1)?0:(OPJ_UINT32)((py1 - l_py0) >> l_pdy); in opj_get_all_encoding_parameters()
|