|
FFmpeg
|
#include "libavutil/attributes.h"#include "libavcodec/dsputil.h"#include "libavcodec/pixblockdsp.h"#include "asm.h"Go to the source code of this file.
Functions | |
| static void | get_pixels_mvi (int16_t *restrict block, const uint8_t *restrict pixels, int line_size) |
| static void | diff_pixels_mvi (int16_t *block, const uint8_t *s1, const uint8_t *s2, int stride) |
| av_cold void | ff_pixblockdsp_init_alpha (PixblockDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) |
|
static |
Definition at line 26 of file pixblockdsp_alpha.c.
Referenced by ff_pixblockdsp_init_alpha().
|
static |
Definition at line 43 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().
1.8.2