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

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_dec.c718 uint_fast32_t tmpyend; local
892 tmpyend = JAS_MIN(cblkyend, prc->yend);
893 if (tmpxend > tmpxstart && tmpyend > tmpystart) {
908 jas_seq2d_bindsub(cblk->data, band->data, tmpxstart, tmpystart, tmpxend, tmpyend);

Completed in 39 milliseconds