Lines Matching refs:jas_seqent_t
103 static uint_fast32_t inttobits(jas_seqent_t v, int prec, bool sgnd);
104 static jas_seqent_t bitstoint(uint_fast32_t v, int prec, bool sgnd);
412 jas_seqent_t v; in jas_image_readcmpt()
414 jas_seqent_t *dr; in jas_image_readcmpt()
415 jas_seqent_t *d; in jas_image_readcmpt()
464 jas_seqent_t *d; in jas_image_writecmpt()
465 jas_seqent_t *dr; in jas_image_writecmpt()
467 jas_seqent_t v; in jas_image_writecmpt()
717 static uint_fast32_t inttobits(jas_seqent_t v, int prec, bool sgnd) in inttobits()
724 static jas_seqent_t bitstoint(uint_fast32_t v, int prec, bool sgnd) in bitstoint()
726 jas_seqent_t ret; in bitstoint()