#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "get_bits.h"
#include "internal.h"
#include "lzf.h"
#include "thread.h"
Go to the source code of this file.
◆ BITSTREAM_READER_LE
#define BITSTREAM_READER_LE |
◆ HISTORY_SIZE
#define HISTORY_SIZE (64 * 1024) |
◆ decode_init()
◆ lz4_decompress()
◆ decode_blocks()
◆ decode_frame()
◆ decode_end()
◆ ff_notchlc_decoder
Initial value:= {
.p.name = "notchlc",
}
Definition at line 538 of file notchlc.c.