Searched refs:jpc_dec_t (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/3rdparty/libjasper/ |
D | jpc_dec.c | 116 int (*action)(jpc_dec_t *dec, jpc_ms_t *ms); 138 static int jpc_dec_dump(jpc_dec_t *dec, FILE *out); 175 static int jpc_dec_decode(jpc_dec_t *dec); 176 static jpc_dec_t *jpc_dec_create(jpc_dec_importopts_t *impopts, jas_stream_t *in); 177 static void jpc_dec_destroy(jpc_dec_t *dec); 181 static int jpc_dec_tiledecode(jpc_dec_t *dec, jpc_dec_tile_t *tile); 182 static int jpc_dec_tileinit(jpc_dec_t *dec, jpc_dec_tile_t *tile); 183 static int jpc_dec_tilefini(jpc_dec_t *dec, jpc_dec_tile_t *tile); 184 static int jpc_dec_process_soc(jpc_dec_t *dec, jpc_ms_t *ms); 185 static int jpc_dec_process_sot(jpc_dec_t *dec, jpc_ms_t *ms); [all …]
|
D | jpc_t2dec.h | 89 int jpc_dec_decodepkts(jpc_dec_t *dec, jas_stream_t *pkthdrstream, 93 jpc_pi_t *jpc_dec_pi_create(jpc_dec_t *dec, jpc_dec_tile_t *tile);
|
D | jpc_t1dec.c | 92 static int jpc_dec_decodecblk(jpc_dec_t *dec, jpc_dec_tile_t *tile, jpc_dec_tcomp_t *tcomp, jpc_dec… 94 static int dec_sigpass(jpc_dec_t *dec, jpc_mqdec_t *mqdec, int bitpos, int orient, 96 static int dec_rawsigpass(jpc_dec_t *dec, jpc_bitstream_t *in, int bitpos, 98 static int dec_refpass(jpc_dec_t *dec, jpc_mqdec_t *mqdec, int bitpos, int vcausalflag, 100 static int dec_rawrefpass(jpc_dec_t *dec, jpc_bitstream_t *in, int bitpos, 102 static int dec_clnpass(jpc_dec_t *dec, jpc_mqdec_t *mqdec, int bitpos, int orient, 143 int jpc_dec_decodecblks(jpc_dec_t *dec, jpc_dec_tile_t *tile) in jpc_dec_decodecblks() 190 static int jpc_dec_decodecblk(jpc_dec_t *dec, jpc_dec_tile_t *tile, jpc_dec_tcomp_t *tcomp, jpc_dec… in jpc_dec_decodecblk() 361 static int dec_sigpass(jpc_dec_t *dec, register jpc_mqdec_t *mqdec, int bitpos, int orient, in dec_sigpass() 467 static int dec_rawsigpass(jpc_dec_t *dec, jpc_bitstream_t *in, int bitpos, int vcausalflag, in dec_rawsigpass() [all …]
|
D | jpc_t1dec.h | 86 int jpc_dec_decodecblks(jpc_dec_t *dec, jpc_dec_tile_t *tile);
|
D | jpc_t2dec.c | 100 static int jpc_dec_decodepkt(jpc_dec_t *dec, jas_stream_t *pkthdrstream, jas_stream_t *in, int comp… 156 static int jpc_dec_decodepkt(jpc_dec_t *dec, jas_stream_t *pkthdrstream, jas_stream_t *in, int comp… in jpc_dec_decodepkt() 417 int jpc_dec_decodepkts(jpc_dec_t *dec, jas_stream_t *pkthdrstream, jas_stream_t *in) in jpc_dec_decodepkts() 464 jpc_pi_t *jpc_dec_pi_create(jpc_dec_t *dec, jpc_dec_tile_t *tile) in jpc_dec_pi_create()
|
D | jpc_dec.h | 662 } jpc_dec_t; typedef
|