FFmpeg
|
Go to the source code of this file.
Macros | |
#define | pb_7f (~0UL / 255 * 0x7f) |
#define | pb_80 (~0UL / 255 * 0x80) |
Functions | |
static void | add_bytes_c (uint8_t *dst, uint8_t *src, ptrdiff_t w) |
static void | add_median_pred_c (uint8_t *dst, const uint8_t *src1, const uint8_t *diff, ptrdiff_t w, int *left, int *left_top) |
static int | add_left_pred_c (uint8_t *dst, const uint8_t *src, ptrdiff_t w, int acc) |
static int | add_left_pred_int16_c (uint16_t *dst, const uint16_t *src, unsigned mask, ptrdiff_t w, unsigned acc) |
static void | add_gradient_pred_c (uint8_t *src, const ptrdiff_t stride, const ptrdiff_t width) |
void | ff_llviddsp_init (LLVidDSPContext *c) |
#define pb_7f (~0UL / 255 * 0x7f) |
Definition at line 26 of file lossless_videodsp.c.
#define pb_80 (~0UL / 255 * 0x80) |
Definition at line 27 of file lossless_videodsp.c.
|
static |
Definition at line 29 of file lossless_videodsp.c.
Referenced by ff_llviddsp_init().
|
static |
Definition at line 42 of file lossless_videodsp.c.
Referenced by ff_llviddsp_init().
Definition at line 62 of file lossless_videodsp.c.
Referenced by ff_llviddsp_init().
|
static |
Definition at line 83 of file lossless_videodsp.c.
Referenced by ff_llviddsp_init().
|
static |
Definition at line 102 of file lossless_videodsp.c.
Referenced by ff_llviddsp_init().
void ff_llviddsp_init | ( | LLVidDSPContext * | c | ) |
Definition at line 113 of file lossless_videodsp.c.
Referenced by checkasm_check_llviddsp(), decode_init(), lag_decode_init(), magy_decode_init(), and vble_decode_init().