Home
last modified time | relevance | path

Searched refs:approx_exp (Results 1 – 12 of 12) sorted by relevance

/external/libaom/av1/encoder/x86/
Dml_sse3.c248 static inline __m128 approx_exp(__m128 y) { in approx_exp() function
317 __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()
Dtemporal_filter_sse2.c214 approx_exp((float)-scaled_error) * TF_WEIGHT_SCALE; in apply_temporal_filter()
Dhighbd_temporal_filter_sse2.c233 approx_exp((float)-scaled_error) * TF_WEIGHT_SCALE; in highbd_apply_temporal_filter()
Dhighbd_temporal_filter_avx2.c358 approx_exp((float)-scaled_error) * TF_WEIGHT_SCALE; in highbd_apply_temporal_filter()
/external/libaom/aom_dsp/
Dmathutils.h129 static inline float approx_exp(float y) { in approx_exp() function
/external/libaom/av1/encoder/
Dml.c167 output[i] = approx_exp(normalized_input); in av1_nn_fast_softmax_16_c()
Dtemporal_filter.c774 approx_exp((float)-scaled_error) * TF_WEIGHT_SCALE; in av1_apply_temporal_filter_c()
/external/libaom/av1/encoder/arm/
Dtemporal_filter_neon_dotprod.c208 approx_exp((float)-scaled_error) * TF_WEIGHT_SCALE; in apply_temporal_filter()
Dtemporal_filter_neon.c186 approx_exp((float)-scaled_error) * TF_WEIGHT_SCALE; in apply_temporal_filter()
Dhighbd_temporal_filter_neon.c276 approx_exp((float)-scaled_error) * TF_WEIGHT_SCALE; in highbd_apply_temporal_filter()
/external/skia/modules/skcms/src/
DTransform_inl.h285 SI F approx_exp(F x) { in approx_exp() function
342 , approx_exp((x-c)*a) + b); in apply_hlg()
/external/skia/src/opts/
DSkRasterPipeline_opts.h1369 SI F approx_exp(F x) { in approx_exp() function
2777 , 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()