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

Method _encode

src/Module/Encoder/AZCW/Encoder_AZCW.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28template<typename B>
29void
30Encoder_AZCW<B>::_encode(const B* /*U_K*/, B* X_N, const size_t /*frame_id*/)
31{
32 std::fill(X_N, X_N + this->N, (B)0);
33}
34
35template<typename B>
36const std::vector<uint32_t>&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected