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.c1379 OPJ_UINT32 l_step_p, l_step_c, l_step_r, l_step_l ; in opj_pi_create_decode() local
1438 l_step_l = l_max_res * l_step_r; in opj_pi_create_decode()
1447 if (l_step_l <= (UINT_MAX / (l_tcp->numlayers + 1U))) { in opj_pi_create_decode()
1448 l_current_pi->include_size = (l_tcp->numlayers + 1U) * l_step_l; in opj_pi_create_decode()
1476 l_current_pi->step_l = l_step_l; in opj_pi_create_decode()
1515 l_current_pi->step_l = l_step_l; in opj_pi_create_decode()
1579 OPJ_UINT32 l_step_p, l_step_c, l_step_r, l_step_l ; in opj_pi_initialise_encode() local
1637 l_step_l = l_max_res * l_step_r; in opj_pi_initialise_encode()
1644 l_current_pi->include_size = l_tcp->numlayers * l_step_l; in opj_pi_initialise_encode()
1667 l_current_pi->step_l = l_step_l; in opj_pi_initialise_encode()
[all …]