Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dsoftfloat.h34 typedef struct SoftFloat{ struct
37 }SoftFloat; argument
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 (1…
44 static const SoftFloat FLOAT_100000 = { 0x30D40000, 17}; ///< 100000
45 static const SoftFloat FLOAT_0999999 = { 0x3FFFFBCE, 0}; ///< 0.999999
46 static const SoftFloat FLOAT_MIN = { 0x20000000, MIN_EXP};
[all …]
/third_party/ffmpeg/libavcodec/
Daacdec_fixed.c240 static av_always_inline SoftFloat flt16_round(SoftFloat pf) in flt16_round()
242 SoftFloat tmp; in flt16_round()
254 static av_always_inline SoftFloat flt16_even(SoftFloat pf) in flt16_even()
256 SoftFloat tmp; in flt16_even()
268 static av_always_inline SoftFloat flt16_trunc(SoftFloat pf) in flt16_trunc()
270 SoftFloat pun; in flt16_trunc()
285 const SoftFloat a = { 1023410176, 0 }; // 61.0 / 64 in predict()
286 const SoftFloat alpha = { 973078528, 0 }; // 29.0 / 32 in predict()
287 SoftFloat e0, e1; in predict()
288 SoftFloat pv; in predict()
[all …]
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_boost, gain_max; in sbr_gain_calc()
[all …]
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()
Daac_defines.h42 typedef SoftFloat AAC_FLOAT;
Daacsbr_template.c1425 …const SoftFloat recip_env_size = av_int2sf(0x20000000 / (ch_data->t_env[e + 1] - ch_data->t_env[e]…
1452 SoftFloat sum = FLOAT_0;
1453 … const SoftFloat den = av_int2sf(0x20000000 / (env_size * (table[p + 1] - table[p])), 29);
Daacps_fixed_tablegen.h295SoftFloat 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/
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/PowerPC/
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/
DX86TargetMachine.cpp262 bool SoftFloat = in getSubtargetImpl() local
266 if (SoftFloat) in getSubtargetImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetMachine.cpp268 bool SoftFloat = in getSubtargetImpl() local
272 if (SoftFloat) in getSubtargetImpl()
/third_party/mesa3d/src/compiler/glsl/
Dfloat64.glsl3 * implementations found in the Berkeley SoftFloat library. As such, they are
6 * License for Berkeley SoftFloat Release 3e
11 * The following applies to the whole of SoftFloat Release 3e as well as to