FFmpeg
|
#include <takdsp.h>
Data Fields | |
void(* | decorrelate_ls )(const int32_t *p1, int32_t *p2, int length) |
void(* | decorrelate_sr )(int32_t *p1, const int32_t *p2, int length) |
void(* | decorrelate_sm )(int32_t *p1, int32_t *p2, int length) |
void(* | decorrelate_sf )(int32_t *p1, const int32_t *p2, int length, int dshift, int dfactor) |
Definition at line 25 of file takdsp.h.
Referenced by ff_takdsp_init_riscv().
Definition at line 26 of file takdsp.h.
Referenced by ff_takdsp_init_riscv().
Definition at line 27 of file takdsp.h.
Referenced by ff_takdsp_init_riscv().
void(* TAKDSPContext::decorrelate_sf) (int32_t *p1, const int32_t *p2, int length, int dshift, int dfactor) |
Definition at line 28 of file takdsp.h.
Referenced by ff_takdsp_init_riscv().