Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dbio.c51 static void opj_bio_putbit(opj_bio_t *bio, OPJ_UINT32 b);
57 static OPJ_UINT32 opj_bio_getbit(opj_bio_t *bio);
63 static OPJ_BOOL opj_bio_byteout(opj_bio_t *bio);
69 static OPJ_BOOL opj_bio_bytein(opj_bio_t *bio);
81 static OPJ_BOOL opj_bio_byteout(opj_bio_t *bio) in opj_bio_byteout()
92 static OPJ_BOOL opj_bio_bytein(opj_bio_t *bio) in opj_bio_bytein()
103 static void opj_bio_putbit(opj_bio_t *bio, OPJ_UINT32 b) in opj_bio_putbit()
113 static OPJ_UINT32 opj_bio_getbit(opj_bio_t *bio) in opj_bio_getbit()
129 opj_bio_t* opj_bio_create(void) in opj_bio_create()
131 opj_bio_t *bio = (opj_bio_t*)opj_malloc(sizeof(opj_bio_t)); in opj_bio_create()
[all …]
Dbio.h67 } opj_bio_t; typedef
76 opj_bio_t* opj_bio_create(void);
81 void opj_bio_destroy(opj_bio_t *bio);
87 ptrdiff_t opj_bio_numbytes(opj_bio_t *bio);
94 void opj_bio_init_enc(opj_bio_t *bio, OPJ_BYTE *bp, OPJ_UINT32 len);
101 void opj_bio_init_dec(opj_bio_t *bio, OPJ_BYTE *bp, OPJ_UINT32 len);
108 void opj_bio_write(opj_bio_t *bio, OPJ_UINT32 v, OPJ_UINT32 n);
115 OPJ_UINT32 opj_bio_read(opj_bio_t *bio, OPJ_UINT32 n);
121 OPJ_BOOL opj_bio_flush(opj_bio_t *bio);
127 OPJ_BOOL opj_bio_inalign(opj_bio_t *bio);
Dtgt.h127 void opj_tgt_encode(opj_bio_t *bio,
139 OPJ_UINT32 opj_tgt_decode(opj_bio_t *bio,
Dt2.c51 static void opj_t2_putcommacode(opj_bio_t *bio, OPJ_INT32 n);
53 static OPJ_UINT32 opj_t2_getcommacode(opj_bio_t *bio);
59 static void opj_t2_putnumpasses(opj_bio_t *bio, OPJ_UINT32 n);
60 static OPJ_UINT32 opj_t2_getnumpasses(opj_bio_t *bio);
167 static void opj_t2_putcommacode(opj_bio_t *bio, OPJ_INT32 n) in opj_t2_putcommacode()
175 static OPJ_UINT32 opj_t2_getcommacode(opj_bio_t *bio) in opj_t2_getcommacode()
184 static void opj_t2_putnumpasses(opj_bio_t *bio, OPJ_UINT32 n) in opj_t2_putnumpasses()
199 static OPJ_UINT32 opj_t2_getnumpasses(opj_bio_t *bio) in opj_t2_getnumpasses()
669 opj_bio_t *bio = 00; /* BIO component */ in opj_t2_encode_packet()
1023 opj_bio_t *l_bio = 00; /* BIO component */ in opj_t2_read_packet_header()
Dtgt.c264 void opj_tgt_encode(opj_bio_t *bio, opj_tgt_tree_t *tree, OPJ_UINT32 leafno, in opj_tgt_encode()
307 OPJ_UINT32 opj_tgt_decode(opj_bio_t *bio, opj_tgt_tree_t *tree, in opj_tgt_decode()