- more work on EVS
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
#include "cnst.h"
|
||||
#include "prot.h"
|
||||
|
||||
namespace evs {
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------*
|
||||
* get_next_coeff_mapped()
|
||||
@@ -71,3 +73,5 @@ int update_mixed_context(
|
||||
|
||||
return (ctx & 0xf) * 16 + t + 13;
|
||||
}
|
||||
|
||||
} // end of namespace evs
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
#define int32 int
|
||||
#endif
|
||||
|
||||
namespace evs {
|
||||
|
||||
|
||||
/*---------------------------------------------------------------
|
||||
@@ -37,3 +38,5 @@ long mul_sbc_14bits(long r,long c)
|
||||
|
||||
/*function in line*/
|
||||
}
|
||||
|
||||
} // end of namespace
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
#include "prot.h"
|
||||
#include "rom_com.h"
|
||||
|
||||
namespace evs {
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------*
|
||||
* UnmapIndex()
|
||||
@@ -268,3 +270,5 @@ void tcx_hm_modify_envelope(
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
} // end of namespace
|
||||
|
||||
@@ -10,8 +10,7 @@
|
||||
#include "basop_util.h"
|
||||
#include "basop_proto_func.h"
|
||||
|
||||
|
||||
|
||||
namespace evs {
|
||||
|
||||
/*-------------------------------------------------------*
|
||||
* expfp()
|
||||
@@ -508,3 +507,5 @@ void tcx_arith_render_envelope(
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
} // end of namespace
|
||||
|
||||
@@ -130,7 +130,9 @@ HISTORY:
|
||||
#include <stdlib.h>
|
||||
#include "stl.h"
|
||||
|
||||
namespace evs {
|
||||
|
||||
}
|
||||
/*___________________________________________________________________________
|
||||
| |
|
||||
| Local Functions |
|
||||
@@ -2535,6 +2537,6 @@ Word32 L_msu0 (Word32 L_var3, Word16 var1, Word16 var2)
|
||||
return(L_var_out);
|
||||
}
|
||||
|
||||
|
||||
} // end of namespace evs
|
||||
/* end of file */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user