search for: abs16

Displaying 5 results from an estimated 5 matches for "abs16".

Did you mean: abi16
2017 Jun 07
2
Initial implementation of ch.mapping 253/3
...test for floating point produces a clang compiler warning: > > CC tests/test_opus_projection.o > tests/test_opus_projection.c:137:9: warning: using floating point > absolute value function > 'fabs' when argument is of integer type [-Wabsolute-value] > if (ABS16(a[i] - b[i]) > tolerance) > ^ > ./celt/arch.h:194:26: note: expanded from macro 'ABS16' > #define ABS16(x) ((float)fabs(x)) > ^ > tests/test_opus_projection.c:137:9: note: use function 'abs' instead > ./celt/arch.h:194:26: note:...
2017 May 30
2
Initial implementation of ch.mapping 253/3
Hello all, Attached is the initial proposed implementation for ch.mapping 253/3, based on the IETF proposal: https://tools.ietf.org/html/draft-ietf-codec-ambisonics-03 A brief overview of the patch, as it is slightly lengthy: After discussion with Jean-Marc, we determined that ch.253/3 will need the demixing matrix as part of the encoder/decoder struct stack and thus will require a new
2017 Jun 12
1
Initial implementation of ch.mapping 253/3
...r warning: >>> >>> CC tests/test_opus_projection.o >>> tests/test_opus_projection.c:137:9: warning: using floating point >>> absolute value function >>> 'fabs' when argument is of integer type [-Wabsolute-value] >>> if (ABS16(a[i] - b[i]) > tolerance) >>> ^ >>> ./celt/arch.h:194:26: note: expanded from macro 'ABS16' >>> #define ABS16(x) ((float)fabs(x)) >>> ^ >>> tests/test_opus_projection.c:137:9: note: use function 'abs' i...
2017 Jun 07
0
Initial implementation of ch.mapping 253/3
...this new test. Building the test for floating point produces a clang compiler warning: CC tests/test_opus_projection.o tests/test_opus_projection.c:137:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] if (ABS16(a[i] - b[i]) > tolerance) ^ ./celt/arch.h:194:26: note: expanded from macro 'ABS16' #define ABS16(x) ((float)fabs(x)) ^ tests/test_opus_projection.c:137:9: note: use function 'abs' instead ./celt/arch.h:194:26: note: expanded from macro 'ABS16...
2017 Jun 12
0
Initial implementation of ch.mapping 253/3
...produces a clang compiler warning: >> >> CC tests/test_opus_projection.o >> tests/test_opus_projection.c:137:9: warning: using floating point >> absolute value function >> 'fabs' when argument is of integer type [-Wabsolute-value] >> if (ABS16(a[i] - b[i]) > tolerance) >> ^ >> ./celt/arch.h:194:26: note: expanded from macro 'ABS16' >> #define ABS16(x) ((float)fabs(x)) >> ^ >> tests/test_opus_projection.c:137:9: note: use function 'abs' instead >> ./ce...