HomeSort by relevance Sort by last modified time
    Searched full:int32 (Results 326 - 350 of 996) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/libstagefright/codecs/aacdec/
pv_div.h 62 Int32 quotient;
63 Int32 shift_factor;
68 void pv_div(Int32 x, Int32 y, Quotient *quotient);
pv_sine.h 61 Int32 pv_sine(Int32 x);
62 Int32 pv_cosine(Int32 x);
intensity_right.cpp 37 to Int32 before it is stored.
38 *(pCoefRight++) = (Int32) tempInt2 * multiplier;
83 [const Int32 *, length 1024]
87 [Int32 *, length 1024]
292 const Int32 coefLeft[],
293 Int32 coefRight[])
296 const Int32 *pCoefLeft = coefLeft;
297 Int32 *pCoefRight = coefRight;
412 Int32 tempInt2 = *(pCoefLeft++);
413 Int32 tempInt22 = *(pCoefLeft++)
    [all...]
inv_short_complex_rot.cpp 47 type Int32 *
51 type Int32 *
55 type Int32
161 Int32 *Data_in,
162 Int32 *Data_out,
163 Int32 max)
169 const Int32 *p_rotate;
171 Int32 *pData_in_1;
173 Int32 temp_re;
174 Int32 temp_im
    [all...]
ps_hybrid_analysis.cpp 187 void ps_hybrid_analysis(const Int32 mQmfReal[][64],
188 const Int32 mQmfImag[][64],
189 Int32 *mHybridReal,
190 Int32 *mHybridImag,
192 Int32 scratch_mem[],
193 Int32 i)
197 Int32 band;
199 Int32 chOffset = 0;
201 Int32 *ptr_mHybrid_Re;
202 Int32 *ptr_mHybrid_Im
    [all...]
ps_hybrid_synthesis.cpp 149 void ps_hybrid_synthesis(const Int32 *mHybridReal,
150 const Int32 *mHybridImag,
151 Int32 *mQmfReal,
152 Int32 *mQmfImag,
155 Int32 k;
156 Int32 band;
159 Int32 real;
160 Int32 imag;
161 Int32 *ptr_mQmfReal = mQmfReal;
162 Int32 *ptr_mQmfImag = mQmfImag
    [all...]
tns_ar_filter.cpp 75 casting to Int32 is performed on the unsigned operand.
90 Int32[]
126 Int32 array
138 A block of spectral data (Int32 spec[]) of length (const Int spec_length)
146 back to the calling function via (Int32 spec[])
298 Int32 spec[],
301 const Int32 lpc[],
313 Int32 temp;
318 Int32 y0;
329 Int32 *p_state = NULL
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
osApi.h 171 INT32 Value,
205 INT32
210 INT32 Count
504 INT32
  /external/chromium/base/
base_drop_target.h 90 static int32 GetDragIdentity() { return drag_identity_; }
114 // is passed over the renderer NPAPI interface to gears, so use int32 instead
116 static int32 drag_identity_;
utf_offset_string_conversions.cc 31 int32 src_len32 = static_cast<int32>(src_len);
32 for (int32 i = 0; i < src_len32; i++) {
utf_string_conversions.cc 29 int32 src_len32 = static_cast<int32>(src_len);
30 for (int32 i = 0; i < src_len32; i++) {
basictypes.h 26 typedef int int32; typedef
62 // and it should always be the signed version of whatever int32 is.)
73 const int32 kint32min = (( int32) 0x80000000);
74 const int32 kint32max = (( int32) 0x7FFFFFFF);
271 // int i = bit_cast<int32>(f);
  /external/webkit/WebKit/mac/Plugins/
npapi.mm 107 int32 NPN_Write(NPP instance, NPStream* stream, int32 len, void* buffer)
204 NPError NPN_GetAuthenticationInfo(NPP instance, const char* protocol, const char* host, int32 port, const char* scheme, const char *realm, char** username, uint32* ulen, char** password, uint32* plen)
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
band_pass_6k_7k.cpp 157 int32 L_tmp1;
158 int32 L_tmp2;
159 int32 L_tmp3;
160 int32 L_tmp4;
180 L_tmp1 -= ((int32)x[(i<<2)+L_FIR ] << 5);
181 L_tmp2 -= ((int32)x[(i<<2)+L_FIR+1] << 5);
182 L_tmp3 -= ((int32)x[(i<<2)+L_FIR+2] << 5);
183 L_tmp4 -= ((int32)x[(i<<2)+L_FIR+3] << 5);
185 L_tmp1 -= ((int32)x[(i<<2)] << 5);
186 L_tmp2 -= ((int32)x[(i<<2)+1] << 5)
    [all...]
dtx.h 101 int32 D[28];
102 int32 sumD[DTX_HIST_SIZE];
174 int32 enr, /* i : residual energy (in L_FRAME) */
219 int32 isf_aver[]
232 int32 * L_log_en_int,
isp_az.cpp 107 void Get_isp_pol(int16 * isp, int32 * f, int16 n);
108 void Get_isp_pol_16kHz(int16 * isp, int32 * f, int16 n);
142 int32 f1[NC16k + 1], f2[NC16k];
144 int32 t0;
145 int32 t1;
147 int32 tmax;
278 t0 = (int32)(((int64)f1[nc] * isp[m - 1]) >> 16) << 1;
334 void Get_isp_pol(int16 * isp, int32 * f, int16 n)
337 int32 t0;
371 void Get_isp_pol_16kHz(int16 * isp, int32 * f, int16 n
    [all...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_9.cpp 38 int32 vec[] vector of 9 32-bit integers
40 int32 vec[] dct computation in-place
80 #define Qfmt31(a) (int32)(a*(0x7FFFFFFF))
120 void pvmp3_dct_9(int32 vec[])
125 int32 tmp0 = vec[8] + vec[0];
126 int32 tmp8 = vec[8] - vec[0];
127 int32 tmp1 = vec[7] + vec[1];
128 int32 tmp7 = vec[7] - vec[1];
129 int32 tmp2 = vec[6] + vec[2];
130 int32 tmp6 = vec[6] - vec[2]
    [all...]
pvmp3_huffman_parsing.cpp 44 int32 is[],
47 int32 part2_start, index to beginning of part 2 data
51 int32 is[], uncompressed data
125 int32 pvmp3_huffman_parsing(int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS],
128 int32 part2_start,
133 int32 i;
134 int32 region1Start;
135 int32 region2Start;
136 int32 sfreq
    [all...]
  /external/bzip2/
compress.c 73 void bsW ( EState* s, Int32 n, UInt32 v )
108 Int32 i;
123 Int32 i, j;
124 Int32 zPend;
125 Int32 wr;
126 Int32 EOB;
241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter;
242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr;
243 Int32 nGroups, nBytes;
249 Int32 code[BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]
    [all...]
  /hardware/ril/mock-ril/src/generated/cpp/
ril.pb.cpp     [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
deringing_luma.cpp 62 ptr = &Rec_Y[(int32)(BLK_V) * width + MB_H + BLK_H];
109 max_diff = (QP_store[((((int32)MB_V*width)>>4))>>4] >> 2) + 4;
117 ptr = &Rec_Y[(int32)(MB_V + BLK_V) * width + BLK_H];
160 max_diff = (QP_store[((((int32)MB_V*width)>>4)+MB_H)>>4] >> 2) + 4;
175 ptr = &Rec_Y[(int32)(MB_V + BLK_V) * width + MB_H + BLK_H];
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 216 int32 total_nfreq;
349 int32 fuzzy_compare_spell_id(const uint16 * id1, uint16 len1,
358 int32 locate_first_in_offsets(const UserDictSearchable *searchable);
364 int32 locate_in_offsets(char16 lemma_str[],
372 int32 locate_first_in_predicts(const uint16 * words, int lemma_len);
  /external/neven/Embedded/common/src/b_TensorEm/
CompactAlt.c 190 int32 expL = inExpA;
201 for( iL = 0; iL < sizeL; iL++ ) outVecA[ iL ] = ( ( int32 )outVecA[ iL ] + vecL[ iL ] + 1 ) >> 1;
206 int32 shrL = expL - ptrA->vecExpE;
207 int32 addL = ( int32 )1 << ( shrL - 1 );
208 for( iL = 0; iL < sizeL; iL++ ) outVecA[ iL ] = ( ( int32 )outVecA[ iL ] + ( ( ( int32 )vecL[ iL ] + addL ) >> shrL ) + 1 ) >> 1;
213 int32 shrL = ptrA->vecExpE - expL;
214 int32 addL = ( int32 )1 << ( shrL - 1 )
    [all...]
  /external/jpeg/
jidctfst.c 92 #define FIX_1_082392200 ((INT32) 277) /* FIX(1.082392200) */
93 #define FIX_1_414213562 ((INT32) 362) /* FIX(1.414213562) */
94 #define FIX_1_847759065 ((INT32) 473) /* FIX(1.847759065) */
95 #define FIX_2_613125930 ((INT32) 669) /* FIX(2.613125930) */
115 /* Multiply a DCTELEM variable by an INT32 constant, and immediately
125 * declared INT32, so a 32-bit multiply will be used.
137 * We assume that int right shift is unsigned if INT32 right shift is.
  /external/libvpx/vp8/encoder/
variance_c.c 231 * INT32 *vp8_filter : Array of 2 bi-linear filter taps.
233 * OUTPUTS : INT32 *output_ptr : Pointer to filtered block.
242 * SPECIAL NOTES : Produces INT32 output to retain precision for next pass.
284 * INPUTS : INT32 *src_ptr : Pointer to source block.
289 * INT32 *vp8_filter : Array of 2 bi-linear filter taps.
347 * INT32 *HFilter : Array of 2 horizontal filter taps.
348 * INT32 *VFilter : Array of 2 vertical filter taps.

Completed in 1489 milliseconds

<<11121314151617181920>>