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

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djas_image.c151 static jas_seqent_t bitstoint(uint_fast32_t v, int prec, JPR_BOOL sgnd);
458 *d = bitstoint(v, cmpt->prec_, cmpt->sgnd_);
760 static jas_seqent_t bitstoint(uint_fast32_t v, int prec, JPR_BOOL sgnd) function
930 return bitstoint(v, cmpt->prec_, cmpt->sgnd_);

Completed in 48 milliseconds