|
FFmpeg
|
#include "libavutil/loongarch/cpu.h"#include "libavutil/attributes.h"#include "libavcodec/vp9dsp.h"#include "vp9dsp_loongarch.h"Go to the source code of this file.
Macros | |
| #define | init_subpel1(idx1, idx2, idxh, idxv, sz, dir, type) |
| #define | init_subpel2(idx, idxh, idxv, dir, type) |
| #define | init_subpel3(idx, type) |
| #define | init_fpel(idx1, idx2, sz, type) |
| #define | init_copy(idx, sz) |
| #define | init_intra_pred1_lsx(tx, sz) |
| #define | init_intra_pred2_lsx(tx, sz) |
| #define | init_idct(tx, nm) |
| #define | init_itxfm(tx, sz) |
Functions | |
| av_cold void | ff_vp9dsp_init_loongarch (VP9DSPContext *dsp, int bpp) |
| #define init_subpel1 | ( | idx1, | |
| idx2, | |||
| idxh, | |||
| idxv, | |||
| sz, | |||
| dir, | |||
| type ) |
Definition at line 27 of file vp9dsp_init_loongarch.c.
| #define init_subpel2 | ( | idx, | |
| idxh, | |||
| idxv, | |||
| dir, | |||
| type ) |
Definition at line 35 of file vp9dsp_init_loongarch.c.
| #define init_subpel3 | ( | idx, | |
| type ) |
Definition at line 42 of file vp9dsp_init_loongarch.c.
Referenced by ff_vp9dsp_init_loongarch().
| #define init_fpel | ( | idx1, | |
| idx2, | |||
| sz, | |||
| type ) |
Definition at line 47 of file vp9dsp_init_loongarch.c.
| #define init_copy | ( | idx, | |
| sz ) |
Definition at line 53 of file vp9dsp_init_loongarch.c.
Referenced by ff_vp9dsp_init_loongarch().
| #define init_intra_pred1_lsx | ( | tx, | |
| sz ) |
Definition at line 57 of file vp9dsp_init_loongarch.c.
Referenced by ff_vp9dsp_init_loongarch().
| #define init_intra_pred2_lsx | ( | tx, | |
| sz ) |
Definition at line 68 of file vp9dsp_init_loongarch.c.
Referenced by ff_vp9dsp_init_loongarch().
| #define init_idct | ( | tx, | |
| nm ) |
Definition at line 74 of file vp9dsp_init_loongarch.c.
Referenced by ff_vp9dsp_init_loongarch().
| #define init_itxfm | ( | tx, | |
| sz ) |
Definition at line 80 of file vp9dsp_init_loongarch.c.
Referenced by ff_vp9dsp_init_loongarch().
| av_cold void ff_vp9dsp_init_loongarch | ( | VP9DSPContext * | dsp, |
| int | bpp ) |
Definition at line 83 of file vp9dsp_init_loongarch.c.
Referenced by ff_vp9dsp_init().