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()
91 static OPJ_BOOL opj_bio_bytein(opj_bio_t *bio) { in opj_bio_bytein()
101 static void opj_bio_putbit(opj_bio_t *bio, OPJ_UINT32 b) { in opj_bio_putbit()
109 static OPJ_UINT32 opj_bio_getbit(opj_bio_t *bio) { in opj_bio_getbit()
123 opj_bio_t* opj_bio_create(void) { in opj_bio_create()
124 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.h126 void opj_tgt_encode(opj_bio_t *bio,
138 OPJ_UINT32 opj_tgt_decode(opj_bio_t *bio,
Dt2.c48 static void opj_t2_putcommacode(opj_bio_t *bio, OPJ_INT32 n);
50 static OPJ_UINT32 opj_t2_getcommacode(opj_bio_t *bio);
56 static void opj_t2_putnumpasses(opj_bio_t *bio, OPJ_UINT32 n);
57 static OPJ_UINT32 opj_t2_getnumpasses(opj_bio_t *bio);
159 static void opj_t2_putcommacode(opj_bio_t *bio, OPJ_INT32 n) { in opj_t2_putcommacode()
166 static OPJ_UINT32 opj_t2_getcommacode(opj_bio_t *bio) in opj_t2_getcommacode()
175 static void opj_t2_putnumpasses(opj_bio_t *bio, OPJ_UINT32 n) { in opj_t2_putnumpasses()
189 static OPJ_UINT32 opj_t2_getnumpasses(opj_bio_t *bio) { in opj_t2_getnumpasses()
584 opj_bio_t *bio = 00; /* BIO component */ in opj_t2_encode_packet()
856 opj_bio_t *l_bio = 00; /* BIO component */ in opj_t2_read_packet_header()
Dtgt.c260 void opj_tgt_encode(opj_bio_t *bio, opj_tgt_tree_t *tree, OPJ_UINT32 leafno, OPJ_INT32 threshold) { in opj_tgt_encode()
300 OPJ_UINT32 opj_tgt_decode(opj_bio_t *bio, opj_tgt_tree_t *tree, OPJ_UINT32 leafno, OPJ_INT32 thresh… in opj_tgt_decode()