Commit ae9a8e48 authored by vaclav's avatar vaclav
Browse files

change ISM_NB_BITS_METADATA_NOMINAL macro

parent 6e9a0fe6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -334,7 +334,7 @@ typedef enum
 * ISM Constants
 *----------------------------------------------------------------------------------*/

#ifdef ISM_16_KHZ_COREaa // VE: to be verified !!!!!
#ifdef ISM_16_KHZ_CORE
#define ISM_NB_BITS_METADATA_NOMINAL            ( ( SCE_CORE_16k_LOW_LIMIT_ISM - ACELP_16k_LOW_LIMIT ) / FRAMES_PER_SEC ) /* nominal number of metadata bits - used for configuration of Core-Coder modules */
#else
#define ISM_NB_BITS_METADATA_NOMINAL            ( ( SCE_CORE_16k_LOW_LIMIT - ACELP_16k_LOW_LIMIT ) / FRAMES_PER_SEC ) /* nominal number of metadata bits - used for configuration of Core-Coder modules */