Searched refs:l_tcx0 (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | pi.c | 623 OPJ_INT32 l_tcx0, l_tcy0, l_tcx1, l_tcy1; in opj_get_encoding_parameters() local 625 l_tcx0 = opj_int_ceildiv(*p_tx0, (OPJ_INT32)l_img_comp->dx); in opj_get_encoding_parameters() 652 l_rx0 = opj_int_ceildivpow2(l_tcx0, (OPJ_INT32)l_level_no); in opj_get_encoding_parameters() 745 OPJ_INT32 l_tcx0, l_tcy0, l_tcx1, l_tcy1; in opj_get_all_encoding_parameters() local 750 l_tcx0 = opj_int_ceildiv(*p_tx0, (OPJ_INT32)l_img_comp->dx); in opj_get_all_encoding_parameters() 776 l_rx0 = opj_int_ceildivpow2(l_tcx0, (OPJ_INT32)l_level_no); in opj_get_all_encoding_parameters()
|