Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djpc_dec.c671 uint_fast32_t cblkyend; in jpc_dec_tileinit() local
845 cblkyend = cblkystart + (1 << rlvl->cblkheightexpn); in jpc_dec_tileinit()
849 tmpyend = JAS_MIN(cblkyend, prc->yend); in jpc_dec_tileinit()
/external/pdfium/third_party/libopenjpeg20/
Dtcd.c997 OPJ_INT32 cblkyend = cblkystart + (1 << cblkheightexpn); in opj_tcd_init_tile() local
1009 l_code_block->y1 = opj_int_min(cblkyend, l_current_precinct->y1); in opj_tcd_init_tile()
1024 l_code_block->y1 = opj_int_min(cblkyend, l_current_precinct->y1); in opj_tcd_init_tile()