h264qpel.h File Reference
#include "dsputil.h"
Include dependency graph for h264qpel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  H264QpelContext
 

Typedefs

typedef struct H264QpelContext H264QpelContext
 

Functions

void ff_h264qpel_init (H264QpelContext *c, int bit_depth)
 
void ff_h264qpel_init_arm (H264QpelContext *c, int bit_depth)
 
void ff_h264qpel_init_ppc (H264QpelContext *c, int bit_depth)
 
void ff_h264qpel_init_x86 (H264QpelContext *c, int bit_depth)
 

Typedef Documentation

Function Documentation

void ff_h264qpel_init ( H264QpelContext c,
int  bit_depth 
)
void ff_h264qpel_init_arm ( H264QpelContext c,
int  bit_depth 
)

Definition at line 97 of file h264qpel_init_arm.c.

Referenced by ff_h264qpel_init().

void ff_h264qpel_init_ppc ( H264QpelContext c,
int  bit_depth 
)

Definition at line 286 of file ppc/h264_qpel.c.

Referenced by ff_h264qpel_init().

void ff_h264qpel_init_x86 ( H264QpelContext c,
int  bit_depth 
)

Definition at line 545 of file x86/h264_qpel.c.

Referenced by ff_h264qpel_init().