FFmpeg
Data Fields
MatrixParams Struct Reference

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]
 

Detailed Description

Definition at line 69 of file mlpenc.c.

Field Documentation

◆ count

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().

◆ outch

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().

◆ forco

int32_t MatrixParams::forco[MAX_MATRICES][MAX_NCHANNELS]

forward coefficients

Definition at line 73 of file mlpenc.c.

Referenced by rematrix_channels().

◆ coeff

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().

◆ fbits

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().

◆ noise_shift

int8_t MatrixParams::noise_shift[MAX_CHANNELS]

Definition at line 77 of file mlpenc.c.

Referenced by compare_matrix_params(), and copy_matrix_params().

◆ lsb_bypass

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().

◆ bypassed_lsbs

int8_t MatrixParams::bypassed_lsbs[MAX_MATRICES][MAX_BLOCKSIZE]

Definition at line 79 of file mlpenc.c.


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