MCPcopy Create free account
hub / github.com/aff3ct/aff3ct / Encoder_RSC3_CPE_sys

Method Encoder_RSC3_CPE_sys

src/Module/Encoder/RSC/Encoder_RSC3_CPE_sys.cpp:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7template<typename B>
8Encoder_RSC3_CPE_sys<B>::Encoder_RSC3_CPE_sys(const int& K, const int& N, const bool buffered_encoding)
9 : Encoder_RSC_sys<B>(K, N, 3, buffered_encoding)
10{
11 const std::string name = "Encoder_RSC3_CPE_sys";
12 this->set_name(name);
13 for (auto& t : this->tasks)
14 t->set_replicability(true);
15}
16
17template<typename B>
18Encoder_RSC3_CPE_sys<B>*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected