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

/external/opencv3/3rdparty/libjasper/
H A Djpc_dec.c2200 uint_fast32_t tpcnt; local
2232 tpcnt = (dataptr[0] << 24) | (dataptr[1] << 16) | (dataptr[2] << 8)
2238 while (tpcnt) {
2247 n = JAS_MIN(tpcnt, datacnt);
2251 tpcnt -= n;

Completed in 2464 milliseconds