| 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 Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11