FFmpeg
Loading...
Searching...
No Matches
ADPCMChannelStatus Struct Reference

#include <libavcodec/adpcm.h>

Data Fields

int predictor
int16_t step_index
int step
int prev_sample
int sample1
int sample2
int coeff1
int coeff2
int idelta

Detailed Description

Definition at line 31 of file adpcm.h.

Field Documentation

◆ predictor

int ADPCMChannelStatus::predictor

Definition at line 32 of file adpcm.h.

Referenced by adpcm_decode_frame(), and decode_frame().

◆ step_index

int16_t ADPCMChannelStatus::step_index

Definition at line 33 of file adpcm.h.

Referenced by adpcm_decode_frame(), and decode_frame().

◆ step

int ADPCMChannelStatus::step

Definition at line 34 of file adpcm.h.

◆ prev_sample

int ADPCMChannelStatus::prev_sample

Definition at line 36 of file adpcm.h.

◆ sample1

int ADPCMChannelStatus::sample1

Definition at line 39 of file adpcm.h.

Referenced by ff_adpcm_argo_expand_nibble(), and xa_decode().

◆ sample2

int ADPCMChannelStatus::sample2

Definition at line 40 of file adpcm.h.

Referenced by ff_adpcm_argo_expand_nibble(), and xa_decode().

◆ coeff1

int ADPCMChannelStatus::coeff1

Definition at line 41 of file adpcm.h.

◆ coeff2

int ADPCMChannelStatus::coeff2

Definition at line 42 of file adpcm.h.

◆ idelta

int ADPCMChannelStatus::idelta

Definition at line 43 of file adpcm.h.


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