Project
Loading...
Searching...
No Matches
test_ransEncodeDecode.cxx File Reference
#include <cassert>
#include <vector>
#include <cstring>
#include <boost/test/unit_test.hpp>
#include <boost/mp11.hpp>
#include <gsl/span>
#include "rANS/factory.h"
#include "rANS/histogram.h"
#include "rANS/encode.h"

Go to the source code of this file.

Classes

struct  Empty< T >
 
struct  Full< T >
 
struct  hasSameTemplateParam< L >
 

Macros

#define BOOST_TEST_MODULE   Utility test
 
#define BOOST_TEST_MAIN
 
#define BOOST_TEST_DYN_LINK
 

Typedefs

using source_types = boost::mp11::mp_list< int8_t, int16_t, int32_t >
 
using testInput_templates = boost::mp11::mp_list< boost::mp11::mp_quote< Empty >, boost::mp11::mp_quote< Full > >
 
using testInputAll_types = boost::mp11::mp_product< boost::mp11::mp_invoke_q, testInput_templates, source_types >
 
using testInputProduct_types = boost::mp11::mp_product< boost::mp11::mp_list, testInputAll_types, testInputAll_types >
 
using testInput_types = boost::mp11::mp_copy_if< testInputProduct_types, hasSameTemplateParam >
 
using coder_types = boost::mp11::mp_list< std::integral_constant< CoderTag, CoderTag::Compat > >
 
using testCase_types = boost::mp11::mp_product< boost::mp11::mp_list, coder_types, testInput_types >
 

Functions

 BOOST_AUTO_TEST_CASE_TEMPLATE (test_encodeDecode, test_types, testCase_types)
 
 BOOST_AUTO_TEST_CASE (test_NoSingleStream)
 
 BOOST_AUTO_TEST_CASE (test_NoSSE)
 
 BOOST_AUTO_TEST_CASE (test_NoAVX2)
 

Variables

const std::string str
 
constexpr size_t RansRenormingPrecision = 16
 

Macro Definition Documentation

◆ BOOST_TEST_DYN_LINK

#define BOOST_TEST_DYN_LINK

Definition at line 18 of file test_ransEncodeDecode.cxx.

◆ BOOST_TEST_MAIN

#define BOOST_TEST_MAIN

Definition at line 17 of file test_ransEncodeDecode.cxx.

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   Utility test

Definition at line 16 of file test_ransEncodeDecode.cxx.

Typedef Documentation

◆ coder_types

using coder_types = boost::mp11::mp_list<std::integral_constant<CoderTag, CoderTag::Compat> >

Definition at line 79 of file test_ransEncodeDecode.cxx.

◆ source_types

using source_types = boost::mp11::mp_list<int8_t, int16_t, int32_t>

Definition at line 71 of file test_ransEncodeDecode.cxx.

◆ testCase_types

using testCase_types = boost::mp11::mp_product<boost::mp11::mp_list, coder_types, testInput_types>

Definition at line 94 of file test_ransEncodeDecode.cxx.

◆ testInput_templates

using testInput_templates = boost::mp11::mp_list<boost::mp11::mp_quote<Empty>, boost::mp11::mp_quote<Full> >

Definition at line 73 of file test_ransEncodeDecode.cxx.

◆ testInput_types

using testInput_types = boost::mp11::mp_copy_if<testInputProduct_types, hasSameTemplateParam>

Definition at line 77 of file test_ransEncodeDecode.cxx.

◆ testInputAll_types

using testInputAll_types = boost::mp11::mp_product<boost::mp11::mp_invoke_q, testInput_templates, source_types>

Definition at line 75 of file test_ransEncodeDecode.cxx.

◆ testInputProduct_types

using testInputProduct_types = boost::mp11::mp_product<boost::mp11::mp_list, testInputAll_types, testInputAll_types>

Definition at line 76 of file test_ransEncodeDecode.cxx.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( test_NoAVX2  )

Definition at line 160 of file test_ransEncodeDecode.cxx.

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( test_NoSingleStream  )

Definition at line 148 of file test_ransEncodeDecode.cxx.

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( test_NoSSE  )

Definition at line 154 of file test_ransEncodeDecode.cxx.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE()

BOOST_AUTO_TEST_CASE_TEMPLATE ( test_encodeDecode  ,
test_types  ,
testCase_types   
)

Definition at line 98 of file test_ransEncodeDecode.cxx.

Variable Documentation

◆ RansRenormingPrecision

constexpr size_t RansRenormingPrecision = 16
inlineconstexpr

Definition at line 96 of file test_ransEncodeDecode.cxx.

◆ str

const std::string str
inline
Initial value:
= R"(Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium
doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis
et quasi architecto beatae vitae dicta sunt, explicabo. nemo enim ipsam voluptatem,
quia voluptas sit, aspernatur aut odit aut fugit, sed quia consequuntur magni dolores
eos, qui ratione voluptatem sequi nesciunt, neque porro quisquam est, qui dolorem ipsum,
quia dolor sit, amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora
incidunt, ut labore et dolore magnam aliquam quaerat voluptatem. ut enim ad minima veniam,
quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea
commodi consequatur? quis autem vel eum iure reprehenderit, qui in ea voluptate velit
esse, quam nihil molestiae consequatur, vel illum, qui dolorem eum fugiat,
quo voluptas nulla pariatur?)"

Definition at line 37 of file test_ransEncodeDecode.cxx.