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

Method set_n_frames

src/Module/Encoder/RA/Encoder_RA.cpp:82–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81template<typename B>
82void
83Encoder_RA<B>::set_n_frames(const size_t n_frames)
84{
85 const auto old_n_frames = this->get_n_frames();
86 if (old_n_frames != n_frames)
87 {
88 Encoder<B>::set_n_frames(n_frames);
89 this->interleaver->set_n_frames(n_frames);
90 }
91}
92
93// ==================================================================================== explicit template instantiation
94#include "Tools/types.h"

Callers 1

Encoder_RAMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected