FFmpeg
|
#include "avcodec.h"
#include "adx.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "encode.h"
#include "put_bits.h"
Go to the source code of this file.
Macros | |
#define | HEADER_SIZE 36 |
Functions | |
static void | adx_encode (ADXContext *c, uint8_t *adx, const int16_t *wav, ADXChannelState *prev, int channels) |
static int | adx_encode_header (AVCodecContext *avctx, uint8_t *buf, int bufsize) |
static av_cold int | adx_encode_init (AVCodecContext *avctx) |
static int | adx_encode_frame (AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) |
Variables | |
const FFCodec | ff_adpcm_adx_encoder |
SEGA CRI adx codecs.
Reference documents: http://ku-www.ss.titech.ac.jp/~yatsushi/adx.html adx2wav & wav2adx http://www.geocities.co.jp/Playtown/2004/
Definition in file adxenc.c.
|
static |
Definition at line 38 of file adxenc.c.
Referenced by adx_encode_frame().
|
static |
Definition at line 101 of file adxenc.c.
Referenced by adx_encode_frame().
|
static |
|
static |
const FFCodec ff_adpcm_adx_encoder |