FFmpeg
|
Go to the source code of this file.
Functions | |
static void | add_int16_c (uint16_t *dst, const uint16_t *src, unsigned mask, int w) |
static void | diff_int16_c (uint16_t *dst, const uint16_t *src1, const uint16_t *src2, unsigned mask, int w) |
static void | add_hfyu_median_pred_int16_c (uint16_t *dst, const uint16_t *src, const uint16_t *diff, unsigned mask, int w, int *left, int *left_top) |
static void | sub_hfyu_median_pred_int16_c (uint16_t *dst, const uint16_t *src1, const uint16_t *src2, unsigned mask, int w, int *left, int *left_top) |
static int | add_hfyu_left_pred_int16_c (uint16_t *dst, const uint16_t *src, unsigned mask, int w, unsigned acc) |
void | ff_llviddsp_init (LLVidDSPContext *c, AVCodecContext *avctx) |
|
static |
Definition at line 24 of file lossless_videodsp.c.
Referenced by ff_llviddsp_init().
|
static |
Definition at line 37 of file lossless_videodsp.c.
Referenced by ff_llviddsp_init().
|
static |
Definition at line 63 of file lossless_videodsp.c.
Referenced by ff_llviddsp_init().
|
static |
Definition at line 80 of file lossless_videodsp.c.
Referenced by ff_llviddsp_init().
|
static |
Definition at line 98 of file lossless_videodsp.c.
Referenced by ff_llviddsp_init().
void ff_llviddsp_init | ( | LLVidDSPContext * | c, |
AVCodecContext * | avctx | ||
) |
Definition at line 118 of file lossless_videodsp.c.
Referenced by ff_huffyuv_common_init().