| 
    FFmpeg
    
   | 
 
#include <stdint.h>#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavcodec/avcodec.h"#include "libavcodec/alacdsp.h"Go to the source code of this file.
Functions | |
| void | ff_alac_decorrelate_stereo_rvv (int32_t *buffer[2], int nb_samples, int decorr_shift, int decorr_left_weight) | 
| void | ff_alac_append_extra_bits_mono_rvv (int32_t *buffer[2], int32_t *extra_bits_buf[2], int extra_bits, int channels, int nb_samples) | 
| void | ff_alac_append_extra_bits_stereo_rvv (int32_t *buffer[2], int32_t *extra_bits_buf[2], int extra_bits, int channels, int nb_samples) | 
| av_cold void | ff_alacdsp_init_riscv (ALACDSPContext *c) | 
| void ff_alac_decorrelate_stereo_rvv | ( | int32_t * | buffer[2], | 
| int | nb_samples, | ||
| int | decorr_shift, | ||
| int | decorr_left_weight | ||
| ) | 
Referenced by ff_alacdsp_init_riscv().
| void ff_alac_append_extra_bits_mono_rvv | ( | int32_t * | buffer[2], | 
| int32_t * | extra_bits_buf[2], | ||
| int | extra_bits, | ||
| int | channels, | ||
| int | nb_samples | ||
| ) | 
Referenced by ff_alacdsp_init_riscv().
| void ff_alac_append_extra_bits_stereo_rvv | ( | int32_t * | buffer[2], | 
| int32_t * | extra_bits_buf[2], | ||
| int | extra_bits, | ||
| int | channels, | ||
| int | nb_samples | ||
| ) | 
Referenced by ff_alacdsp_init_riscv().
| av_cold void ff_alacdsp_init_riscv | ( | ALACDSPContext * | c | ) | 
Definition at line 39 of file alacdsp_init.c.
Referenced by ff_alacdsp_init().
 1.8.17