Skip to content

Commit

Permalink
version 0.3.0-rc47
Browse files Browse the repository at this point in the history
Continue to fine-tune the nhw_kernel weights
  • Loading branch information
rcanut committed Jan 10, 2025
1 parent c79c77b commit 622c155
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
11 changes: 7 additions & 4 deletions encoder/image_processing.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
****************************************************************************
* NHW Image Codec *
* file: image_processing.c *
* version: 0.3.0-rc46 *
* last update: $ 01032025 nhw exp $ *
* version: 0.3.0-rc47 *
* last update: $ 01102025 nhw exp $ *
* *
****************************************************************************
****************************************************************************
Expand All @@ -12,7 +12,7 @@
* remark: -image processing set *
***************************************************************************/

/* Copyright (C) 2007-2024 NHW Project
/* Copyright (C) 2007-2025 NHW Project
Written by Raphael Canut - nhwcodec_at_gmail.com */
/*
Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -1178,7 +1178,10 @@ void pre_processing(image_buffer *im)

t11 = 12;

t16 = 0;
if (!(t7&1)) t16 = 1;
else t16 = 0;

t7++;
}
}
else
Expand Down
8 changes: 4 additions & 4 deletions encoder/nhw_encoder_cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
****************************************************************************
* NHW Image Codec *
* file: nhw_encoder_cli.c *
* version: 0.3.0-rc46 *
* last update: $ 01032025 nhw exp $ *
* version: 0.3.0-rc47 *
* last update: $ 01102025 nhw exp $ *
* *
****************************************************************************
****************************************************************************
Expand All @@ -12,7 +12,7 @@
* remark: -simple codec *
***************************************************************************/

/* Copyright (C) 2007-2024 NHW Project
/* Copyright (C) 2007-2025 NHW Project
Written by Raphael Canut - nhwcodec_at_gmail.com */
/*
Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -51,7 +51,7 @@
#include "codec.h"

#define PROGRAM "nhw-enc"
#define VERSION "0.3.0-rc46"
#define VERSION "0.3.0-rc47"

#define NHW_QUALITY_MIN LOW20
#define NHW_QUALITY_MAX HIGH3
Expand Down

0 comments on commit 622c155

Please sign in to comment.