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

Method Encoder_BCH_inter

src/Module/Encoder/BCH/Encoder_BCH_inter.cpp:12–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11template<typename B>
12Encoder_BCH_inter<B>::Encoder_BCH_inter(const int& K, const int& N, const tools::BCH_polynomial_generator<B>& GF_poly)
13 : Encoder_BCH<B>(K, N, GF_poly)
14 , U_K_reordered(this->K * mipp::N<B>())
15 , par_reordered(this->n_rdncy * mipp::N<B>())
16{
17 const std::string name = "Encoder_BCH_inter";
18 this->set_name(name);
19 this->set_n_frames_per_wave(mipp::N<B>());
20 for (auto& t : this->tasks)
21 t->set_replicability(true);
22}
23
24template<typename B>
25Encoder_BCH_inter<B>*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected