FFmpeg
|
Go to the source code of this file.
Functions | |
static void | get_pixels_mvi (int16_t *restrict block, const uint8_t *restrict pixels, ptrdiff_t stride) |
static void | diff_pixels_mvi (int16_t *block, const uint8_t *s1, const uint8_t *s2, ptrdiff_t stride) |
av_cold void | ff_pixblockdsp_init_alpha (PixblockDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) |
|
static |
Definition at line 25 of file pixblockdsp_alpha.c.
Referenced by ff_pixblockdsp_init_alpha().
|
static |
Definition at line 42 of file pixblockdsp_alpha.c.
Referenced by ff_pixblockdsp_init_alpha().
av_cold void ff_pixblockdsp_init_alpha | ( | PixblockDSPContext * | c, |
AVCodecContext * | avctx, | ||
unsigned | high_bit_depth | ||
) |
Definition at line 71 of file pixblockdsp_alpha.c.
Referenced by ff_pixblockdsp_init().