Home
last modified time | relevance | path

Searched defs:AVFixedDSPContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/
Dfixed_dsp.h56 typedef struct AVFixedDSPContext { struct
80 …int16_t *dst, const int32_t *src0, const int32_t *src1, const int32_t *win, int len, uint8_t bits);
98 …_fmul_window)(int32_t *dst, const int32_t *src0, const int32_t *src1, const int32_t *win, int len);
113 void (*vector_fmul)(int *dst, const int *src0, const int *src1,
116 void (*vector_fmul_reverse)(int *dst, const int *src0, const int *src1, int len);
154 } AVFixedDSPContext; argument