[trunk] remove deprecated v1 style function opj_encode and opj_encode_with_info
[openjpeg.git] / libopenjpeg / t1.h
index bcc6e514919f260537c1374cf69b4011f39312c1..ca74e955e8545c76fee090b816824e9c179d6405 100644 (file)
@@ -132,6 +132,12 @@ Encode the code-blocks of a tile
 @param tcp Tile coding parameters
 */
 void t1_encode_cblks(opj_t1_t *t1, opj_tcd_tile_t *tile, opj_tcp_t *tcp);
+
+opj_bool t1_encode_cblks_v2(opj_t1_t *t1,
+                                                       struct opj_tcd_tile_v2 *tile,
+                                                       struct opj_tcp_v2 *tcp,
+                                                       const OPJ_FLOAT64 * mct_norms);
+
 /**
 Decode the code-blocks of a tile
 @param t1 T1 handle
@@ -141,6 +147,12 @@ Decode the code-blocks of a tile
 void t1_decode_cblks(opj_t1_t* t1, opj_tcd_tilecomp_t* tilec, opj_tccp_t* tccp);
 
 
+void t1_decode_cblks_v2(
+               opj_t1_t* t1,
+               opj_tcd_tilecomp_v2_t* tilec,
+               opj_tccp_t* tccp);
+
+
 
 /**
  * Creates a new Tier 1 handle