FFmpeg
Data Fields
DPCMContext Struct Reference

Data Fields

int16_t array [256]
 
int sample [2]
 previous sample (for SOL_DPCM and WADY_DPCM) More...
 
int scale
 scale for WADY_DPCM More...
 
const int8_t * sol_table
 delta table for SOL_DPCM More...
 

Detailed Description

Definition at line 46 of file dpcm.c.

Field Documentation

◆ array

int16_t DPCMContext::array[256]

Definition at line 47 of file dpcm.c.

◆ sample

int DPCMContext::sample[2]

previous sample (for SOL_DPCM and WADY_DPCM)

Definition at line 48 of file dpcm.c.

◆ scale

int DPCMContext::scale

scale for WADY_DPCM

Definition at line 49 of file dpcm.c.

◆ sol_table

const int8_t* DPCMContext::sol_table

delta table for SOL_DPCM

Definition at line 50 of file dpcm.c.


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