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

thirdpel DSP functions More...

#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

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

void ff_tpeldsp_init ( TpelDSPContext c)

Definition at line 312 of file tpeldsp.c.

Referenced by svq3_decode_init().