Home
last modified time | relevance | path

Searched refs:Q31 (Results 1 - 16 of 16) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Daacsbrdata.h272 {Q31(-0.99948153278296f), Q31(-0.59483417516607f)}, {Q31( 0.97113454393991f), Q31(-0.67528515225647f)},
273 {Q31( 0.14130051758487f), Q31(-0.95090983575689f)}, {Q31(-0.47005496701697f), Q31(-0.37340549728647f)},
274 {Q31( 0.80705063769351f), Q31( 0.2965366828440
[all...]
H A Daactab.h62 Q31(0.00000000), Q31(-0.43388373), Q31(0.64278758), Q31(0.34202015),
66 Q31(0.00000000), Q31(-0.43388373), Q31(-0.78183150), Q31(-0.97492790),
67 Q31(0.98480773), Q31( 0.8660253
[all...]
H A Daacps_fixed_tablegen.h64 Q31(0.00746082949812f), Q31(0.02270420949825f), Q31(0.04546865930473f), Q31(0.07266113929591f),
65 Q31(0.09885108575264f), Q31(0.11793710567217f), Q31(0.125f)
69 Q31(0.04081179924692f), Q31(0.03812810994926f), Q31(0.0514490813569
[all...]
H A Daacsbr_fixed.c76 static const int CONST_LN2 = Q31(0.6931471806/256); // ln(2)/256
77 static const int CONST_RECIP_LN2 = Q31(0.7213475204); // 0.5/ln(2)
78 static const int CONST_076923 = Q31(0.76923076923076923077f);
82 Q31(1.0/2), Q31(1.0/3), Q31(1.0/4), Q31(1.0/5), Q31(1.0/6),
83 Q31(1.0/7), Q31(1.
[all...]
H A Daacpsdsp_template.c110 static const INTFLOAT a[] = { Q31(0.65143905753106f), in ps_decorrelate_c()
111 Q31(0.56471812200776f), in ps_decorrelate_c()
112 Q31(0.48954165955695f) }; in ps_decorrelate_c()
H A Daac_defines.h47 #define Q31(x) (int)((x)*2147483648.0 + 0.5) macro
96 #define Q31(x) ((float)(x)) macro
H A Daacdec_fixed.c107 static const int exp2tab[4] = { Q31(1.0000000000/2), Q31(1.1892071150/2), Q31(1.4142135624/2), Q31(1.6817928305/2) }; // 2^0, 2^0.25, 2^0.5, 2^0.75
H A Daacps.c39 Q31(0.0f), Q31(0.01899487526049f), Q31(0.0f), Q31(-0.07293139167538f),
40 Q31(0.0f), Q31(0.30596630545168f), Q31(0.5f)
416 const INTFLOAT peak_decay_factor = Q31(0.76592833836465f); in decorrelation()
H A Dfft_template.c388 accu = (int64_t)Q31(M_SQRT1_2)*(int)(tmp1 + tmp2); in fft_calc_c()
390 accu = (int64_t)Q31(M_SQRT1_2)*(int)(tmp3 - tmp4); in fft_calc_c()
392 accu = (int64_t)Q31(M_SQRT1_2)*(int)(tmp2 - tmp1); in fft_calc_c()
394 accu = (int64_t)Q31(M_SQRT1_2)*(int)(tmp3 + tmp4); in fft_calc_c()
H A Dfft.h44 #define Q31(x) (int)((x)*2147483648.0 + 0.5) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp94 case AArch64::Q31: in isOdd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp226 {codeview::RegisterId::ARM64_Q31, AArch64::Q31}, in initLLVMToCVRegMapping()
H A DAArch64InstPrinter.cpp1195 case AArch64::Q30: Reg = AArch64::Q31; break; in getNextVectorRegister()
1197 case AArch64::Q31: in getNextVectorRegister()
/third_party/typescript/tests/baselines/reference/
H A DkeyofAndIndexedAccess.js64 type Q31 = [string, number][1]; // number
1159 type Q31 = [string, number][1];
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp311 AArch64::Q30, AArch64::Q31
635 AArch64::Q30, AArch64::Q31
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2121 .Case("v31", AArch64::Q31) in MatchNeonVectorRegName()

Completed in 23 milliseconds