Home
last modified time | relevance | path

Searched refs:prediction_error (Results 1 – 25 of 120) sorted by relevance

12345

/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dacelp_pitch_delay.c87 float *prediction_error, float energy_mean, in ff_amr_set_fixed_gain() argument
95 (avpriv_scalarproduct_float_c(pred_table, prediction_error, 4) + in ff_amr_set_fixed_gain()
100 memmove(&prediction_error[0], &prediction_error[1], in ff_amr_set_fixed_gain()
101 3 * sizeof(prediction_error[0])); in ff_amr_set_fixed_gain()
102 prediction_error[3] = 20.0 * log10f(fixed_gain_factor); in ff_amr_set_fixed_gain()
H A Dacelp_pitch_delay.h255 float *prediction_error, float energy_mean,
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dacelp_pitch_delay.c87 float *prediction_error, float energy_mean, in ff_amr_set_fixed_gain() argument
95 (avpriv_scalarproduct_float_c(pred_table, prediction_error, 4) + in ff_amr_set_fixed_gain()
100 memmove(&prediction_error[0], &prediction_error[1], in ff_amr_set_fixed_gain()
101 3 * sizeof(prediction_error[0])); in ff_amr_set_fixed_gain()
102 prediction_error[3] = 20.0 * log10f(fixed_gain_factor); in ff_amr_set_fixed_gain()
H A Dacelp_pitch_delay.h255 float *prediction_error, float energy_mean,
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dacelp_pitch_delay.c128 float *prediction_error, float energy_mean, in ff_amr_set_fixed_gain() argument
136 (avpriv_scalarproduct_float_c(pred_table, prediction_error, 4) + in ff_amr_set_fixed_gain()
141 memmove(&prediction_error[0], &prediction_error[1], in ff_amr_set_fixed_gain()
142 3 * sizeof(prediction_error[0])); in ff_amr_set_fixed_gain()
143 prediction_error[3] = 20.0 * log10f(fixed_gain_factor); in ff_amr_set_fixed_gain()
H A Dacelp_pitch_delay.h232 float *prediction_error, float energy_mean,
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dacelp_pitch_delay.c128 float *prediction_error, float energy_mean, in ff_amr_set_fixed_gain() argument
136 (avpriv_scalarproduct_float_c(pred_table, prediction_error, 4) + in ff_amr_set_fixed_gain()
141 memmove(&prediction_error[0], &prediction_error[1], in ff_amr_set_fixed_gain()
142 3 * sizeof(prediction_error[0])); in ff_amr_set_fixed_gain()
143 prediction_error[3] = 20.0 * log10f(fixed_gain_factor); in ff_amr_set_fixed_gain()
H A Dacelp_pitch_delay.h232 float *prediction_error, float energy_mean,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dacelp_pitch_delay.c128 float *prediction_error, float energy_mean, in ff_amr_set_fixed_gain() argument
136 (avpriv_scalarproduct_float_c(pred_table, prediction_error, 4) + in ff_amr_set_fixed_gain()
141 memmove(&prediction_error[0], &prediction_error[1], in ff_amr_set_fixed_gain()
142 3 * sizeof(prediction_error[0])); in ff_amr_set_fixed_gain()
143 prediction_error[3] = 20.0 * log10f(fixed_gain_factor); in ff_amr_set_fixed_gain()
H A Dacelp_pitch_delay.h232 float *prediction_error, float energy_mean,
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dacelp_pitch_delay.c128 float *prediction_error, float energy_mean, in ff_amr_set_fixed_gain() argument
136 (avpriv_scalarproduct_float_c(pred_table, prediction_error, 4) + in ff_amr_set_fixed_gain()
141 memmove(&prediction_error[0], &prediction_error[1], in ff_amr_set_fixed_gain()
142 3 * sizeof(prediction_error[0])); in ff_amr_set_fixed_gain()
143 prediction_error[3] = 20.0 * log10f(fixed_gain_factor); in ff_amr_set_fixed_gain()
H A Dacelp_pitch_delay.h232 float *prediction_error, float energy_mean,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dacelp_pitch_delay.c128 float *prediction_error, float energy_mean, in ff_amr_set_fixed_gain() argument
136 (avpriv_scalarproduct_float_c(pred_table, prediction_error, 4) + in ff_amr_set_fixed_gain()
141 memmove(&prediction_error[0], &prediction_error[1], in ff_amr_set_fixed_gain()
142 3 * sizeof(prediction_error[0])); in ff_amr_set_fixed_gain()
143 prediction_error[3] = 20.0 * log10f(fixed_gain_factor); in ff_amr_set_fixed_gain()
H A Dacelp_pitch_delay.h232 float *prediction_error, float energy_mean,
/dports/games/q2pro/q2pro/source/
H A Dcl_pred.c41 VectorClear( cl.prediction_error ); in CL_CheckPredictionError()
61 VectorClear( cl.prediction_error ); in CL_CheckPredictionError()
70 cl.prediction_error[0] = delta[0] * 0.125f; in CL_CheckPredictionError()
71 cl.prediction_error[1] = delta[1] * 0.125f; in CL_CheckPredictionError()
72 cl.prediction_error[2] = delta[2] * 0.125f; in CL_CheckPredictionError()
/dports/science/dynare/dynare-4.6.4/matlab/kalman/likelihood/
H A Dunivariate_kalman_filter_ss.m124 prediction_error = Y(i,t) - Z(i,:)*a; variable
128 prediction_error = Y(i,t) - a(Z(i)); variable
134 a = a + Ki*prediction_error;
136 likk(s,i) = log(Fi) + prediction_error*prediction_error/Fi + l2pi;
139 …PP,DLIKt,D2a,D2PP, Hesst] = univariate_computeDLIK(k,i,Z(i,:),Zflag,prediction_error,Ki,PPZ,Fi,Da,…
141 …[Da,DPP,DLIKt,Hesst] = univariate_computeDLIK(k,i,Z(i,:),Zflag,prediction_error,Ki,PPZ,Fi,Da,DYss,…
H A Dunivariate_kalman_filter.m175 prediction_error = Y(d_index(i),t) - z(i,:)*a; % nu_{t,i} in 6.13 in DK (2012) variable
179 prediction_error = Y(d_index(i),t) - a(z(i)); % nu_{t,i} in 6.13 in DK (2012) variable
188 …lik(s,i) = log(Fi) + (prediction_error*prediction_error)/Fi + l2pi; %Top equation p. 175 in DK (20…
191 …,DP,DLIKt,D2a,D2P, Hesst] = univariate_computeDLIK(k,i,z(i,:),Zflag,prediction_error,Ki,PZ,Fi,Da,D…
193 …[Da,DP,DLIKt,Hesst] = univariate_computeDLIK(k,i,z(i,:),Zflag,prediction_error,Ki,PZ,Fi,Da,DYss,DP…
203 a = a + Ki*prediction_error; %filtering according to (6.13) in DK (2012)
H A Dunivariate_kalman_filter_d.m128 prediction_error = Y(d_index(i),t) - Zi*a; % nu_{t,i} in 6.13 in DK (2012) variable
141 a = a + Kinf_Finf*prediction_error;
147 llik(s,d_index(i)) = log(Fstar) + (prediction_error*prediction_error/Fstar) + l2pi;
149 a = a+Kstar*(prediction_error/Fstar);
/dports/games/r1q2/r1q2-8012_5/client/
H A Dcl_pred.c48 VectorClear (cl.prediction_error); in CL_CheckPredictionError()
61 cl.prediction_error[0] = delta[0]*0.125f; in CL_CheckPredictionError()
62 cl.prediction_error[1] = delta[1]*0.125f; in CL_CheckPredictionError()
63 cl.prediction_error[2] = delta[2]*0.125f; in CL_CheckPredictionError()
/dports/games/quake2max/Quake2maX_0.45-src_unix/client/
H A Dcl_pred.c50 VectorClear (cl.prediction_error); in CL_CheckPredictionError()
62 cl.prediction_error[i] = delta[i]*0.125; in CL_CheckPredictionError()
/dports/games/quake2-source/quake2-r0.16.2/src/client/
H A Dcl_pred.c50 VectorClear (cl.prediction_error); in CL_CheckPredictionError()
62 cl.prediction_error[i] = delta[i]*0.125; in CL_CheckPredictionError()
/dports/games/quake2lnx/quake2-r0.16.2/src/client/
H A Dcl_pred.c50 VectorClear (cl.prediction_error); in CL_CheckPredictionError()
62 cl.prediction_error[i] = delta[i]*0.125; in CL_CheckPredictionError()
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dcl_pred.c47 VectorClear(cl.prediction_error); in CL_CheckPredictionError()
57 cl.prediction_error[i] = delta[i] * 0.125; in CL_CheckPredictionError()
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dmixed_cdft_types.F139 prediction_error component
416 IF (ASSOCIATED(dlb_control%prediction_error)) &
417 DEALLOCATE (dlb_control%prediction_error)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dmixed_cdft_types.F139 prediction_error component
416 IF (ASSOCIATED(dlb_control%prediction_error)) &
417 DEALLOCATE (dlb_control%prediction_error)

12345