FFmpeg
Data Fields
Prediction Struct Reference

#include <aptx.h>

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 72 of file aptx.h.

Field Documentation

◆ prev_sign

int32_t Prediction::prev_sign[2]

Definition at line 73 of file aptx.h.

Referenced by aptx_process_subband(), and ff_aptx_init().

◆ s_weight

int32_t Prediction::s_weight[2]

Definition at line 74 of file aptx.h.

Referenced by aptx_prediction_filtering(), and aptx_process_subband().

◆ d_weight

int32_t Prediction::d_weight[24]

Definition at line 75 of file aptx.h.

Referenced by aptx_prediction_filtering().

◆ pos

int32_t Prediction::pos

Definition at line 76 of file aptx.h.

Referenced by aptx_reconstructed_differences_update().

◆ reconstructed_differences

int32_t Prediction::reconstructed_differences[48]

Definition at line 77 of file aptx.h.

Referenced by aptx_reconstructed_differences_update().

◆ previous_reconstructed_sample

int32_t Prediction::previous_reconstructed_sample

Definition at line 78 of file aptx.h.

Referenced by aptx_prediction_filtering().

◆ predicted_difference

int32_t Prediction::predicted_difference

Definition at line 79 of file aptx.h.

Referenced by aptx_prediction_filtering(), and aptx_process_subband().

◆ predicted_sample

int32_t Prediction::predicted_sample

Definition at line 80 of file aptx.h.

Referenced by aptx_prediction_filtering().


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