| FFmpeg
    | 
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "libavutil/intreadwrite.h"#include "avcodec.h"#include "bytestream.h"#include "get_bits.h"#include "internal.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, ThreadFrame *frame, unsigned uncompressed_size) | 
| static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) | 
| static av_cold int | decode_end (AVCodecContext *avctx) | 
| Variables | |
| const AVCodec | ff_notchlc_decoder | 
| 
 | static | 
| 
 | static | 
Definition at line 76 of file notchlc.c.
Referenced by decode_frame().
| 
 | static | 
Definition at line 149 of file notchlc.c.
Referenced by decode_frame().
| 
 | static | 
| 
 | static | 
| const AVCodec ff_notchlc_decoder | 
 1.8.17
 1.8.17