Home
last modified time | relevance | path

Searched refs:vector_dmul_scalar (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavutil/x86/
H A Dfloat_dsp_init.c97 fdsp->vector_dmul_scalar = ff_vector_dmul_scalar_sse2; in ff_float_dsp_init_x86()
103 fdsp->vector_dmul_scalar = ff_vector_dmul_scalar_avx; in ff_float_dsp_init_x86()
H A Dfloat_dsp.asm257 cglobal vector_dmul_scalar, 3,4,3, dst, src, mul, len, lenaddr
260 cglobal vector_dmul_scalar, 3,3,3, dst, src, len
262 cglobal vector_dmul_scalar, 4,4,3, dst, src, mul, len
/third_party/ffmpeg/libavutil/aarch64/
H A Dfloat_dsp_init.c61 fdsp->vector_dmul_scalar = ff_vector_dmul_scalar_neon; in ff_float_dsp_init_aarch64()
/third_party/ffmpeg/libavutil/
H A Dfloat_dsp.h100 void (*vector_dmul_scalar)(double *dst, const double *src, double mul, member
H A Dfloat_dsp.c146 fdsp->vector_dmul_scalar = vector_dmul_scalar_c; in avpriv_float_dsp_alloc()
/third_party/ffmpeg/libavfilter/
H A Dafir_template.c241 s->fdsp->vector_dmul_scalar(time, time, s->gain, FFALIGN(cur_nb_taps, 8)); in get_power()
288 s->fdsp->vector_dmul_scalar(src + seg->input_offset, in, s->dry_gain, FFALIGN(nb_samples, 8)); in fir_quantum()
381 s->fdsp->vector_dmul_scalar(ptr, ptr, s->wet_gain, FFALIGN(nb_samples, 8)); in fir_quantum()
H A Daf_volume.c433 vol->fdsp->vector_dmul_scalar((double *)out_buf->extended_data[p], in filter_frame()
/third_party/ffmpeg/tests/checkasm/
H A Dfloat_dsp.c326 if (check_func(fdsp->vector_dmul_scalar, "vector_dmul_scalar")) in checkasm_check_float_dsp()

Completed in 4 milliseconds