Searched defs:l_tx1 (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dpi.c1376 OPJ_INT32 l_tx0, l_tx1, l_ty0, l_ty1; local
1431 opj_get_all_encoding_parameters(p_image, p_cp, p_tile_no, &l_tx0, &l_tx1,
1467 l_current_pi->tx1 = l_tx1;
1508 l_current_pi->tx1 = l_tx1;
1576 OPJ_INT32 l_tx0, l_tx1, l_ty0, l_ty1; local
1630 opj_get_all_encoding_parameters(p_image, p_cp, p_tile_no, &l_tx0, &l_tx1,
1660 l_current_pi->tx1 = l_tx1;
1699 l_current_pi->tx1 = l_tx1;
1740 opj_pi_update_encode_poc_and_final(p_cp, p_tile_no, l_tx0, l_tx1, l_ty0, l_ty1,
1743 opj_pi_update_encode_not_poc(p_cp, numcomps, p_tile_no, l_tx0, l_tx1,
2051 OPJ_INT32 l_tx0, l_tx1, l_ty0, l_ty1; local
[all...]
H A Dj2k.c2057 OPJ_UINT32 l_tmp, l_tx1, l_ty1; local
2146 l_tx1 = opj_uint_adds(l_cp->tx0, l_cp->tdx); /* manage overflow */
2149 (l_tx1 <= l_image->x0) || (l_ty1 <= l_image->y0)) {

Completed in 222 milliseconds