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

Method _encode

src/Module/Encoder/Polar/Encoder_polar.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45template<typename B>
46void
47Encoder_polar<B>::_encode(const B* U_K, B* X_N, const size_t /*frame_id*/)
48{
49 this->convert(U_K, X_N);
50 this->light_encode(X_N);
51}
52
53template<typename B>
54void

Callers

nothing calls this directly

Calls 2

convertMethod · 0.95
light_encodeMethod · 0.95

Tested by

no test coverage detected