/external/bluetooth/bluedroid/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_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]
|
sbc_encoder.c | 112 SINT32 s32LRDiff[SBC_MAX_NUM_OF_BLOCKS] = {0}; 113 SINT32 s32LRSum[SBC_MAX_NUM_OF_BLOCKS] = {0}; 118 SINT32 s32Ch; /* counter for ch*/ 119 SINT32 s32Sb; /* counter for sub-band*/ 121 SINT32 s32MaxValue; /* temp variable to store max value */ 124 SINT32 *SbBuffer; 125 SINT32 s32Blk; /* counter for block*/ 126 SINT32 s32NumOfBlocks = pstrEncParams->s16NumOfBlocks; 128 SINT32 s32MaxValue2; 130 SINT32 *pSum, *pDiff [all...] |
/external/bluetooth/bluedroid/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...] |
sbc_types.h | 35 typedef long SINT32;
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_UpdateRect.3 | 8 \fBvoid \fBSDL_UpdateRect\fP\fR(\fBSDL_Surface *screen, Sint32 x, Sint32 y, Sint32 w, Sint32 h\fR);
|
/external/chromium/base/ |
sys_info_mac.cc | 21 reinterpret_cast<SInt32*>(major_version)); 23 reinterpret_cast<SInt32*>(minor_version)); 25 reinterpret_cast<SInt32*>(bugfix_version));
|
/external/chromium_org/base/ |
sys_info_mac.cc | 37 reinterpret_cast<SInt32*>(major_version)); 39 reinterpret_cast<SInt32*>(minor_version)); 41 reinterpret_cast<SInt32*>(bugfix_version));
|
/external/webrtc/src/modules/audio_processing/ |
debug.proto | 21 optional sint32 drift = 4;
|
/external/qemu/distrib/sdl-1.2.15/src/timer/wince/ |
SDL_systimer.c | 59 static Sint32 wce_rel_ticks(void) 61 return((Sint32)(wce_ticks()-start_ticks)); 64 static Sint32 wce_rel_date(void) 66 return((Sint32)(wce_date()-start_date)); 72 Sint32 offset=wce_rel_date()-wce_rel_ticks();
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlupdaterect.html | 109 >(SDL_Surface *screen, Sint32 x, Sint32 y, Sint32 w, Sint32 h);</CODE
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
SDL_wave.c | 81 static Sint32 MS_ADPCM_nibble(struct MS_ADPCM_decodestate *state, 84 const Sint32 max_audioval = ((1<<(16-1))-1); 85 const Sint32 min_audioval = -(1<<(16-1)); 86 const Sint32 adaptive[] = { 90 Sint32 new_sample, delta; 105 delta = ((Sint32)state->iDelta * adaptive[nybble])/256; 119 Sint32 encoded_len, samplesleft; 122 Sint32 new_sample; 215 Sint32 sample; 245 static Sint32 IMA_ADPCM_nibble(struct IMA_ADPCM_decodestate *state,Uint8 nybble [all...] |
/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/chromium_org/third_party/protobuf/src/google/protobuf/ |
unittest_lite.proto | 60 optional sint32 optional_sint32 = 5; 99 repeated sint32 repeated_sint32 = 35; 134 optional sint32 default_sint32 = 65 [default = -45 ]; 171 repeated sint32 packed_sint32 = 94 [packed = true]; 193 optional sint32 optional_sint32_extension_lite = 5; 235 repeated sint32 repeated_sint32_extension_lite = 35; 274 optional sint32 default_sint32_extension_lite = 65 [default = -45 ]; 307 repeated sint32 packed_sint32_extension_lite = 94 [packed = true];
|
/external/clang/test/Analysis/ |
cfref_rdar6080742.c | 9 typedef signed long SInt32; 10 typedef SInt32 OSStatus;
|
/external/protobuf/src/google/protobuf/ |
unittest_lite.proto | 60 optional sint32 optional_sint32 = 5; 93 repeated sint32 repeated_sint32 = 35; 126 optional sint32 default_sint32 = 65 [default = -45 ]; 163 repeated sint32 packed_sint32 = 94 [packed = true]; 185 optional sint32 optional_sint32_extension_lite = 5; 221 repeated sint32 repeated_sint32_extension_lite = 35; 257 optional sint32 default_sint32_extension_lite = 65 [default = -45 ]; 290 repeated sint32 packed_sint32_extension_lite = 94 [packed = true];
|
/external/chromium/third_party/libjingle/source/talk/base/ |
macconversion.cc | 84 SInt32 sint32; local 85 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32)); 86 if (converted) *i = static_cast<int>(sint32);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
macconversion.cc | 84 SInt32 sint32; local 85 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32)); 86 if (converted) *i = static_cast<int>(sint32);
|
/external/libffi/testsuite/libffi.call/ |
cls_sint.c | 2 Purpose: Check return value sint32.
|