Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dpi.c1382 OPJ_UINT32 l_step_p, l_step_c, l_step_r, l_step_l ; in opj_pi_create_decode() local
1441 l_step_l = l_max_res * l_step_r; in opj_pi_create_decode()
1450 if (l_step_l <= (UINT_MAX / (l_tcp->numlayers + 1U))) { in opj_pi_create_decode()
1451 l_current_pi->include_size = (l_tcp->numlayers + 1U) * l_step_l; in opj_pi_create_decode()
1479 l_current_pi->step_l = l_step_l; in opj_pi_create_decode()
1518 l_current_pi->step_l = l_step_l; in opj_pi_create_decode()
1582 OPJ_UINT32 l_step_p, l_step_c, l_step_r, l_step_l ; in opj_pi_initialise_encode() local
1640 l_step_l = l_max_res * l_step_r; in opj_pi_initialise_encode()
1647 l_current_pi->include_size = l_tcp->numlayers * l_step_l; in opj_pi_initialise_encode()
1670 l_current_pi->step_l = l_step_l; in opj_pi_initialise_encode()
[all …]