Commit 2d319a95 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh Committed by Manuel Jander
Browse files

Bug fixes, ivas_prot.h cleanup, Q documentation updates

parent 1e1a6edd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@
#include "rom_com.h"
#include "prot_fx.h"
#include "wmc_auto.h"
#include "ivas_prot.h"
#include "ivas_prot_fx.h"

#define FSCALE_DENOM_BY_12800_Q15 1311
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
#include "cnst.h"      /* Common constants                       */
#include "rom_com.h"   /* Static table prototypes                */
#include "prot_fx.h"   /* Function prototypes                    */
#include "ivas_prot.h" /* Function prototypes                    */
#include "assert.h"    /* Debug prototypes                       */
#include "stl.h"
#include "ivas_prot_fx.h"
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@
#include "options.h"
#include "wmc_auto.h"
#include "prot_fx.h"
#include "ivas_prot.h"
#include "ivas_prot_fx.h"
#include "stat_dec.h"

+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@
#include <math.h>
#include "ivas_cnst.h"
#include "ivas_rom_com.h"
#include "ivas_prot.h"
#include "prot_fx.h"
#include "cnst.h"
#include "wmc_auto.h"
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@
#include <math.h>
#include "options.h"
#include "prot_fx.h"
#include "ivas_prot.h"
#include "rom_com.h"
#include "ivas_rom_com.h"
#include "wmc_auto.h"
Loading