FFmpeg
|
huffyuv decoder More...
Go to the source code of this file.
Macros | |
#define | classic_shift_luma_table_size 42 |
#define | classic_shift_chroma_table_size 59 |
#define | READ_2PIX(dst0, dst1, plane1) |
Functions | |
static int | read_len_table (uint8_t *dst, GetBitContext *gb) |
static int | generate_joint_tables (HYuvContext *s) |
static int | read_huffman_tables (HYuvContext *s, const uint8_t *src, int length) |
static int | read_old_huffman_tables (HYuvContext *s) |
static av_cold int | decode_init (AVCodecContext *avctx) |
static av_cold int | decode_init_thread_copy (AVCodecContext *avctx) |
static void | decode_422_bitstream (HYuvContext *s, int count) |
static void | decode_gray_bitstream (HYuvContext *s, int count) |
static av_always_inline void | decode_bgr_1 (HYuvContext *s, int count, int decorrelate, int alpha) |
static void | decode_bgr_bitstream (HYuvContext *s, int count) |
static void | draw_slice (HYuvContext *s, AVFrame *frame, int y) |
static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static av_cold int | decode_end (AVCodecContext *avctx) |
Variables | |
static const unsigned char | classic_shift_luma [classic_shift_luma_table_size+FF_INPUT_BUFFER_PADDING_SIZE] |
static const unsigned char | classic_shift_chroma [classic_shift_chroma_table_size+FF_INPUT_BUFFER_PADDING_SIZE] |
static const unsigned char | classic_add_luma [256] |
static const unsigned char | classic_add_chroma [256] |
Detailed Description
huffyuv decoder
Definition in file huffyuvdec.c.
Macro Definition Documentation
#define classic_shift_chroma_table_size 59 |
Definition at line 44 of file huffyuvdec.c.
Referenced by read_old_huffman_tables().
#define classic_shift_luma_table_size 42 |
Definition at line 36 of file huffyuvdec.c.
Referenced by read_old_huffman_tables().
#define READ_2PIX | ( | dst0, | |
dst1, | |||
plane1 | |||
) |
Definition at line 388 of file huffyuvdec.c.
Referenced by decode_422_bitstream(), and decode_gray_bitstream().
Function Documentation
|
static |
Definition at line 399 of file huffyuvdec.c.
Referenced by decode_frame().
|
static |
Definition at line 435 of file huffyuvdec.c.
Referenced by decode_bgr_bitstream().
|
static |
Definition at line 459 of file huffyuvdec.c.
Referenced by decode_frame().
|
static |
Definition at line 752 of file huffyuvdec.c.
|
static |
Definition at line 503 of file huffyuvdec.c.
Referenced by decode_end().
|
static |
Definition at line 418 of file huffyuvdec.c.
Referenced by decode_frame().
|
static |
Definition at line 252 of file huffyuvdec.c.
Referenced by decode_end().
|
static |
Definition at line 361 of file huffyuvdec.c.
Referenced by decode_end().
|
static |
Definition at line 474 of file huffyuvdec.c.
Referenced by decode_frame().
|
static |
Definition at line 109 of file huffyuvdec.c.
Referenced by read_huffman_tables(), and read_old_huffman_tables().
|
static |
Definition at line 187 of file huffyuvdec.c.
Referenced by decode_frame(), decode_init(), and decode_init_thread_copy().
|
static |
Definition at line 90 of file huffyuvdec.c.
Referenced by read_huffman_tables(), and read_old_huffman_tables().
|
static |
Definition at line 213 of file huffyuvdec.c.
Referenced by decode_init(), and decode_init_thread_copy().
Variable Documentation
|
static |
Definition at line 71 of file huffyuvdec.c.
Referenced by read_old_huffman_tables().
|
static |
Definition at line 52 of file huffyuvdec.c.
Referenced by read_old_huffman_tables().
|
static |
Definition at line 45 of file huffyuvdec.c.
Referenced by read_old_huffman_tables().
|
static |
Definition at line 37 of file huffyuvdec.c.
Referenced by read_old_huffman_tables().
Generated on Mon Nov 18 2024 06:52:06 for FFmpeg by 1.8.11