Skip to content

Commit

Permalink
version 0.3.0-rc45
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 1, 2025
1 parent e0e7550 commit b6eb162
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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-rc44 *
* last update: $ 12282024 nhw exp $ *
* version: 0.3.0-rc45 *
* last update: $ 01012025 nhw exp $ *
* *
****************************************************************************
****************************************************************************
Expand Down Expand Up @@ -862,7 +862,7 @@ void pre_processing(image_buffer *im)
{
if (t20>2 || (t20==2 && t6>3))
{
if (!t23) t6 = 5000000;
if (t23==1) t6 = 5000000;

t23++;

Expand Down
6 changes: 3 additions & 3 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-rc44 *
* last update: $ 12282024 nhw exp $ *
* version: 0.3.0-rc45 *
* last update: $ 01012025 nhw exp $ *
* *
****************************************************************************
****************************************************************************
Expand Down Expand Up @@ -51,7 +51,7 @@
#include "codec.h"

#define PROGRAM "nhw-enc"
#define VERSION "0.3.0-rc44"
#define VERSION "0.3.0-rc45"

#define NHW_QUALITY_MIN LOW20
#define NHW_QUALITY_MAX HIGH3
Expand Down

0 comments on commit b6eb162

Please sign in to comment.