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

Method set_n_frames

src/Module/Decoder/Decoder.cpp:118–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void
119Decoder ::set_n_frames(const size_t n_frames)
120{
121 const auto old_n_frames = this->get_n_frames();
122 if (old_n_frames != n_frames)
123 {
124 Module::set_n_frames(n_frames);
125 this->CWD.resize(n_frames);
126 }
127}

Callers 15

build_monitor_miMethod · 0.45
build_monitor_erMethod · 0.45
build_sourceMethod · 0.45
build_crcMethod · 0.45
build_codecMethod · 0.45
build_modemMethod · 0.45
build_channelMethod · 0.45
build_quantizerMethod · 0.45
build_coset_realMethod · 0.45
build_coset_bitMethod · 0.45
build_sourceMethod · 0.45
build_crcMethod · 0.45

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected