Searched refs:Q30 (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | aacps_fixed_tablegen.h | 142 static const int ipdopd_sin[] = { Q30(0), Q30(M_SQRT1_2), Q30(1), Q30( M_SQRT1_2), Q30( 0), Q30(-M_SQRT1_2), Q30(-1), Q30(-M_SQRT1_2) }; in ps_tableinit() 143 static const int ipdopd_cos[] = { Q30(1), Q30(M_SQRT1_ in ps_tableinit() [all...] |
H A D | aactab.h | 51 Q30(0.570829), Q30(0.696616), Q30(0.813004), Q30(0.911304), 52 Q30(0.984900), Q30(1.067894), Q30(1.194601), Q30(1.369533),
|
H A D | aacdec_fixed.c | 341 Q30(1.0), //2^(0/8) 342 Q30(1.0905077327), //2^(1/8) 343 Q30(1.1892071150), //2^(2/8) 344 Q30(1.2968395547), //2^(3/8) 345 Q30(1.4142135624), //2^(4/8) 346 Q30(1.5422108254), //2^(5/8) 347 Q30(1.6817928305), //2^(6/8) 348 Q30(1.8340080864), //2^(7/8)
|
H A D | aac_defines.h | 46 #define Q30(x) (int)((x)*1073741824.0 + 0.5) macro 95 #define Q30(x) ((float)(x)) macro
|
H A D | aacps.c | 188 #define DECAY_SLOPE Q30(0.05f) 678 INTFLOAT width = Q30(1.f) / ((stop - start) ? (stop - start) : 1); in stereo_processing()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jdcoefct.c | 445 JLONG Q00, Q01, Q02, Q03 = 0, Q10, Q11, Q12 = 0, Q20, Q21 = 0, Q30 = 0, num; in decompress_smooth_data() local 536 Q30 = quanttbl->quantval[Q30_POS]; in decompress_smooth_data() 754 pred = (int)(((Q30 << 7) + num) / (Q30 << 8)); in decompress_smooth_data() 758 pred = (int)(((Q30 << 7) - num) / (Q30 << 8)); in decompress_smooth_data()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64PBQPRegAlloc.cpp | 143 case AArch64::Q30: in isOdd()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCTargetDesc.cpp | 225 {codeview::RegisterId::ARM64_Q30, AArch64::Q30}, in initLLVMToCVRegMapping()
|
H A D | AArch64InstPrinter.cpp | 1194 case AArch64::Q29: Reg = AArch64::Q30; break; in getNextVectorRegister() 1195 case AArch64::Q30: Reg = AArch64::Q31; break; in getNextVectorRegister()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | keyofAndIndexedAccess.js | 63 type Q30 = [string, number][0]; // string 1158 type Q30 = [string, number][0];
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 311 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 D | AArch64AsmParser.cpp | 2120 .Case("v30", AArch64::Q30) in MatchNeonVectorRegName()
|
Completed in 21 milliseconds