Data Fields | |
AVFrame | frame |
int | channels |
int16_t | roq_square_array [256] |
int | sample [2] |
previous sample (for SOL_DPCM) | |
const int8_t * | sol_table |
delta table for SOL_DPCM |
Definition at line 44 of file dpcm.c.
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().