FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
tpeldsp.c File Reference

thirdpel DSP functions More...

#include <stdint.h>
#include "libavutil/attributes.h"
#include "tpeldsp.h"
#include "pel_template.c"

Go to the source code of this file.

Macros

#define BIT_DEPTH   8
 

Functions

static void put_tpel_pixels_mc00_c (uint8_t *dst, const uint8_t *src, int stride, int width, int height)
 
static void put_tpel_pixels_mc10_c (uint8_t *dst, const uint8_t *src, int stride, int width, int height)
 
static void put_tpel_pixels_mc20_c (uint8_t *dst, const uint8_t *src, int stride, int width, int height)
 
static void put_tpel_pixels_mc01_c (uint8_t *dst, const uint8_t *src, int stride, int width, int height)
 
static void put_tpel_pixels_mc11_c (uint8_t *dst, const uint8_t *src, int stride, int width, int height)
 
static void put_tpel_pixels_mc12_c (uint8_t *dst, const uint8_t *src, int stride, int width, int height)
 
static void put_tpel_pixels_mc02_c (uint8_t *dst, const uint8_t *src, int stride, int width, int height)
 
static void put_tpel_pixels_mc21_c (uint8_t *dst, const uint8_t *src, int stride, int width, int height)
 
static void put_tpel_pixels_mc22_c (uint8_t *dst, const uint8_t *src, int stride, int width, int height)
 
static void avg_tpel_pixels_mc00_c (uint8_t *dst, const uint8_t *src, int stride, int width, int height)
 
static void avg_tpel_pixels_mc10_c (uint8_t *dst, const uint8_t *src, int stride, int width, int height)
 
static void avg_tpel_pixels_mc20_c (uint8_t *dst, const uint8_t *src, int stride, int width, int height)
 
static void avg_tpel_pixels_mc01_c (uint8_t *dst, const uint8_t *src, int stride, int width, int height)
 
static void avg_tpel_pixels_mc11_c (uint8_t *dst, const uint8_t *src, int stride, int width, int height)
 
static void avg_tpel_pixels_mc12_c (uint8_t *dst, const uint8_t *src, int stride, int width, int height)
 
static void avg_tpel_pixels_mc02_c (uint8_t *dst, const uint8_t *src, int stride, int width, int height)
 
static void avg_tpel_pixels_mc21_c (uint8_t *dst, const uint8_t *src, int stride, int width, int height)
 
static void avg_tpel_pixels_mc22_c (uint8_t *dst, const uint8_t *src, int stride, int width, int height)
 
av_cold void ff_tpeldsp_init (TpelDSPContext *c)
 

Detailed Description

thirdpel DSP functions

Definition in file tpeldsp.c.

Macro Definition Documentation

#define BIT_DEPTH   8

Definition at line 31 of file tpeldsp.c.

Function Documentation

static void put_tpel_pixels_mc00_c ( uint8_t dst,
const uint8_t src,
int  stride,
int  width,
int  height 
)
inlinestatic

Definition at line 34 of file tpeldsp.c.

Referenced by ff_tpeldsp_init().

static void put_tpel_pixels_mc10_c ( uint8_t dst,
const uint8_t src,
int  stride,
int  width,
int  height 
)
inlinestatic

Definition at line 53 of file tpeldsp.c.

Referenced by ff_tpeldsp_init().

static void put_tpel_pixels_mc20_c ( uint8_t dst,
const uint8_t src,
int  stride,
int  width,
int  height 
)
inlinestatic

Definition at line 67 of file tpeldsp.c.

Referenced by ff_tpeldsp_init().

static void put_tpel_pixels_mc01_c ( uint8_t dst,
const uint8_t src,
int  stride,
int  width,
int  height 
)
inlinestatic

Definition at line 81 of file tpeldsp.c.

Referenced by ff_tpeldsp_init().

static void put_tpel_pixels_mc11_c ( uint8_t dst,
const uint8_t src,
int  stride,
int  width,
int  height 
)
inlinestatic

Definition at line 95 of file tpeldsp.c.

Referenced by ff_tpeldsp_init().

static void put_tpel_pixels_mc12_c ( uint8_t dst,
const uint8_t src,
int  stride,
int  width,
int  height 
)
inlinestatic

Definition at line 110 of file tpeldsp.c.

Referenced by ff_tpeldsp_init().

static void put_tpel_pixels_mc02_c ( uint8_t dst,
const uint8_t src,
int  stride,
int  width,
int  height 
)
inlinestatic

Definition at line 125 of file tpeldsp.c.

Referenced by ff_tpeldsp_init().

static void put_tpel_pixels_mc21_c ( uint8_t dst,
const uint8_t src,
int  stride,
int  width,
int  height 
)
inlinestatic

Definition at line 139 of file tpeldsp.c.

Referenced by ff_tpeldsp_init().

static void put_tpel_pixels_mc22_c ( uint8_t dst,
const uint8_t src,
int  stride,
int  width,
int  height 
)
inlinestatic

Definition at line 154 of file tpeldsp.c.

Referenced by ff_tpeldsp_init().

static void avg_tpel_pixels_mc00_c ( uint8_t dst,
const uint8_t src,
int  stride,
int  width,
int  height 
)
inlinestatic

Definition at line 169 of file tpeldsp.c.

Referenced by ff_tpeldsp_init().

static void avg_tpel_pixels_mc10_c ( uint8_t dst,
const uint8_t src,
int  stride,
int  width,
int  height 
)
inlinestatic

Definition at line 188 of file tpeldsp.c.

Referenced by ff_tpeldsp_init().

static void avg_tpel_pixels_mc20_c ( uint8_t dst,
const uint8_t src,
int  stride,
int  width,
int  height 
)
inlinestatic

Definition at line 203 of file tpeldsp.c.

Referenced by ff_tpeldsp_init().

static void avg_tpel_pixels_mc01_c ( uint8_t dst,
const uint8_t src,
int  stride,
int  width,
int  height 
)
inlinestatic

Definition at line 218 of file tpeldsp.c.

Referenced by ff_tpeldsp_init().

static void avg_tpel_pixels_mc11_c ( uint8_t dst,
const uint8_t src,
int  stride,
int  width,
int  height 
)
inlinestatic

Definition at line 233 of file tpeldsp.c.

Referenced by ff_tpeldsp_init().

static void avg_tpel_pixels_mc12_c ( uint8_t dst,
const uint8_t src,
int  stride,
int  width,
int  height 
)
inlinestatic

Definition at line 249 of file tpeldsp.c.

Referenced by ff_tpeldsp_init().

static void avg_tpel_pixels_mc02_c ( uint8_t dst,
const uint8_t src,
int  stride,
int  width,
int  height 
)
inlinestatic

Definition at line 265 of file tpeldsp.c.

Referenced by ff_tpeldsp_init().

static void avg_tpel_pixels_mc21_c ( uint8_t dst,
const uint8_t src,
int  stride,
int  width,
int  height 
)
inlinestatic

Definition at line 280 of file tpeldsp.c.

Referenced by ff_tpeldsp_init().

static void avg_tpel_pixels_mc22_c ( uint8_t dst,
const uint8_t src,
int  stride,
int  width,
int  height 
)
inlinestatic

Definition at line 296 of file tpeldsp.c.

Referenced by ff_tpeldsp_init().

av_cold void ff_tpeldsp_init ( TpelDSPContext c)

Definition at line 312 of file tpeldsp.c.

Referenced by svq3_decode_init().