| 138 | |
| 139 | template<typename B, typename R> |
| 140 | void |
| 141 | Decoder_RSC_DB_BCJR<B, R>::__init_alpha_beta() |
| 142 | { |
| 143 | for (auto s = 0; s < n_states; s++) |
| 144 | { |
| 145 | alpha[0][s] = alpha_mp[s]; |
| 146 | beta[beta.size() - 1][s] = beta_mp[s]; |
| 147 | } |
| 148 | } |
| 149 | |
| 150 | template<typename B, typename R> |
| 151 | void |
nothing calls this directly
no outgoing calls
no test coverage detected