5 CODING LOSS: add description and definition of coding loss ...
7 * **********************************************************************************
9 * stc_embed(cover, n, msg, m, (void*)profile, true, stego, constraint_height); *
10 * coding_loss = calc_coding_loss(cover, n, m, profile, stego); *
11 * stc_extract(stego, n, msg2, m, constraint_height); *
12 * **********************************************************************************
18 typedef unsigned char u8;
20 double calc_coding_loss(const u8 *cover, unsigned int cover_length, unsigned int message_length, const double *costs, const u8 *stego);
21 double calculate_beta_from_distortion(const double *costs, unsigned int n, double avg_distortion);