Home
last modified time | relevance | path

Searched refs:SoftFloat (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dsoftfloat.h34 typedef struct SoftFloat{ struct
37 }SoftFloat; typedef
39 static const SoftFloat FLOAT_0 = { 0, MIN_EXP}; ///< 0.0
40 static const SoftFloat FLOAT_05 = { 0x20000000, 0}; ///< 0.5
41 static const SoftFloat FLOAT_1 = { 0x20000000, 1}; ///< 1.0
42 static const SoftFloat FLOAT_EPSILON = { 0x29F16B12, -16}; ///< A small value
43 static const SoftFloat FLOAT_1584893192 = { 0x32B771ED, 1}; ///< 1.584893192 (10^.2)
44 static const SoftFloat FLOAT_100000 = { 0x30D40000, 17}; ///< 100000
45 static const SoftFloat FLOAT_0999999 = { 0x3FFFFBCE, 0}; ///< 0.999999
46 static const SoftFloat FLOAT_MI
[all...]
/third_party/ffmpeg/libavcodec/
H A Daacdec_fixed.c239 static av_always_inline SoftFloat flt16_round(SoftFloat pf) in flt16_round()
241 SoftFloat tmp; in flt16_round()
253 static av_always_inline SoftFloat flt16_even(SoftFloat pf) in flt16_even()
255 SoftFloat tmp; in flt16_even()
267 static av_always_inline SoftFloat flt16_trunc(SoftFloat pf) in flt16_trunc()
269 SoftFloat pun; in flt16_trunc()
284 const SoftFloat in predict()
[all...]
H A Daacsbr_fixed.c163 SoftFloat temp1, temp2, fac; in sbr_dequant()
189 SoftFloat temp1, temp2, fac; in sbr_dequant()
207 SoftFloat temp1; in sbr_dequant()
243 SoftFloat phi[3][2][2]; in sbr_hf_inverse_filter()
244 SoftFloat a00, a01, a10, a11; in sbr_hf_inverse_filter()
245 SoftFloat dk; in sbr_hf_inverse_filter()
257 SoftFloat temp_real, temp_im; in sbr_hf_inverse_filter()
273 SoftFloat temp_real, temp_im; in sbr_hf_inverse_filter()
404 static const SoftFloat limgain[4] = { { 760155524, 0 }, { 0x20000000, 1 }, in sbr_gain_calc()
410 SoftFloat gain_boos in sbr_gain_calc()
[all...]
H A Dsbrdsp_fixed.c34 static SoftFloat sbr_sum_square_c(int (*x)[2], int n) in sbr_sum_square_c()
36 SoftFloat ret; in sbr_sum_square_c()
122 static av_always_inline SoftFloat autocorr_calc(int64_t accu) in autocorr_calc()
146 static av_always_inline void autocorrelate(const int x[40][2], SoftFloat phi[3][2][2], int lag) in autocorrelate()
201 static void sbr_autocorrelate_c(const int x[40][2], SoftFloat phi[3][2][2]) in sbr_autocorrelate_c()
245 const SoftFloat *g_filt, int m_max, intptr_t ixh) in sbr_hf_g_filt_c()
263 const SoftFloat *s_m, in sbr_hf_apply_noise()
264 const SoftFloat *q_filt, in sbr_hf_apply_noise()
H A Daac_defines.h41 typedef SoftFloat AAC_FLOAT;
H A Daacsbr_template.c1425 const SoftFloat recip_env_size = av_int2sf(0x20000000 / (ch_data->t_env[e + 1] - ch_data->t_env[e]), 30);
1452 SoftFloat sum = FLOAT_0;
1453 const SoftFloat den = av_int2sf(0x20000000 / (env_size * (table[p + 1] - table[p])), 29);
H A Daacps_fixed_tablegen.h295 SoftFloat pd_mag = av_int2sf(((ipdopd_cos[(pd0-pd1)&7]+8)>>4) + ((ipdopd_cos[(pd0-pd2)&7]+4)>>3) + in ps_tableinit()
/third_party/ffmpeg/libavutil/tests/
H A Dsoftfloat.c31 static const SoftFloat FLOAT_0_017776489257 = {0x1234, 12};
32 static const SoftFloat FLOAT_1374_40625 = {0xabcd, 25};
33 static const SoftFloat FLOAT_0_1249694824218 = {0xFFF, 15};
37 SoftFloat one= av_int2sf(1, 0); in main()
38 SoftFloat sf1, sf2, sf3; in main()
103 sf1 = (SoftFloat){ 0x20000000, MIN_EXP }; in main()
107 sf1 = (SoftFloat){ 0x20000000, MIN_EXP }; in main()
108 sf2 = (SoftFloat){ 0x20000000, MAX_EXP }; in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp268 bool SoftFloat = in getSubtargetImpl() local
272 if (SoftFloat) in getSubtargetImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp327 bool SoftFloat = in getSubtargetImpl() local
331 if (SoftFloat) in getSubtargetImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp262 bool SoftFloat = in getSubtargetImpl() local
266 if (SoftFloat) in getSubtargetImpl()

Completed in 10 milliseconds