FFmpeg
|
Data Fields | |
uint8_t | count |
number of matrices to apply More... | |
uint8_t | outch [MAX_MATRICES] |
output channel for each matrix More... | |
int32_t | forco [MAX_MATRICES][MAX_NCHANNELS] |
forward coefficients More... | |
int32_t | coeff [MAX_MATRICES][MAX_NCHANNELS] |
decoding coefficients More... | |
uint8_t | fbits [MAX_MATRICES] |
fraction bits More... | |
int8_t | noise_shift [MAX_CHANNELS] |
uint8_t | lsb_bypass [MAX_MATRICES] |
int8_t | bypassed_lsbs [MAX_MATRICES][MAX_BLOCKSIZE] |
uint8_t MatrixParams::count |
number of matrices to apply
Definition at line 70 of file mlpenc.c.
Referenced by compare_matrix_params(), copy_matrix_params(), and rematrix_channels().
uint8_t MatrixParams::outch[MAX_MATRICES] |
output channel for each matrix
Definition at line 72 of file mlpenc.c.
Referenced by compare_matrix_params(), copy_matrix_params(), and rematrix_channels().
int32_t MatrixParams::forco[MAX_MATRICES][MAX_NCHANNELS] |
int32_t MatrixParams::coeff[MAX_MATRICES][MAX_NCHANNELS] |
decoding coefficients
Definition at line 74 of file mlpenc.c.
Referenced by compare_matrix_params(), copy_matrix_params(), and rematrix_channels().
uint8_t MatrixParams::fbits[MAX_MATRICES] |
fraction bits
Definition at line 75 of file mlpenc.c.
Referenced by compare_matrix_params(), and copy_matrix_params().
int8_t MatrixParams::noise_shift[MAX_CHANNELS] |
Definition at line 77 of file mlpenc.c.
Referenced by compare_matrix_params(), and copy_matrix_params().
uint8_t MatrixParams::lsb_bypass[MAX_MATRICES] |
Definition at line 78 of file mlpenc.c.
Referenced by compare_matrix_params(), copy_matrix_params(), and rematrix_channels().
int8_t MatrixParams::bypassed_lsbs[MAX_MATRICES][MAX_BLOCKSIZE] |