| 27 | |
| 28 | template<typename B> |
| 29 | void |
| 30 | Encoder_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 | |
| 35 | template<typename B> |
| 36 | const std::vector<uint32_t>& |
nothing calls this directly
no outgoing calls
no test coverage detected