FFmpeg
Data Structures | Functions
h264qpel.h File Reference
#include "qpeldsp.h"

Go to the source code of this file.

Data Structures

struct  H264QpelContext
 

Functions

void ff_h264qpel_init (H264QpelContext *c, int bit_depth)
 
void ff_h264qpel_init_aarch64 (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)
 
void ff_h264qpel_init_mips (H264QpelContext *c, int bit_depth)
 
void ff_h264qpel_init_loongarch (H264QpelContext *c, int bit_depth)
 

Function Documentation

◆ ff_h264qpel_init()

void ff_h264qpel_init ( H264QpelContext c,
int  bit_depth 
)

◆ ff_h264qpel_init_aarch64()

void ff_h264qpel_init_aarch64 ( H264QpelContext c,
int  bit_depth 
)

Definition at line 142 of file h264qpel_init_aarch64.c.

Referenced by ff_h264qpel_init().

◆ ff_h264qpel_init_arm()

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().

◆ ff_h264qpel_init_ppc()

void ff_h264qpel_init_ppc ( H264QpelContext c,
int  bit_depth 
)

Definition at line 283 of file h264qpel.c.

Referenced by ff_h264qpel_init().

◆ ff_h264qpel_init_x86()

void ff_h264qpel_init_x86 ( H264QpelContext c,
int  bit_depth 
)

Definition at line 475 of file h264_qpel.c.

Referenced by ff_h264qpel_init().

◆ ff_h264qpel_init_mips()

void ff_h264qpel_init_mips ( H264QpelContext c,
int  bit_depth 
)

Definition at line 26 of file h264qpel_init_mips.c.

Referenced by ff_h264qpel_init().

◆ ff_h264qpel_init_loongarch()

void ff_h264qpel_init_loongarch ( H264QpelContext c,
int  bit_depth 
)

Definition at line 27 of file h264qpel_init_loongarch.c.

Referenced by ff_h264qpel_init().