Skip to content

Struct conv_enc_state_t

ClassList > conv_enc_state_t

A code and the register encoding it, together. More...

  • #include <conv_enc_core.h>

Public Attributes

Type Name
conv_code_t code
conv_enc_t enc

Detailed Description

Pointer-free and small — the code is copied, so the caller's may be temporary and the encoder cannot be invalidated by something it does not own.

Public Attributes Documentation

variable code

conv_code_t conv_enc_state_t::code;

the code; copied at create


variable enc

conv_enc_t conv_enc_state_t::enc;

the k-1 previous inputs, newest high



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