FFmpeg
|
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... | |
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().