Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djpc_dec.c674 uint_fast32_t tmpxend; in jpc_dec_tileinit() local
848 tmpxend = JAS_MIN(cblkxend, prc->xend); in jpc_dec_tileinit()
850 if (tmpxend > tmpxstart && tmpyend > tmpystart) { in jpc_dec_tileinit()
865 … jas_seq2d_bindsub(cblk->data, band->data, tmpxstart, tmpystart, tmpxend, tmpyend); in jpc_dec_tileinit()