FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | ROQDPCMContext |
Macros | |
#define | ROQ_FRAME_SIZE 735 |
#define | ROQ_HEADER_SIZE 8 |
#define | MAX_DPCM (127*127) |
Functions | |
static av_cold int | roq_dpcm_encode_close (AVCodecContext *avctx) |
static av_cold int | roq_dpcm_encode_init (AVCodecContext *avctx) |
static unsigned char | dpcm_predict (short *previous, short current) |
static int | roq_dpcm_encode_frame (AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) |
Variables | |
AVCodec | ff_roq_dpcm_encoder |
#define ROQ_FRAME_SIZE 735 |
Definition at line 29 of file roqaudioenc.c.
#define ROQ_HEADER_SIZE 8 |
Definition at line 30 of file roqaudioenc.c.
#define MAX_DPCM (127*127) |
Definition at line 32 of file roqaudioenc.c.
|
static |
Definition at line 44 of file roqaudioenc.c.
Referenced by roq_dpcm_encode_init().
|
static |
Definition at line 53 of file roqaudioenc.c.
Definition at line 86 of file roqaudioenc.c.
Referenced by roq_dpcm_encode_frame().
|
static |
Definition at line 126 of file roqaudioenc.c.
AVCodec ff_roq_dpcm_encoder |
Definition at line 192 of file roqaudioenc.c.