Searched refs:l_last_res (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Ddwt.c407 opj_tcd_resolution_t * l_last_res = 0; local
414 l_last_res = l_cur_res - 1;
433 rw1 = l_last_res->x1 - l_last_res->x0;
434 rh1 = l_last_res->y1 - l_last_res->y0;
462 l_cur_res = l_last_res;
464 --l_last_res;
H A Dj2k.c4620 OPJ_UINT32 l_last_res; local
4701 l_last_res = l_tcp->numlayers - 1;
4703 for (k = 1; k < l_last_res; ++k) {

Completed in 147 milliseconds