| 60 | |
| 61 | template<typename B, typename R> |
| 62 | int |
| 63 | Decoder_NO<B, R>::_decode_siho_cw(const R* Y_K, B* V_K, const size_t /*frame_id*/) |
| 64 | { |
| 65 | // auto t_store = std::chrono::steady_clock::now(); // --------------------------------------------------------- |
| 66 | // STORE |
| 67 | tools::hard_decide_unk(Y_K, V_K, this->K); |
| 68 | // auto d_store = std::chrono::steady_clock::now() - t_store; |
| 69 | |
| 70 | // (*this)[dec::tsk::decode_siho_cw].update_timer(dec::tm::decode_siho_cw::store, d_store); |
| 71 | |
| 72 | return 0; |
| 73 | } |
| 74 | |
| 75 | // ==================================================================================== explicit template instantiation |
| 76 | #include "Tools/types.h" |
nothing calls this directly
no outgoing calls
no test coverage detected