|
FFmpeg
|
#include "config.h"#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavcodec/lossless_videoencdsp.h"#include "libavcodec/mathops.h"#include <sys/param.h>Go to the source code of this file.
Functions | |
| void | ff_llvidenc_sub_median_pred_rvb (uint8_t *dst, const uint8_t *src1, const uint8_t *src2, intptr_t w, int *left, int *left_top) |
| void | ff_llvidenc_diff_bytes_rvv (uint8_t *dst, const uint8_t *src1, const uint8_t *src2, intptr_t w) |
| void | ff_llvidenc_sub_median_pred_rvv (uint8_t *dst, const uint8_t *src1, const uint8_t *src2, intptr_t width, int *left, int *left_top) |
| void | ff_llvidenc_sub_left_predict_rvv (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, ptrdiff_t width, int height) |
| av_cold void | ff_llvidencdsp_init_riscv (LLVidEncDSPContext *c) |
| void ff_llvidenc_sub_median_pred_rvb | ( | uint8_t * | dst, |
| const uint8_t * | src1, | ||
| const uint8_t * | src2, | ||
| intptr_t | w, | ||
| int * | left, | ||
| int * | left_top | ||
| ) |
Referenced by ff_llvidencdsp_init_riscv().
| void ff_llvidenc_diff_bytes_rvv | ( | uint8_t * | dst, |
| const uint8_t * | src1, | ||
| const uint8_t * | src2, | ||
| intptr_t | w | ||
| ) |
Referenced by ff_llvidencdsp_init_riscv().
| void ff_llvidenc_sub_median_pred_rvv | ( | uint8_t * | dst, |
| const uint8_t * | src1, | ||
| const uint8_t * | src2, | ||
| intptr_t | width, | ||
| int * | left, | ||
| int * | left_top | ||
| ) |
Referenced by ff_llvidencdsp_init_riscv().
| void ff_llvidenc_sub_left_predict_rvv | ( | uint8_t * | dst, |
| const uint8_t * | src, | ||
| ptrdiff_t | stride, | ||
| ptrdiff_t | width, | ||
| int | height | ||
| ) |
Referenced by ff_llvidencdsp_init_riscv().
| av_cold void ff_llvidencdsp_init_riscv | ( | LLVidEncDSPContext * | c | ) |
Definition at line 42 of file llvidencdsp_init.c.
Referenced by ff_llvidencdsp_init().
1.8.17