FFmpeg
|
#include "ttadata.h"
#include "ttaencdsp.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "encode.h"
#include "put_bits.h"
#include "libavutil/crc.h"
Go to the source code of this file.
Data Structures | |
struct | TTAEncContext |
Macros | |
#define | BITSTREAM_WRITER_LE |
#define | PRED(x, k) (int32_t)((((uint64_t)(x) << (k)) - (x)) >> (k)) |
Functions | |
static av_cold int | tta_encode_init (AVCodecContext *avctx) |
static int32_t | get_sample (const AVFrame *frame, int sample, enum AVSampleFormat format) |
static int | tta_encode_frame (AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) |
static av_cold int | tta_encode_close (AVCodecContext *avctx) |
Variables | |
const FFCodec | ff_tta_encoder |
#define PRED | ( | x, | |
k | |||
) | (int32_t)((((uint64_t)(x) << (k)) - (x)) >> (k)) |
|
static |
|
static |
Definition at line 68 of file ttaenc.c.
Referenced by tta_encode_frame().
|
static |
|
static |
const FFCodec ff_tta_encoder |