|
FFmpeg
|
#include <stddef.h>#include <stdint.h>#include "config.h"#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavutil/riscv/cpu.h"#include "libavcodec/codec_id.h"#include "libavcodec/h264pred.h"Go to the source code of this file.
Macros | |
| #define | PRED8x8(TYPE, DEPTH, SUFFIX) |
| #define | PRED16x16(TYPE, DEPTH, SUFFIX) |
Functions | |
| PRED8x8 (PRED8x8(horizontal, PRED8x8(8, rvv_vl128) | |
Definition at line 30 of file h264_intrapred_init.c.
| PRED8x8 | ( | PRED8x8( | horizontal, |
| PRED8x8( | 8, | ||
| rvv_vl128 | ) |
Definition at line 39 of file h264_intrapred_init.c.