|
FFmpeg
|
#include "libavutil/attributes.h"#include "libavutil/common.h"#include "h264qpel.h"#include "h264qpel_template.c"Go to the source code of this file.
Macros | |
| #define | pixeltmp int16_t |
| #define | BIT_DEPTH 8 |
| #define | BIT_DEPTH 9 |
| #define | BIT_DEPTH 10 |
| #define | pixeltmp int32_t |
| #define | BIT_DEPTH 12 |
| #define | BIT_DEPTH 14 |
| #define | FUNCC(f, depth) |
| #define | dspfunc2(PFX, IDX, NUM, depth) |
| #define | SET_QPEL(M, depth) |
| #define | FPEL(PFX, IDX, NUM, depth) |
Functions | |
| av_cold void | ff_h264qpel_init (H264QpelContext *c, int bit_depth) |
| #define pixeltmp int16_t |
Definition at line 26 of file h264qpel.c.
Referenced by put_snow_qpel2_hv_lowpass_8().
| #define BIT_DEPTH 8 |
Definition at line 27 of file h264qpel.c.
| #define BIT_DEPTH 9 |
Definition at line 27 of file h264qpel.c.
| #define BIT_DEPTH 10 |
Definition at line 27 of file h264qpel.c.
| #define pixeltmp int32_t |
Definition at line 26 of file h264qpel.c.
| #define BIT_DEPTH 12 |
Definition at line 27 of file h264qpel.c.
| #define BIT_DEPTH 14 |
Definition at line 27 of file h264qpel.c.
| #define FUNCC | ( | f, | |
| depth ) |
| #define dspfunc2 | ( | PFX, | |
| IDX, | |||
| NUM, | |||
| depth ) |
Referenced by ff_h264qpel_init().
| #define SET_QPEL | ( | M, | |
| depth ) |
Referenced by ff_h264qpel_init().
| #define FPEL | ( | PFX, | |
| IDX, | |||
| NUM, | |||
| depth ) |
Referenced by ff_h264qpel_init().
| av_cold void ff_h264qpel_init | ( | H264QpelContext * | c, |
| int | bit_depth ) |
Definition at line 50 of file h264qpel.c.
Referenced by checkasm_check_h264qpel(), ff_rv30dsp_init(), ff_rv40dsp_init(), h264_slice_header_init(), and init_qpel().