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

Method add_post_processing

src/Module/Decoder/Turbo_DB/Decoder_turbo_DB.cpp:137–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136template<typename B, typename R>
137void
138Decoder_turbo_DB<B, R>::add_post_processing(const tools::Post_processing_SISO<B, R>& post_processing)
139{
140 this->post_processings.push_back(std::shared_ptr<tools::Post_processing_SISO<B, R>>(post_processing.clone()));
141 if (this->post_processings.back()->get_n_frames() != this->get_n_frames_per_wave())
142 this->post_processings.back()->set_n_frames(this->get_n_frames_per_wave());
143}
144
145template<typename B, typename R>
146void

Callers

nothing calls this directly

Calls 2

cloneMethod · 0.45
set_n_framesMethod · 0.45

Tested by

no test coverage detected