Skip to content

Struct conv_enc_t

ClassList > conv_enc_t

Encoder state: the shift register, and nothing else. More...

  • #include <conv_core.h>

Public Attributes

Type Name
uint32_t reg

Detailed Description

Held in a struct rather than passed by value because the encoder is continuous — a caller encoding a long record in chunks must carry the register across calls or introduce a discontinuity at every chunk boundary that no decoder expects.

Public Attributes Documentation

variable reg

uint32_t conv_enc_t::reg;

the k-1 previous inputs; newest in the high stage



The documentation for this class was generated from the following file native/inc/conv/conv_core.h