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

Field Documentation

◆ prev_sign

int32_t Prediction::prev_sign[2]

Definition at line 71 of file aptx.h.

◆ s_weight

int32_t Prediction::s_weight[2]

Definition at line 72 of file aptx.h.

◆ d_weight

int32_t Prediction::d_weight[24]

Definition at line 73 of file aptx.h.

◆ pos

int32_t Prediction::pos

Definition at line 74 of file aptx.h.

◆ reconstructed_differences

int32_t Prediction::reconstructed_differences[48]

Definition at line 75 of file aptx.h.

◆ previous_reconstructed_sample

int32_t Prediction::previous_reconstructed_sample

Definition at line 76 of file aptx.h.

◆ predicted_difference

int32_t Prediction::predicted_difference

Definition at line 77 of file aptx.h.

◆ predicted_sample

int32_t Prediction::predicted_sample

Definition at line 78 of file aptx.h.


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