Searched refs:approx_exp (Results 1 – 12 of 12) sorted by relevance
248 static inline __m128 approx_exp(__m128 y) { in approx_exp() function317 __m128 sum = in_0 = approx_exp(in_0); in av1_nn_fast_softmax_16_sse3()318 in_1 = approx_exp(in_1); in av1_nn_fast_softmax_16_sse3()320 in_2 = approx_exp(in_2); in av1_nn_fast_softmax_16_sse3()322 in_3 = approx_exp(in_3); in av1_nn_fast_softmax_16_sse3()
214 approx_exp((float)-scaled_error) * TF_WEIGHT_SCALE; in apply_temporal_filter()
233 approx_exp((float)-scaled_error) * TF_WEIGHT_SCALE; in highbd_apply_temporal_filter()
358 approx_exp((float)-scaled_error) * TF_WEIGHT_SCALE; in highbd_apply_temporal_filter()
129 static inline float approx_exp(float y) { in approx_exp() function
167 output[i] = approx_exp(normalized_input); in av1_nn_fast_softmax_16_c()
774 approx_exp((float)-scaled_error) * TF_WEIGHT_SCALE; in av1_apply_temporal_filter_c()
208 approx_exp((float)-scaled_error) * TF_WEIGHT_SCALE; in apply_temporal_filter()
186 approx_exp((float)-scaled_error) * TF_WEIGHT_SCALE; in apply_temporal_filter()
276 approx_exp((float)-scaled_error) * TF_WEIGHT_SCALE; in highbd_apply_temporal_filter()
285 SI F approx_exp(F x) { in approx_exp() function342 , approx_exp((x-c)*a) + b); in apply_hlg()
1369 SI F approx_exp(F x) { in approx_exp() function2777 , approx_exp((v-c)*a) + b); in HIGHP_STAGE()4462 HIGHP_TAIL_STAGE(exp_float, F* dst) { *dst = approx_exp(*dst); } in HIGHP_TAIL_STAGE()