Changeset 204 for libmpc/branches/r2d/libmpcenc/encode_sv7.c
- Timestamp:
- 02/08/07 21:36:52 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/branches/r2d/libmpcenc/encode_sv7.c
r203 r204 24 24 #include <mpc/minimax.h> 25 25 26 // bitstream.c 27 void writeBits (mpc_encoder_t * e, mpc_uint32_t input, unsigned int bits ); 28 unsigned int encodeSize(mpc_uint64_t, char *, mpc_bool_t); 29 void encodeEnum(mpc_encoder_t * e, const mpc_uint32_t bits, const mpc_uint_t N); 30 void encodeLog(mpc_encoder_t * e, mpc_uint32_t value, mpc_uint32_t max); 31 void writeBlock ( mpc_encoder_t * e, const char * key, const mpc_bool_t addCRC); 32 33 void Init_Huffman_Encoder_SV7 ( void ); 34 35 void Klemm ( void ); 36 37 void Init_Skalenfaktoren ( void ); 26 void Klemm ( void ); 27 void Init_Skalenfaktoren ( void ); 38 28 39 29 // huffsv7.c … … 358 348 } 359 349 e->block_cnt++; 360 writeBlock(e, "AD", MPC_FALSE );350 writeBlock(e, "AD", MPC_FALSE, 0); 361 351 } 362 352 }
Note: See TracChangeset
for help on using the changeset viewer.