Searched refs:l_tcx1 (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | pi.c | 613 OPJ_INT32 l_tcx0, l_tcy0, l_tcx1, l_tcy1; in opj_get_encoding_parameters() local 617 l_tcx1 = opj_int_ceildiv(*p_tx1, (OPJ_INT32)l_img_comp->dx); in opj_get_encoding_parameters() 644 l_rx1 = opj_int_ceildivpow2(l_tcx1, (OPJ_INT32)l_level_no); in opj_get_encoding_parameters() 730 OPJ_INT32 l_tcx0, l_tcy0, l_tcx1, l_tcy1; in opj_get_all_encoding_parameters() local 737 l_tcx1 = opj_int_ceildiv(*p_tx1, (OPJ_INT32)l_img_comp->dx); in opj_get_all_encoding_parameters() 763 l_rx1 = opj_int_ceildivpow2(l_tcx1, (OPJ_INT32)l_level_no); in opj_get_all_encoding_parameters()
|