#include "config.h"
#include "libavcodec/dsputil.h"
Go to the source code of this file.
Functions | |
static void | vector_fmul_window_mips (float *dst, const float *src0, const float *src1, const float *win, int len) |
av_cold void | ff_dsputil_init_mips (DSPContext *c, AVCodecContext *avctx) |
av_cold void ff_dsputil_init_mips | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
static void vector_fmul_window_mips | ( | float * | dst, | |
const float * | src0, | |||
const float * | src1, | |||
const float * | win, | |||
int | len | |||
) | [static] |