Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
D0002-packet-iterator.patch17 - l_current_pi->include = (OPJ_INT16*) opj_calloc((l_tcp->numlayers +1) * l_step_l, sizeof(OPJ_INT1…
20 + (l_step_l && l_tcp->numlayers < UINT_MAX / l_step_l - 1)
22 + l_current_pi->include = (OPJ_INT16*)opj_calloc((l_tcp->numlayers + 1) * l_step_l, sizeof(OPJ_INT…
Dpi.c1182 OPJ_UINT32 l_step_p , l_step_c , l_step_r , l_step_l ; in opj_pi_create_decode() local
1243 l_step_l = l_max_res * l_step_r; in opj_pi_create_decode()
1251 (l_step_l && l_tcp->numlayers < UINT_MAX / l_step_l - 1) in opj_pi_create_decode()
1253 …l_current_pi->include = (OPJ_INT16*)opj_calloc((l_tcp->numlayers + 1) * l_step_l, sizeof(OPJ_INT16… in opj_pi_create_decode()
1281 l_current_pi->step_l = l_step_l; in opj_pi_create_decode()
1323 l_current_pi->step_l = l_step_l; in opj_pi_create_decode()
1389 OPJ_UINT32 l_step_p , l_step_c , l_step_r , l_step_l ; in opj_pi_initialise_encode() local
1446 l_step_l = l_max_res * l_step_r; in opj_pi_initialise_encode()
1453 l_current_pi->include = (OPJ_INT16*) opj_calloc(l_tcp->numlayers * l_step_l, sizeof(OPJ_INT16)); in opj_pi_initialise_encode()
1474 l_current_pi->step_l = l_step_l; in opj_pi_initialise_encode()
[all …]