mirror of
https://github.com/xiph/opus.git
synced 2025-06-01 08:07:41 +00:00
Moves log2Amp inside denormalise_bands() and get rid of bandE[]
Also get rid of the MSE measurement code which is outdated and no longer useful
This commit is contained in:
parent
3afc6ffff0
commit
ee2506b2c7
6 changed files with 17 additions and 92 deletions
|
@ -41,6 +41,8 @@
|
|||
#include "entdec.c"
|
||||
#include "entcode.c"
|
||||
#include "bands.c"
|
||||
#include "quant_bands.c"
|
||||
#include "laplace.c"
|
||||
#include "vq.c"
|
||||
#include "cwrs.c"
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue