Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djas_cm.c481 int bufmax; in jas_cmxform_apply() local
518 bufmax = APPLYBUFSIZ / maxchans; in jas_cmxform_apply()
519 assert(bufmax > 0); in jas_cmxform_apply()
526 m = JAS_MIN(total - n, bufmax); in jas_cmxform_apply()