TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Public Attributes | List of all members
_RS Struct Reference

Reed-Solomon codec control block. More...

Public Attributes

int mm
 
int nn
 
data_talpha_to
 
data_tindex_of
 
data_tgenpoly
 
int nroots
 
int fcr
 
int prim
 
int iprim
 
int pad
 
int gfpoly
 

Detailed Description

Reed-Solomon codec control block.

Definition at line 42 of file rscode.c.

Member Data Documentation

data_t* _RS::alpha_to

Definition at line 45 of file rscode.c.

Referenced by free_rs_char(), and init_rs_char().

int _RS::fcr

Definition at line 49 of file rscode.c.

Referenced by init_rs_char().

data_t* _RS::genpoly

Definition at line 47 of file rscode.c.

Referenced by free_rs_char(), and init_rs_char().

int _RS::gfpoly

Definition at line 53 of file rscode.c.

Referenced by init_rs_char().

data_t* _RS::index_of

Definition at line 46 of file rscode.c.

Referenced by free_rs_char(), and init_rs_char().

int _RS::iprim

Definition at line 51 of file rscode.c.

Referenced by init_rs_char().

int _RS::mm

Definition at line 43 of file rscode.c.

Referenced by init_rs_char(), and modnn().

int _RS::nn

Definition at line 44 of file rscode.c.

Referenced by init_rs_char(), and modnn().

int _RS::nroots

Definition at line 48 of file rscode.c.

Referenced by init_rs_char().

int _RS::pad

Definition at line 52 of file rscode.c.

Referenced by init_rs_char().

int _RS::prim

Definition at line 50 of file rscode.c.

Referenced by init_rs_char().


The documentation for this struct was generated from the following file: