X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Funittests_8cc.html;fp=docs%2FAPI%2Funittests_8cc.html;h=4ffa76ea3873585569269298df838d5719cc4c7b;hb=870e1b86b0c74169b215c166dee787c7c1a20d06;hp=0000000000000000000000000000000000000000;hpb=298022ce50fa8133cc880507170c4b7120d227b5;p=o-du%2Fphy.git diff --git a/docs/API/unittests_8cc.html b/docs/API/unittests_8cc.html new file mode 100644 index 0000000..4ffa76e --- /dev/null +++ b/docs/API/unittests_8cc.html @@ -0,0 +1,193 @@ + + + + + + + +o-du/phy: unittests.cc File Reference + + + + + + + + + +
+
+ + + + + + +
+
o-du/phy +
+
Intel O-RAN/X-RAN Generated Doxygen Documentation
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+Macros | +Variables
+
+
unittests.cc File Reference
+
+
+
#include <limits.h>
+#include "xran_compression.h"
+#include "gtest/gtest.h"
+
+Include dependency graph for unittests.cc:
+
+
+ + + +
+
+

Go to the source code of this file.

+ + + + +

+Macros

#define MAX_IQ   (273*12*2)
 
+ + + + + + + + + +

+Variables

int8_t iCompressionOutput_AVX_A [MAX_IQ+MAX_IQ/24]
 
int16_t iDeCompressionOutput_AVX_A [MAX_IQ]
 
int16_t iCompressionInput [MAX_IQ]
 
int16_t iLength = 273*12*2
 
+

Macro Definition Documentation

+ +

◆ MAX_IQ

+ +
+
+ + + + +
#define MAX_IQ   (273*12*2)
+
+ +

Definition at line 23 of file unittests.cc.

+ +
+
+

Variable Documentation

+ +

◆ iCompressionInput

+ +
+
+ + + + +
int16_t iCompressionInput[MAX_IQ]
+
+ +

Definition at line 27 of file unittests.cc.

+ +
+
+ +

◆ iCompressionOutput_AVX_A

+ +
+
+ + + + +
int8_t iCompressionOutput_AVX_A[MAX_IQ+MAX_IQ/24]
+
+ +

Definition at line 25 of file unittests.cc.

+ +
+
+ +

◆ iDeCompressionOutput_AVX_A

+ +
+
+ + + + +
int16_t iDeCompressionOutput_AVX_A[MAX_IQ]
+
+ +

Definition at line 26 of file unittests.cc.

+ +
+
+ +

◆ iLength

+ +
+
+ + + + +
int16_t iLength = 273*12*2
+
+ +

Definition at line 28 of file unittests.cc.

+ +
+
+
+ + + +