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

Method tail_length

src/Module/Encoder/Conv/Encoder_conv.cpp:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117template<typename B>
118int
119Encoder_conv<B>::tail_length() const
120{
121 return n_poly * n_ff;
122}
123
124template<typename B>
125void

Callers 6

_decode_sihoMethod · 0.45
_loadMethod · 0.45
_decode_sihoMethod · 0.45
Decoder_turboMethod · 0.45
buffered_loadMethod · 0.45
standard_loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected