FFmpeg
|
#include "qpeldsp.h"
Go to the source code of this file.
Data Structures | |
struct | H264QpelContext |
void ff_h264qpel_init | ( | H264QpelContext * | c, |
int | bit_depth | ||
) |
Definition at line 49 of file h264qpel.c.
Referenced by checkasm_check_h264qpel(), ff_rv30dsp_init(), ff_rv40dsp_init(), h264_slice_header_init(), and mca().
void ff_h264qpel_init_aarch64 | ( | H264QpelContext * | c, |
int | bit_depth | ||
) |
Definition at line 98 of file h264qpel_init_aarch64.c.
Referenced by ff_h264qpel_init().
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 282 of file h264qpel.c.
Referenced by ff_h264qpel_init().
void ff_h264qpel_init_x86 | ( | H264QpelContext * | c, |
int | bit_depth | ||
) |
Definition at line 540 of file h264_qpel.c.
Referenced by ff_h264qpel_init().
void ff_h264qpel_init_mips | ( | H264QpelContext * | c, |
int | bit_depth | ||
) |
Definition at line 241 of file h264qpel_init_mips.c.
Referenced by ff_h264qpel_init().