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

Method _process

src/Module/Quantizer/NO/Quantizer_NO.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26template<typename R, typename Q>
27void
28Quantizer_NO<R, Q>::_process(const R* Y_N1, Q* Y_N2, const size_t /*frame_id*/)
29{
30 const auto loop_size = (unsigned)(this->N);
31 for (unsigned i = 0; i < loop_size; i++)
32 Y_N2[i] = (Q)Y_N1[i];
33}
34
35namespace aff3ct
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected