Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djas_image.c104 static jas_seqent_t bitstoint(uint_fast32_t v, int prec, bool sgnd);
451 *d = bitstoint(v, cmpt->prec_, cmpt->sgnd_); in jas_image_readcmpt()
724 static jas_seqent_t bitstoint(uint_fast32_t v, int prec, bool sgnd) in bitstoint() function
907 return bitstoint(v, cmpt->prec_, cmpt->sgnd_); in jas_image_readcmptsample()