| 
    FFmpeg
    
   | 
 
#include <stdint.h>#include "libavutil/cpu.h"#include "libavcodec/avcodec.h"#include "libavcodec/exrdsp.h"Go to the source code of this file.
Functions | |
| void | ff_reorder_pixels_rvv (uint8_t *dst, const uint8_t *src, ptrdiff_t size) | 
| av_cold void | ff_exrdsp_init_riscv (ExrDSPContext *c) | 
| void ff_reorder_pixels_rvv | ( | uint8_t * | dst, | 
| const uint8_t * | src, | ||
| ptrdiff_t | size | ||
| ) | 
Referenced by ff_exrdsp_init_riscv().
| av_cold void ff_exrdsp_init_riscv | ( | ExrDSPContext * | c | ) | 
Definition at line 29 of file exrdsp_init.c.
Referenced by ff_exrdsp_init().
 1.8.17