Go to the source code of this file.
#define MAX_DPCM (127*127) |
#define ROQ_FIRST_FRAME_SIZE (735*8) |
#define ROQ_FRAME_SIZE 735 |
static unsigned char dpcm_predict |
( |
short * |
previous, |
|
|
short |
current |
|
) |
| |
|
static |
static int roq_dpcm_encode_frame |
( |
AVCodecContext * |
avctx, |
|
|
unsigned char * |
frame, |
|
|
int |
buf_size, |
|
|
void * |
data |
|
) |
| |
|
static |
Initial value:= {
.name = "roq_dpcm",
}
static av_cold int roq_dpcm_encode_close(AVCodecContext *avctx)
static int init(AVCodecParserContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static av_cold int roq_dpcm_encode_init(AVCodecContext *avctx)
static int roq_dpcm_encode_frame(AVCodecContext *avctx, unsigned char *frame, int buf_size, void *data)
static void close(AVCodecParserContext *s)
AVSampleFormat
all in native-endian format
Definition at line 156 of file roqaudioenc.c.