/external/neven/Embedded/common/src/b_BasicEm/ |
Phase.c | 82 const int32 bbs_sin32_table1G[] = 118 const int32 bbs_sin32_table2G[] = 139 int32 bbs_sin32( phase16 phaseA ) 143 int32 oL = ( phaseA & 0x00FF ); 145 int32 sinL = bbs_sin32_table1G[ indexL ] + oL * bbs_sin32_table1G[ indexL + 1 ]; 158 int32 o1L = ( phaseA & 0x07FF ); 159 int32 o2L = ( o1L * o1L ) >> 8; 161 int32 sinL = bbs_sin32_table2G[ indexL ] + ( ( o1L * bbs_sin32_table2G[ indexL + 1 ] ) << 3 ) + o2L * bbs_sin32_table2G[ indexL + 2 ]; 181 int32 phase1L = iL * 256; 182 int32 phase2L = phase1L + 256 [all...] |
Math.c | 37 extern int32 bbs_dotProduct_128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA ); 38 extern int32 bbs_dotProduct_u128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA ); 42 int32 bbs_dotProduct_fr71( const int16* vec1A, const int16* vec2A, uint32 sizeA ); 206 const int32 bbs_inv32_tableG[] = 218 int32 bbs_inv32( int32 valA ) 222 int32 signL = ( ( valA >> 30 ) & 0xFFFFFFFE ) + 1; 223 int32 valL = signL * valA; 224 int32 offsL; 227 if( valL <= ( int32 ) 1 ) return 0x40000000 * signL [all...] |
/external/neven/Embedded/common/src/b_TensorEm/ |
Flt16Alt2D.h | 108 struct bts_Flt16Alt2D bts_Flt16Alt2D_createScale( int32 scaleA, 109 int32 scaleBbpA, 114 int32 scaleA, 115 int32 scaleBbpA, 135 struct bts_Flt16Alt2D bts_Flt16Alt2D_create32( int32 xxA, 136 int32 xyA, 137 int32 yxA, 138 int32 yyA, 139 int32 matBbpA, 140 int32 xA, [all...] |
/external/chromium/chrome/browser/ui/tab_contents/ |
tab_contents_wrapper_delegate.cc | 17 TabContentsWrapper* source, int32 page_id) {
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad_inline.h | 33 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) 42 __inline int32 sad_4pixel(int32 src1, int32 src2, int32 mask) 44 int32 x7; 82 __inline int32 simd_sad_mb(UChar *ref, UChar *blk, Int dmin, Int lx [all...] |
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_poly_phase_synthesis.h | 90 int32 numChannels,
|
pvmp3_alias_reduction.cpp | 38 int32 *input_buffer, Ptr to fequency lines of current channel 112 #define Q31_fmt(a) (int32(double(0x7FFFFFFF)*a)) 123 const int32 c_signal [ NUM_BUTTERFLIES ] = 134 const int32 c_alias [ NUM_BUTTERFLIES ] = 157 void pvmp3_alias_reduction(int32 *input_buffer, /* Ptr to spec values of current channel */ 159 int32 *used_freq_lines, 162 int32 *ptr1; 163 int32 *ptr2; 164 int32 *ptr3; 165 int32 *ptr4 [all...] |
pvmp3_stereo_proc.cpp | 40 int32 xr[], input channel 41 int32 xl[], 42 int32 Start, Location of first element where stereo intensity is applied 43 int32 Number number of elements affected 47 int32 xl[], generated stereo channel 58 int32 xr[], input channel 59 int32 xl[], 60 int32 is_pos, index to table is_ratio_factor[] 61 int32 Start, Location of first element where stereo intensity is applied 62 int32 Number number of elements affecte [all...] |
pvmp3_get_scale_factors.cpp | 40 int32 gr, granule 41 int32 ch, channel 89 #define Qfmt_28(a)(int32(double(0x10000000)*a)) 100 const int32 slen[2][16] = 108 int32 l[5]; 109 int32 s[3]; 116 const int32 long_sfbtable[4] = { 6, 5, 5, 5}; 134 int32 gr, 135 int32 ch, 138 int32 sfb [all...] |
pvmp3_dct_16.cpp | 45 int32 vec[], input vector length 16 49 int32 vec[], dct length 16 57 int32 vec[], input vector length 16 61 int32 vec[], merged output of two dct 16 to create a dct 32 69 int32 vec[], input vector length 16 73 int32 vec[], splitted even/odd and pre processing rotation 112 #define Qfmt(a) (int32)(a*((int32)1<<27)) 123 const int32 CosTable_dct32[16] = 152 void pvmp3_dct_16(int32 vec[], int32 flag [all...] |
pvmp3_dequantize_sample.cpp | 42 int32 power_1_third( int32 xx) 45 int32 xx, int32 in the [0, 8192] range 49 int32 xx^(1/3) int32 Q26 number representing 58 int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS], 65 int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS], dequantize output as (.)^(4/3) 111 #define Q30_fmt(a)(int32(double(0x40000000)*a)) 112 #define Q29_fmt(a)(int32(double(0x20000000)*a) [all...] |
/frameworks/ex/variablespeed/jni/ |
integral_types.h | 26 typedef int int32; typedef
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store_file.h | 20 // int32 magic; // magic number "validating" file 21 // int32 version; // format version 32 // int32 chunk_id; 35 // int32 chunk_id; 38 // int32 chunk_id; 39 // int32 prefix; 42 // int32 chunk_id; 43 // int32 add_chunk_id; 44 // int32 add_prefix; 47 // int32 chunk_id [all...] |
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_master.h | 74 int32 default_table_size); 111 int32 GetUsedCount() const { 131 static const int32 kFileHeaderSignatureOffset; 132 static const int32 kFileHeaderVersionOffset; 133 static const int32 kFileHeaderLengthOffset; 134 static const int32 kFileHeaderUsedOffset; 135 static const int32 kFileHeaderSaltOffset; 138 static const int32 kFileSignature; 141 static const int32 kFileCurrentVersion; 180 bool ReadFileHeader(FILE* hfile, int32* num_entries, int32* used_count [all...] |
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_delegate_mac.h | 17 - (void)doDefaultAction:(int32)accessibilityObjectId; 19 accessibilityId:(int32)accessibilityObjectId;
|
/external/chromium/net/socket/ |
socket.h | 52 virtual bool SetReceiveBufferSize(int32 size) = 0; 57 virtual bool SetSendBufferSize(int32 size) = 0;
|
/external/neven/Embedded/common/src/b_ImageEm/ |
ToneDownBGSupp.h | 65 int32 toneDownFactorA, /* bpb = [16.16] */ 66 int32 cutOffAccuracyA ); /* bpb = [16.16], put in 0 for highest accuracy */
|
UInt16ByteImage.c | 336 int32 resultWidthA, 337 int32 resultHeightA ) 352 int32 shiftL; 355 int32 maxInt32Value8bbpL = 0x7FFFFFFF; 358 int32 mxxL; 359 int32 mxyL; 360 int32 myxL; 361 int32 myyL; 363 int32 txL; 364 int32 tyL [all...] |
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
pit_shrp.cpp | 122 int32 L_tmp; 126 L_tmp = mac_16by16_to_int32((int32)x[i] << 16, x[i - pit_lag], sharp);
|
preemph_amrwb_dec.cpp | 121 int32 L_tmp; 125 L_tmp = msu_16by16_from_int32((int32)x[i] << 16, x[i - 1], mu);
|
pvamrwbdecoder_basic_op.h | 56 #define MAX_32 (int32)0x7fffffffL 57 #define MIN_32 (int32)0x80000000L 146 L_var1 32 bit long signed integer (int32) whose value falls in the 153 32 bit long signed integer (int32) whose value falls in the 158 __inline int32 shl_int32(int32 L_var1, int16 var2) 160 int32 L_var_out; 190 L_var1 32 bit long signed integer (int32) whose value falls in the 197 32 bit long signed integer (int32) whose value falls in the 202 __inline int32 shr_int32(int32 L_var1, int16 var2 [all...] |
deemphasis_32.cpp | 130 int32 L_tmp; 133 L_tmp = ((int32)x_hi[0]) << 16; 134 L_tmp += ((int32)x_lo[0]) << 4; 146 L_tmp = ((int32)hi) << 16; 147 L_tmp += ((int32)lo) << 4; 155 L_tmp = ((int32)hi) << 16; 156 L_tmp += ((int32)lo) << 4;
|
pvamrwb_math_op.cpp | 50 int32 L_32 : standard signed 32 bits format 52 int32 frac, int16 exp : L_32 = frac << exp-31 (normalised format) 96 int32 L_product_arr; 98 L_product_arr = (int32) var1 * (int32) var2; /* product */ 99 L_product_arr += (int32) 0x00004000L; /* round */ 209 int32 L_num; 210 int32 L_denom; 211 int32 L_denom_by_2; 212 int32 L_denom_by_4 [all...] |
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
sad_inline.h | 30 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) 39 __inline int32 sad_4pixel(int32 src1, int32 src2, int32 mask) 41 int32 x7; 79 __inline int32 simd_sad_mb(uint8 *ref, uint8 *blk, int dmin, int lx [all...] |
/external/neven/Embedded/common/src/b_APIEm/ |
Functions.c | 40 const int32* rawSimArrA, 41 const int32* rawIdArrA, 43 const int32* refSimArrA, 44 const int32* refIdArrA, 47 int32* outSimArrA ) 50 int32 refSimL = 0; 52 int32* outPtrL = outSimArrA; 53 const int32* rawPtrL = rawSimArrA; 65 int32 shiftL = 0; 66 int32 roundL = 0 [all...] |