/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_reorder.cpp | 40 int32 xr[ ], rescaled data 43 int32 Scratch_mem[198] for temporary usage 47 int32 xr[ ], reordered data 119 void pvmp3_reorder(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], 121 int32 *used_freq_lines, 123 int32 Scratch_mem[198]) 125 int32 sfreq = info->version_x + (info->version_x << 1); 130 int32 sfb_lines; 131 int32 freq; 132 int32 src_line [all...] |
pvmp3_normalize.h | 62 __inline int32 pvmp3_normalize(int32 x) 64 int32 y; 76 __inline int32 pvmp3_normalize(int32 x) 78 register int32 y; 79 register int32 ra = x; 98 int32 pvmp3_normalize(int32 x);
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Cluster3D.c | 133 int32 xL = 0; 134 int32 yL = 0; 135 int32 zL = 0; 147 xL = ( ( ( xL << 1 ) / ( int32 )ptrA->sizeE ) + 1 ) >> 1; 148 yL = ( ( ( yL << 1 ) / ( int32 )ptrA->sizeE ) + 1 ) >> 1; 149 zL = ( ( ( zL << 1 ) / ( int32 )ptrA->sizeE ) + 1 ) >> 1; 161 int32 xMinL = 65536; /*( 1 << 16 )*/ 162 int32 yMinL = 65536; /*( 1 << 16 )*/ 163 int32 xMaxL = 0; 164 int32 yMaxL = 0 [all...] |
/external/jpeg/ |
jdcolor.c | 24 INT32 * Cr_g_tab; /* => table for Cr to G conversion */ 25 INT32 * Cb_g_tab; /* => table for Cb to G conversion */ 41 static const INT32 dither_matrix[4] = { 81 #define ONE_HALF ((INT32) 1 << (SCALEBITS-1)) 82 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) 94 INT32 x; 103 cconvert->Cr_g_tab = (INT32 *) 105 (MAXJSAMPLE+1) * SIZEOF(INT32)); 106 cconvert->Cb_g_tab = (INT32 *) 108 (MAXJSAMPLE+1) * SIZEOF(INT32)); [all...] |
jdmerge.c | 51 static const INT32 dither_matrix[4] = { 73 INT32 * Cr_g_tab; /* => table for Cr to G conversion */ 74 INT32 * Cb_g_tab; /* => table for Cb to G conversion */ 91 #define ONE_HALF ((INT32) 1 << (SCALEBITS-1)) 92 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) 105 INT32 x; 114 upsample->Cr_g_tab = (INT32 *) 116 (MAXJSAMPLE+1) * SIZEOF(INT32)); 117 upsample->Cb_g_tab = (INT32 *) 119 (MAXJSAMPLE+1) * SIZEOF(INT32)); [all...] |
rdbmp.c | 248 #define GET_4B(array,offset) ((INT32) UCH(array[offset]) + \ 249 (((INT32) UCH(array[offset+1])) << 8) + \ 250 (((INT32) UCH(array[offset+2])) << 16) + \ 251 (((INT32) UCH(array[offset+3])) << 24)) 252 INT32 bfOffBits; 253 INT32 headerSize; 254 INT32 biWidth = 0; /* initialize to avoid compiler warning */ 255 INT32 biHeight = 0; 257 INT32 biCompression; 258 INT32 biXPelsPerMeter,biYPelsPerMeter [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
sbr_decode_envelope.cpp | 108 Int32 currVal, 109 Int32 *prevData, 110 Int32 offset, 111 Int32 index, 112 Int32 res); 114 Int32 indexLow2High(Int32 offset, 115 Int32 index, 116 Int32 res); 141 Int32 i [all...] |
sbr_aliasing_reduction.cpp | 110 #define Q30fmt(x) (Int32)(x*((Int32)1<<30) + (x>=0?0.5F:-0.5F)) 147 void sbr_aliasing_reduction(Int32 *degreeAlias, 148 Int32 * nrg_gain_man, 149 Int32 * nrg_gain_exp, 150 Int32 * nrg_est_man, 151 Int32 * nrg_est_exp, 152 Int32 * dontUseTheseGainValues, 153 Int32 noSubbands, 154 Int32 lowSubband [all...] |
analysis_sub_band.h | 61 void analysis_sub_band_LC(Int32 vec[64], 62 Int32 cosine_total[], 63 Int32 maxBand, 64 Int32 scratch_mem[][64]); 69 void analysis_sub_band(Int32 vec[64], 70 Int32 cosine_total[], 71 Int32 sine_total[], 72 Int32 maxBand, 73 Int32 scratch_mem[][64]);
|
fft_rx4_long.cpp | 55 Int32. 56 type Int32 * 60 type Int32 * 194 Int32 Data[], 195 Int32 *peak_value) 204 Int32 t1; 205 Int32 t2; 206 Int32 r1; 207 Int32 r2; 208 Int32 r3 [all...] |
ps_all_pass_fract_delay_filter.cpp | 165 Int32 sb_delay, 166 const Int32 *ppFractDelayPhaseFactorSer, 167 Int32 ***pppRealDelayRBufferSer, 168 Int32 ***pppImagDelayRBufferSer, 169 Int32 *rIn, 170 Int32 *iIn) 173 Int32 cmplx; 175 Int32 rTmp; 176 Int32 iTmp; 177 Int32 *pt_rTmp [all...] |
dst32.cpp | 32 Int32 x 32-bit integer input length 32 80 #define Qfmt29(x) (Int32)(x*((Int32)1<<R_SHIFT1) + (x>=0?0.5F:-0.5F)) 81 #define Qfmt31(a) (Int32)(a*0x7FFFFFFF + (a>=0?0.5F:-0.5F)) 83 const Int32 CosTable_16[14] = 119 void dst_32(Int32 vec[], Int32 scratch_mem[]) /* scratch_mem size 32 */ 121 Int32 *temp_even = scratch_mem; 123 Int32 i; 124 const Int32 *pt_cos = &CosTable_16[13] [all...] |
sbr_generate_high_freq.h | 114 Int32 sourceBufferReal[][32], 115 Int32 sourceBufferImag[][32], 116 Int32 *targetBufferReal, 117 Int32 *targetBufferImag, 120 Int32 *invFiltBandTable, 121 Int32 noInvFiltBands, 122 Int32 highBandStartSb, 123 Int32 *v_k_master, 124 Int32 numMaster, 125 Int32 fs [all...] |
fft_rx4_short.cpp | 52 Int32. 53 type Int32 * 57 type Int32 * 192 Int32 Data[], 193 Int32 *peak_value) 202 Int32 exp_jw1; 203 Int32 exp_jw2; 204 Int32 exp_jw3; 207 Int32 t1; 208 Int32 t2 [all...] |
calc_auto_corr.h | 73 Int32 r11r; 74 Int32 r01r; 75 Int32 r02r; 76 Int32 r12r; 77 Int32 r22r; 79 Int32 r01i; 80 Int32 r02i; 81 Int32 r12i; 83 Int32 det; 97 Int32 realBuf[][32] [all...] |
/external/chromium/base/ |
utf_string_conversion_utils.cc | 14 int32 src_len, 15 int32* char_index, 20 int32 code_point; 33 int32 src_len, 34 int32* char_index, 58 int32 src_len, 59 int32* char_index,
|
sys_info_win.cc | 113 void SysInfo::OperatingSystemVersionNumbers(int32 *major_version, 114 int32 *minor_version, 115 int32 *bugfix_version) {
|
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
q_pulse.h | 66 void dec_1p_N1(int32 index, int16 N, int16 offset, int16 pos[]); 67 void dec_2p_2N1(int32 index, int16 N, int16 offset, int16 pos[]); 68 void dec_3p_3N1(int32 index, int16 N, int16 offset, int16 pos[]); 69 void dec_4p_4N1(int32 index, int16 N, int16 offset, int16 pos[]); 70 void dec_4p_4N(int32 index, int16 N, int16 offset, int16 pos[]); 71 void dec_5p_5N(int32 index, int16 N, int16 offset, int16 pos[]); 72 void dec_6p_6N_2(int32 index, int16 N, int16 offset, int16 pos[]);
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
Scanner.c | 181 if( roiPtrA->x1E < 0 || roiPtrA->y1E < 0 || roiPtrA->x2E > ( int32 )imageWidthA || roiPtrA->y2E > ( int32 )imageHeightA ) 575 int32 wL = ( int32 )ptrA->currentWidthE - ptrA->patchWidthE; 576 int32 hL = ( int32 )ptrA->currentHeightE - ptrA->patchHeightE; 590 int32* xPtrA, int32* yPtrA, uint32* scalePtrA ) 593 *xPtrA = ( int32 )( ptrA->xE - ptrA->borderWidthE ) * ( int32 )( ptrA->scaleE >> 4 ) [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
mp4lib_int.h | 39 int32 read_point; /* starting point in the buffer to be read to cache */ 43 int32 data_end_pos; /*should be added , 06/07/2000 */ 127 int32 profile_level_id; /* 8-bit profile and level */ // 6/17/04 170 int32 val; 171 int32 len; 247 int32 size; 251 int32 duration; 261 int32 nBitsPerVop[BITRATE_AVERAGE_WINDOW]; 265 int32 memoryUsage;
|
/external/chromium/net/disk_cache/ |
stats.h | 56 void ModifyStorageStats(int32 old_size, int32 new_size); 80 int GetStatsBucket(int32 size);
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Memory.c | 55 if( ( ( int32 ) dstA >> 16 ) == ( ( ( int32 ) dstA + sizeA ) >> 16 ) && 56 ( ( int32 ) srcA >> 16 ) == ( ( ( int32 ) srcA + sizeA ) >> 16 ) ) 73 *( uint16* ) ( ( int32 ) dstA + iL ) = *( uint16* ) ( ( int32 ) srcA + iL ); 105 if( ( ( int32 ) dstA >> 16 ) == ( ( ( int32 ) dstA + ( sizeA << 1 ) ) >> 16 ) && 106 ( ( int32 ) srcA >> 16 ) == ( ( ( int32 ) srcA + ( sizeA << 1 ) ) >> 16 ) [all...] |
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...] |
/external/bluetooth/bluez/tools/ |
ubcsp.h | 51 typedef signed int int32;
typedef 117 int32 receive_index;
127 int32 send_size;
129 int32 next_send_size;
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compat.cpp | 67 FlagRegister<int32> *int32_register = 68 FlagRegister<int32>::GetRegister(); 102 FlagRegister<int32> *int32_register = FlagRegister<int32>::GetRegister();
|