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=0000000000000000000000000000000000000000;hb=bdbd414e8038630c154ee3c6b8bc9b3aeb954be6;hp=4ffa76ea3873585569269298df838d5719cc4c7b;hpb=e9403c457453dba780e64af7de9462fad7217aa3;p=o-du%2Fphy.git diff --git a/docs/API/unittests_8cc.html b/docs/API/unittests_8cc.html deleted file mode 100644 index 4ffa76e..0000000 --- a/docs/API/unittests_8cc.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - - -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.

- -
-
-
- - - -