FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
Prediction Struct Reference

Data Fields

int32_t prev_sign [2]
 
int32_t s_weight [2]
 
int32_t d_weight [24]
 
int32_t pos
 
int32_t reconstructed_differences [48]
 
int32_t previous_reconstructed_sample
 
int32_t predicted_difference
 
int32_t predicted_sample
 

Detailed Description

Definition at line 69 of file aptx.c.

Field Documentation

int32_t Prediction::prev_sign[2]

Definition at line 70 of file aptx.c.

Referenced by aptx_init(), and aptx_process_subband().

int32_t Prediction::s_weight[2]

Definition at line 71 of file aptx.c.

Referenced by aptx_prediction_filtering(), and aptx_process_subband().

int32_t Prediction::d_weight[24]

Definition at line 72 of file aptx.c.

Referenced by aptx_prediction_filtering().

int32_t Prediction::pos

Definition at line 73 of file aptx.c.

Referenced by aptx_reconstructed_differences_update().

int32_t Prediction::reconstructed_differences[48]

Definition at line 74 of file aptx.c.

Referenced by aptx_reconstructed_differences_update().

int32_t Prediction::previous_reconstructed_sample

Definition at line 75 of file aptx.c.

Referenced by aptx_decode_channel(), and aptx_prediction_filtering().

int32_t Prediction::predicted_difference

Definition at line 76 of file aptx.c.

Referenced by aptx_prediction_filtering(), and aptx_process_subband().

int32_t Prediction::predicted_sample

Definition at line 77 of file aptx.c.

Referenced by aptx_encode_channel(), and aptx_prediction_filtering().


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