Searched refs:dot_productf (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | celp_math_mips.c | 91 c->dot_productf = ff_dot_productf_mips; in ff_celp_math_init_mips()
|
/third_party/ffmpeg/libavcodec/ |
H A D | amrwbdec.c | 618 double p_ener = (double) ctx->dot_productf(p_vector, p_vector, in voice_factor() 621 double f_ener = (double) ctx->dot_productf(f_vector, f_vector, in voice_factor() 791 float energy = ctx->celpm_ctx.dot_productf(excitation, excitation, in synthesis() 852 out[i] = ctx->dot_productf(in0 + int_part, in upsample_5_4() 881 tmp = ctx->celpm_ctx.dot_productf(synth, synth + 1, AMRWB_SFR_SIZE - 1); in find_hb_gain() 884 tilt = tmp / ctx->celpm_ctx.dot_productf(synth, synth, AMRWB_SFR_SIZE); in find_hb_gain() 905 float energy = ctx->celpm_ctx.dot_productf(synth_exc, synth_exc, in scaled_hb_excitation() 1210 ctx->celpm_ctx.dot_productf(ctx->fixed_vector, in amrwb_decode_frame()
|
H A D | celp_math.h | 37 float (*dot_productf)(const float* a, const float* b, int length); member
|
H A D | amrnbdec.c | 818 float energy = p->celpm_ctx.dot_productf(excitation, excitation, in synthesis() 898 rh0 = p->celpm_ctx.dot_productf(hf, hf, AMR_TILT_RESPONSE); in tilt_factor() 899 rh1 = p->celpm_ctx.dot_productf(hf, hf + 1, AMR_TILT_RESPONSE - 1); in tilt_factor() 919 float speech_gain = p->celpm_ctx.dot_productf(samples, samples, in postfilter() 1029 p->celpm_ctx.dot_productf(p->fixed_vector, in amrnb_decode_frame()
|
H A D | celp_math.c | 123 c->dot_productf = ff_dot_productf; in ff_celp_math_init()
|
Completed in 8 milliseconds