FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
pixblockdsp_alpha.c File Reference
#include "libavutil/attributes.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, 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)
 

Function Documentation

static void get_pixels_mvi ( int16_t *restrict  block,
const uint8_t *restrict  pixels,
ptrdiff_t  stride 
)
static

Definition at line 25 of file pixblockdsp_alpha.c.

Referenced by ff_pixblockdsp_init_alpha().

static void diff_pixels_mvi ( int16_t *  block,
const uint8_t s1,
const uint8_t s2,
ptrdiff_t  stride 
)
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().