FFmpeg
|
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/riscv/cpu.h"
#include "libavcodec/h264chroma.h"
#include "config.h"
Go to the source code of this file.
Functions | |
void | h264_put_chroma_mc8_rvv (uint8_t *p_dst, const uint8_t *p_src, ptrdiff_t stride, int h, int x, int y) |
void | h264_avg_chroma_mc8_rvv (uint8_t *p_dst, const uint8_t *p_src, ptrdiff_t stride, int h, int x, int y) |
void | h264_put_chroma_mc4_rvv (uint8_t *p_dst, const uint8_t *p_src, ptrdiff_t stride, int h, int x, int y) |
void | h264_avg_chroma_mc4_rvv (uint8_t *p_dst, const uint8_t *p_src, ptrdiff_t stride, int h, int x, int y) |
void | h264_put_chroma_mc2_rvv (uint8_t *p_dst, const uint8_t *p_src, ptrdiff_t stride, int h, int x, int y) |
void | h264_avg_chroma_mc2_rvv (uint8_t *p_dst, const uint8_t *p_src, ptrdiff_t stride, int h, int x, int y) |
av_cold void | ff_h264chroma_init_riscv (H264ChromaContext *c, int bit_depth) |
void h264_put_chroma_mc8_rvv | ( | uint8_t * | p_dst, |
const uint8_t * | p_src, | ||
ptrdiff_t | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_riscv().
void h264_avg_chroma_mc8_rvv | ( | uint8_t * | p_dst, |
const uint8_t * | p_src, | ||
ptrdiff_t | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_riscv().
void h264_put_chroma_mc4_rvv | ( | uint8_t * | p_dst, |
const uint8_t * | p_src, | ||
ptrdiff_t | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_riscv().
void h264_avg_chroma_mc4_rvv | ( | uint8_t * | p_dst, |
const uint8_t * | p_src, | ||
ptrdiff_t | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_riscv().
void h264_put_chroma_mc2_rvv | ( | uint8_t * | p_dst, |
const uint8_t * | p_src, | ||
ptrdiff_t | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_riscv().
void h264_avg_chroma_mc2_rvv | ( | uint8_t * | p_dst, |
const uint8_t * | p_src, | ||
ptrdiff_t | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_riscv().
av_cold void ff_h264chroma_init_riscv | ( | H264ChromaContext * | c, |
int | bit_depth | ||
) |
Definition at line 35 of file h264_chroma_init_riscv.c.
Referenced by ff_h264chroma_init().