Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djas_image.c103 static uint_fast32_t inttobits(jas_seqent_t v, int prec, bool sgnd);
495 v = inttobits(*d, cmpt->prec_, cmpt->sgnd_); in jas_image_writecmpt()
717 static uint_fast32_t inttobits(jas_seqent_t v, int prec, bool sgnd) in inttobits() function
924 t = inttobits(v, cmpt->prec_, cmpt->sgnd_); in jas_image_writecmptsample()