FFmpeg
Data Structures | Typedefs | Functions
tpeldsp.h File Reference
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  TpelDSPContext
 thirdpel DSP context More...
 

Typedefs

typedef void(* tpel_mc_func) (uint8_t *block, const uint8_t *pixels, int line_size, int w, int h)
 

Functions

void ff_tpeldsp_init (TpelDSPContext *c)
 

Detailed Description

thirdpel DSP functions

Definition in file tpeldsp.h.

Typedef Documentation

◆ tpel_mc_func

typedef void(* tpel_mc_func) (uint8_t *block, const uint8_t *pixels, int line_size, int w, int h)

Definition at line 35 of file tpeldsp.h.

Function Documentation

◆ ff_tpeldsp_init()

void ff_tpeldsp_init ( TpelDSPContext c)

Definition at line 312 of file tpeldsp.c.

Referenced by svq3_decode_init().