Searched refs:scalarproduct_float (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavutil/arm/ |
D | float_dsp_init_neon.c | 58 fdsp->scalarproduct_float = ff_scalarproduct_float_neon; in ff_float_dsp_init_neon()
|
/third_party/ffmpeg/libavutil/aarch64/ |
D | float_dsp_init.c | 60 fdsp->scalarproduct_float = ff_scalarproduct_float_neon; in ff_float_dsp_init_aarch64()
|
/third_party/ffmpeg/libavutil/ |
D | float_dsp.h | 175 float (*scalarproduct_float)(const float *v1, const float *v2, int len); member
|
D | float_dsp.c | 151 fdsp->scalarproduct_float = avpriv_scalarproduct_float_c; in avpriv_float_dsp_alloc()
|
/third_party/ffmpeg/libavfilter/ |
D | af_anlms.c | 108 output = s->fdsp->scalarproduct_float(delay, tmp, s->kernel_size); in fir_sample() 131 sum = s->fdsp->scalarproduct_float(delay, delay, s->kernel_size); in process_sample()
|
D | af_headphone.c | 80 float (*scalarproduct_float)(const float *v1, const float *v2, int len); member 198 dst[0] += s->scalarproduct_float(cur_ir, temp_src, FFALIGN(ir_len, 32)); in headphone_convolute() 688 s->scalarproduct_float = fdsp->scalarproduct_float; in init()
|
D | af_arnndn.c | 1017 sum = s->fdsp->scalarproduct_float(in, s->dct_table[i], FFALIGN(NB_BANDS, 4)); in dct() 1296 sum += s->fdsp->scalarproduct_float(gru->input_weights + i * istride, input, AM); in compute_gru() 1297 sum += s->fdsp->scalarproduct_float(gru->recurrent_weights + i * stride, state, AN); in compute_gru() 1305 sum += s->fdsp->scalarproduct_float(gru->input_weights + AM + i * istride, input, AM); in compute_gru() 1306 sum += s->fdsp->scalarproduct_float(gru->recurrent_weights + AN + i * stride, state, AN); in compute_gru() 1314 sum += s->fdsp->scalarproduct_float(gru->input_weights + 2 * AM + i * istride, input, AM); in compute_gru()
|
D | af_sofalizer.c | 413 dst[0] += s->fdsp->scalarproduct_float(temp_ir, temp_src, FFALIGN(ir_samples, 32)); in sofalizer_convolute()
|
D | vf_nnedi.c | 213 sum = s->fdsp->scalarproduct_float(kernel, input, n); in dot_dsp()
|
/third_party/ffmpeg/libavutil/x86/ |
D | float_dsp_init.c | 91 fdsp->scalarproduct_float = ff_scalarproduct_float_sse; in ff_float_dsp_init_x86()
|
D | float_dsp.asm | 420 cglobal scalarproduct_float, 3,3,2, v1, v2, offset
|
/third_party/ffmpeg/tests/checkasm/ |
D | float_dsp.c | 335 if (check_func(fdsp->scalarproduct_float, "scalarproduct_float")) in checkasm_check_float_dsp()
|
/third_party/ffmpeg/libavcodec/ |
D | aaccoder.c | 649 band_energy = s->fdsp->scalarproduct_float(PNS, PNS, sce->ics.swb_sizes[g]); in search_for_pns() 652 pns_senergy = s->fdsp->scalarproduct_float(PNS, PNS, sce->ics.swb_sizes[g]); in search_for_pns()
|
D | aacdec_template.c | 1816 band_energy = ac->fdsp->scalarproduct_float(cfo, cfo, off_len); in decode_spectrum_and_dequant()
|