/system/bt/embdrv/sbc/encoder/srce/ |
sbc_enc_coeffs.c | 32 (SINT16)((SINT32)0x00000000 >> 16), (SINT16)0x00000000, 33 (SINT16)((SINT32)0x001194E6 >> 16), (SINT16)0x001194E6, 34 (SINT16)((SINT32)0x0030E2D3 >> 16), (SINT16)0x0030E2D3, 35 (SINT16)((SINT32)0x00599403 >> 16), (SINT16)0x00599403, 36 (SINT16)((SINT32)0x007DBCC8 >> 16), (SINT16)0x007DBCC8, 37 (SINT16)((SINT32)0x007F88E4 >> 16), (SINT16)0x007F88E4, 38 (SINT16)((SINT32)0x003D239B >> 16), (SINT16)0x003D239B, 39 (SINT16)((SINT32)0xFF9BB9D5 >> 16), (SINT16)0xFF9BB9D5, 41 (SINT16)((SINT32)0x01659F45 >> 16), (SINT16)0x01659F45, 42 (SINT16)((SINT32)0x029DBAA3 >> 16), (SINT16)0x029DBAA3 [all...] |
sbc_analysis.c | 31 #define WIND_4_SUBBANDS_0_1 (SINT32)0x01659F45 /* gas32CoeffFor4SBs[8] = -gas32CoeffFor4SBs[32] = 0x01659F45 */ 32 #define WIND_4_SUBBANDS_0_2 (SINT32)0x115B1ED2 /* gas32CoeffFor4SBs[16] = -gas32CoeffFor4SBs[24] = 0x115B1ED2 */ 33 #define WIND_4_SUBBANDS_1_0 (SINT32)0x001194E6 /* gas32CoeffFor4SBs[1 et 39] = 0x001194E6 */ 34 #define WIND_4_SUBBANDS_1_1 (SINT32)0x029DBAA3 /* gas32CoeffFor4SBs[9 et 31] = 0x029DBAA3 */ 35 #define WIND_4_SUBBANDS_1_2 (SINT32)0x18F55C90 /* gas32CoeffFor4SBs[17 et 23] = 0x18F55C90 */ 36 #define WIND_4_SUBBANDS_1_3 (SINT32)0xF60FAF37 /* gas32CoeffFor4SBs[15 et 25] = 0xF60FAF37 */ 37 #define WIND_4_SUBBANDS_1_4 (SINT32)0xFF9BB9D5 /* gas32CoeffFor4SBs[7 et 33] = 0xFF9BB9D5 */ 38 #define WIND_4_SUBBANDS_2_0 (SINT32)0x0030E2D3 /* gas32CoeffFor4SBs[2 et 38] = 0x0030E2D3 */ 39 #define WIND_4_SUBBANDS_2_1 (SINT32)0x03B23341 /* gas32CoeffFor4SBs[10 et 30] = 0x03B23341 */ 40 #define WIND_4_SUBBANDS_2_2 (SINT32)0x1F91CA46 /* gas32CoeffFor4SBs[18 et 22] = 0x1F91CA46 * [all...] |
sbc_packing.c | 44 #define Mult32(s32In1,s32In2,s32OutLow) s32OutLow=(SINT32)s32In1*(SINT32)s32In2; 47 s32OutLow = ((SINT32)(UINT16)s32In1 * (UINT16)s32In2); \ 48 s32TempVal2 = (SINT32)((s32In1 >> 16) * (UINT16)s32In2); \ 60 SINT32 s32Blk; /* counter for block*/ 61 SINT32 s32Ch; /* counter for channel*/ 62 SINT32 s32Sb; /* counter for sub-band*/ 63 SINT32 s32PresentBit; /* represents bit to be stored*/ 64 /*SINT32 s32LoopCountI; loop counter*/ 65 SINT32 s32LoopCountJ; /* loop counter* [all...] |
sbc_dct.c | 68 void SBC_FastIDCT8(SINT32 *pInVect, SINT32 *pOutVect) 79 SINT32 s32HiTemp; 81 SINT32 s32In2Temp; 82 register SINT32 s32In1Temp; 87 register SINT32 x0, x1, x2, x3, x4, x5, x6, x7,temp; 88 SINT32 res_even[4], res_odd[4]; 162 SINT32 temp; 169 /*temp += (SINT32)(((SINT64)M[(Index*strEncParams->numOfSubBands*2)+k] * Y[k]) >> 16 );*/ 191 void SBC_FastIDCT4(SINT32 *pInVect, SINT32 *pOutVect [all...] |
sbc_enc_bit_alloc_ste.c | 43 /* CAUTIOM -> mips optim for arm 32 require to use SINT32 instead of SINT16 */ 45 SINT32 s32MaxBitNeed; /*to store the max bits needed per sb*/ 46 SINT32 s32BitCount; /*the used number of bits*/ 47 SINT32 s32SliceCount; /*to store hwo many slices can be put in bitpool*/ 48 SINT32 s32BitSlice; /*number of bitslices in bitpool*/ 49 SINT32 s32Sb; /*counter for sub-band*/ 50 SINT32 s32Ch; /*counter for channel*/ 52 SINT32 s32Loudness; /*used in Loudness calculation*/ 56 SINT32 s32NumOfSubBands = pstrCodecParams->s16NumOfSubBands; 57 SINT32 s32BitPool = pstrCodecParams->s16BitPool [all...] |
sbc_encoder.c | 33 SINT32 s32LRDiff[SBC_MAX_NUM_OF_BLOCKS] = {0}; 34 SINT32 s32LRSum[SBC_MAX_NUM_OF_BLOCKS] = {0}; 39 SINT32 s32Ch; /* counter for ch*/ 40 SINT32 s32Sb; /* counter for sub-band*/ 42 SINT32 s32MaxValue; /* temp variable to store max value */ 45 SINT32 *SbBuffer; 46 SINT32 s32Blk; /* counter for block*/ 47 SINT32 s32NumOfBlocks = pstrEncParams->s16NumOfBlocks; 49 SINT32 s32MaxValue2; 51 SINT32 *pSum, *pDiff [all...] |
sbc_enc_bit_alloc_mono.c | 47 SINT32 s32MaxBitNeed; /*to store the max bits needed per sb*/ 48 SINT32 s32BitCount; /*the used number of bits*/ 49 SINT32 s32SliceCount; /*to store hwo many slices can be put in bitpool*/ 50 SINT32 s32BitSlice; /*number of bitslices in bitpool*/ 51 SINT32 s32Sb; /*counter for sub-band*/ 52 SINT32 s32Ch; /*counter for channel*/ 54 SINT32 s32Loudness; /*used in Loudness calculation*/ 58 SINT32 s32NumOfSubBands = pstrCodecParams->s16NumOfSubBands; 93 (SINT32)(pstrCodecParams->as16ScaleFactor[s32Ch*s32NumOfSubBands+s32Sb]
|
/system/bt/embdrv/sbc/encoder/include/ |
sbc_enc_func_declare.h | 34 extern const SINT32 gas32CoeffFor4SBs[]; 35 extern const SINT32 gas32CoeffFor8SBs[]; 48 extern void SBC_FastIDCT8 (SINT32 *pInVect, SINT32 *pOutVect); 49 extern void SBC_FastIDCT4 (SINT32 *x0, SINT32 *pOutVect); 54 SINT32 SBC_Multiply_32_16_Simplified(SINT32 s32In2Temp,SINT32 s32In1Temp);
|
sbc_dct.h | 33 MUL s32OutLow,(SINT32)s16In2, (s32In1>>15) \ 38 #define SBC_MULT_32_16_SIMPLIFIED(s16In2, s32In1 , s32OutLow) s32OutLow = SBC_Multiply_32_16_Simplified((SINT32)s16In2,s32In1); 41 /*#define SBC_MULT_32_16_SIMPLIFIED(s16In2, s32In1 , s32OutLow) s32OutLow=(SINT32)((SINT32)(s16In2)*(SINT32)(s32In1>>15)); */ 42 #define SBC_MULT_32_16_SIMPLIFIED(s16In2, s32In1 , s32OutLow) s32OutLow=(SINT32)(((SINT64)s16In2*(SINT64)s32In1)>>15); 47 s32OutLow = (SINT32) s64Temp; \ 54 s32In2Temp = (SINT32)s16In2; \ 76 s32OutLow=(SINT32)(((SINT64)s32In1*(SINT64)s32In2)& 0x00000000FFFFFFFF);\ 77 s32OutHi=(SINT32)(((SINT64)s32In1*(SINT64)s32In2)>>32); [all...] |
/external/libchrome/base/ |
sys_info_mac.cc | 40 reinterpret_cast<SInt32*>(major_version)); 42 reinterpret_cast<SInt32*>(minor_version)); 44 reinterpret_cast<SInt32*>(bugfix_version));
|
/external/protobuf/src/google/protobuf/ |
unittest_extension_repeated_nano.proto | 15 repeated sint32 repeated_sint32 = 12;
|
unittest_extension_singular_nano.proto | 15 optional sint32 some_sint32 = 12;
|
unittest_reference_types_nano.proto | 23 optional sint32 optional_sint32 = 5; 51 repeated sint32 repeated_sint32 = 35; 85 optional sint32 default_sint32 = 65 [default = -45 ];
|
unittest_lite.proto | 60 optional sint32 optional_sint32 = 5; 99 repeated sint32 repeated_sint32 = 35; 134 optional sint32 default_sint32 = 65 [default = -45 ]; 179 repeated sint32 packed_sint32 = 94 [packed = true]; 201 optional sint32 optional_sint32_extension_lite = 5; 243 repeated sint32 repeated_sint32_extension_lite = 35; 282 optional sint32 default_sint32_extension_lite = 65 [default = -45 ]; 321 repeated sint32 packed_sint32_extension_lite = 94 [packed = true];
|
/external/webrtc/webrtc/base/ |
macconversion.cc | 67 SInt32 sint32; local 68 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32)); 69 if (converted) *i = static_cast<int>(sint32);
|
/ndk/tests/build/issue56508-gcc4.7-ICE/jni/ |
extraMachine.c | 7 typedef int Sint32; 9 typedef Sint32 fontno; 111 Sint32 boolrepr; 112 Sint32 intrepr;
|
/external/clang/test/SemaObjC/ |
arc-cf.m | 51 typedef signed int SInt32; 53 extern SInt32 CFStringGetIntValue(CFStringRef str); // expected-note {{passing argument to parameter 'str' here}}
|
/external/nanopb-c/tests/alltypes/ |
alltypes.proto | 41 required sint32 req_sint32 = 5; 64 repeated sint32 rep_sint32 = 25 [packed = true]; 86 optional sint32 opt_sint32 = 45 [default = 4045];
|
/external/nanopb-c/tests/field_size_16/ |
alltypes.proto | 41 required sint32 req_sint32 = 5; 64 repeated sint32 rep_sint32 = 25; 86 optional sint32 opt_sint32 = 10045 [default = 4045];
|
/external/nanopb-c/tests/field_size_32/ |
alltypes.proto | 41 required sint32 req_sint32 = 5; 64 repeated sint32 rep_sint32 = 25; 86 optional sint32 opt_sint32 = 10045 [default = 4045];
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
protorpc_test.proto | 52 // optional sint32 sint32_value = 11; 75 // repeated sint32 sint32_value = 11;
|
/external/clang/test/Analysis/ |
cfref_rdar6080742.c | 9 typedef signed long SInt32; 10 typedef SInt32 OSStatus;
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_test_fuzzer.h | 101 Sint32 SDLTest_RandomSint32(); 276 * Returns a random boundary value for Sint32 within the given boundaries. 294 Sint32 SDLTest_RandomSint32BoundaryValue(Sint32 boundary1, Sint32 boundary2, SDL_bool validDomain); 329 Sint32 SDLTest_RandomIntegerInRange(Sint32 min, Sint32 max);
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_test_fuzzer.h | 101 Sint32 SDLTest_RandomSint32(); 276 * Returns a random boundary value for Sint32 within the given boundaries. 294 Sint32 SDLTest_RandomSint32BoundaryValue(Sint32 boundary1, Sint32 boundary2, SDL_bool validDomain); 329 Sint32 SDLTest_RandomIntegerInRange(Sint32 min, Sint32 max);
|
/prebuilts/misc/windows/sdl2/include/ |
SDL_test_fuzzer.h | 101 Sint32 SDLTest_RandomSint32(); 276 * Returns a random boundary value for Sint32 within the given boundaries. 294 Sint32 SDLTest_RandomSint32BoundaryValue(Sint32 boundary1, Sint32 boundary2, SDL_bool validDomain); 329 Sint32 SDLTest_RandomIntegerInRange(Sint32 min, Sint32 max);
|