From a4dccd3f659eb60b8b3caa8b04688246851454bf Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Sat, 4 May 2013 23:54:20 -0400 Subject: Implements basic surround masking The idea is that the rate of each stream is adjusted based on its contribution to the total energy of a stereo downmix. --- include/opus_defines.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/opus_defines.h b/include/opus_defines.h index 203144a7..00918b89 100644 --- a/include/opus_defines.h +++ b/include/opus_defines.h @@ -158,6 +158,7 @@ extern "C" { #define __opus_check_int(x) (((void)((x) == (opus_int32)0)), (opus_int32)(x)) #define __opus_check_int_ptr(ptr) ((ptr) + ((ptr) - (opus_int32*)(ptr))) #define __opus_check_uint_ptr(ptr) ((ptr) + ((ptr) - (opus_uint32*)(ptr))) +#define __opus_check_val16_ptr(ptr) ((ptr) + ((ptr) - (opus_val16*)(ptr))) /** @endcond */ /** @defgroup opus_ctlvalues Pre-defined values for CTL interface -- cgit v1.2.1