LDGM: corrected expected JPEG sizes

This commit is contained in:
Martin Pulec
2013-06-26 13:55:38 +02:00
parent 2fa33fa932
commit cc3e414aa2

View File

@@ -102,9 +102,9 @@ loss_t losses[] = {
PCT10,
};
#define JPEG60_SIZE (217 * 1000)
#define JPEG60_SIZE (144 * 1000)
#define JPEG80_SIZE (177 * 1000)
#define JPEG90_SIZE (144 * 1000)
#define JPEG90_SIZE (217 * 1000)
#define UNCOMPRESSED_SIZE (1920 * 1080 * 2)