FFmpeg
|
DPCMContext Struct Reference
Data Fields | |
int16_t | roq_square_array [256] |
int | sample [2] |
previous sample (for SOL_DPCM) More... | |
const int8_t * | sol_table |
delta table for SOL_DPCM More... | |
Detailed Description
Field Documentation
int16_t DPCMContext::roq_square_array[256] |
Definition at line 47 of file dpcm.c.
Referenced by dpcm_decode_frame(), and dpcm_decode_init().
int DPCMContext::sample[2] |
previous sample (for SOL_DPCM)
Definition at line 48 of file dpcm.c.
Referenced by dpcm_decode_frame(), and dpcm_decode_init().
const int8_t* DPCMContext::sol_table |
delta table for SOL_DPCM
Definition at line 49 of file dpcm.c.
Referenced by dpcm_decode_frame(), and dpcm_decode_init().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11