#include <inttypes.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "bswapdsp.h"
#include "canopus.h"
#include "get_bits.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "thread.h"
Go to the source code of this file.
|
static int | read_code_table (CLLCContext *ctx, GetBitContext *gb, VLC *vlc) |
|
static int | read_argb_line (CLLCContext *ctx, GetBitContext *gb, int *top_left, VLC *vlc, uint8_t *outbuf) |
|
static int | read_rgb24_component_line (CLLCContext *ctx, GetBitContext *gb, int *top_left, VLC *vlc, uint8_t *outbuf) |
|
static int | read_yuv_component_line (CLLCContext *ctx, GetBitContext *gb, int *top_left, VLC *vlc, uint8_t *outbuf, int is_chroma) |
|
static int | decode_argb_frame (CLLCContext *ctx, GetBitContext *gb, AVFrame *pic) |
|
static int | decode_rgb24_frame (CLLCContext *ctx, GetBitContext *gb, AVFrame *pic) |
|
static int | decode_yuv_frame (CLLCContext *ctx, GetBitContext *gb, AVFrame *pic) |
|
static int | cllc_decode_frame (AVCodecContext *avctx, AVFrame *pic, int *got_picture_ptr, AVPacket *avpkt) |
|
static av_cold int | cllc_decode_close (AVCodecContext *avctx) |
|
static av_cold int | cllc_decode_init (AVCodecContext *avctx) |
|
◆ VLC_BITS
◆ VLC_DEPTH
◆ read_code_table()
◆ read_argb_line()
◆ read_rgb24_component_line()
◆ read_yuv_component_line()
static int read_yuv_component_line |
( |
CLLCContext * |
ctx, |
|
|
GetBitContext * |
gb, |
|
|
int * |
top_left, |
|
|
VLC * |
vlc, |
|
|
uint8_t * |
outbuf, |
|
|
int |
is_chroma |
|
) |
| |
|
static |
◆ decode_argb_frame()
◆ decode_rgb24_frame()
◆ decode_yuv_frame()
◆ cllc_decode_frame()
◆ cllc_decode_close()
◆ cllc_decode_init()
◆ ff_cllc_decoder
Initial value:
Definition at line 492 of file cllc.c.