FFmpeg
|
#include <stdio.h>
#include <string.h>
#include "libavutil/mem.h"
#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "decode.h"
#include "get_bits.h"
#include "lzf.h"
#include "thread.h"
Go to the source code of this file.
Data Structures | |
struct | NotchLCContext |
Macros | |
#define | BITSTREAM_READER_LE |
#define | HISTORY_SIZE (64 * 1024) |
Functions | |
static av_cold int | decode_init (AVCodecContext *avctx) |
static int | lz4_decompress (AVCodecContext *avctx, GetByteContext *gb, PutByteContext *pb) |
static int | decode_blocks (AVCodecContext *avctx, AVFrame *p, unsigned uncompressed_size) |
static int | decode_frame (AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) |
static av_cold int | decode_end (AVCodecContext *avctx) |
Variables | |
const FFCodec | ff_notchlc_decoder |
|
static |
|
static |
Definition at line 76 of file notchlc.c.
Referenced by decode_frame().
|
static |
Definition at line 153 of file notchlc.c.
Referenced by decode_frame().
|
static |
|
static |
const FFCodec ff_notchlc_decoder |