Skip to content
Snippets Groups Projects
Verified Commit 8f9a7e23 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

New model with wider range of bitrates

Using a max lambda of 0.04
parent f0ec990d
No related branches found
No related tags found
No related merge requests found
Pipeline #4112 passed
......@@ -9,7 +9,7 @@ set -e
srcdir=`dirname $0`
test -n "$srcdir" && cd "$srcdir"
dnn/download_model.sh da7f4c6
dnn/download_model.sh f68e31d
echo "Updating build configuration files, please wait...."
......
......@@ -32,7 +32,7 @@
#define DRED_EXTENSION_ID 126
/* Remove these two completely once DRED gets an extension number assigned. */
#define DRED_EXPERIMENTAL_VERSION 5
#define DRED_EXPERIMENTAL_VERSION 6
#define DRED_EXPERIMENTAL_BYTES 2
......@@ -46,7 +46,7 @@
#define DRED_FRAME_SIZE 160
#define DRED_DFRAME_SIZE (2 * (DRED_FRAME_SIZE))
#define DRED_MAX_DATA_SIZE 1000
#define DRED_ENC_Q0 9
#define DRED_ENC_Q0 6
#define DRED_ENC_Q1 15
/* Covers 1.04 second so we can cover one second, after the lookahead. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment