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

<<11121314151617181920>>

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 80 int32 Version() const { return version_; }
81 int32 GetFlags() const { return flags_; }
89 void SetVersion(int32 version) { version_ = version; }
90 void SetFlags(int32 flags) { flags_ = flags; }
102 int32 version_; // Type version #
103 int32 flags_; // File format bits
507 int32 file_flags = 0;
minimize.h 51 static const int32 kCompareFinal = 0x0000001;
52 static const int32 kCompareOutDegree = 0x0000002;
53 static const int32 kCompareArcs = 0x0000004;
54 static const int32 kCompareAll = (kCompareFinal |
60 int32 flags = kCompareAll)
101 const int32 flags_;
  /frameworks/base/media/libstagefright/codecs/aacdec/
calc_sbr_anafilterbank.h 89 void calc_sbr_anafilterbank_LC(Int32 * Sr,
91 Int32 scratch_mem[][64],
92 Int32 maxBand);
97 void calc_sbr_anafilterbank(Int32 * Sr,
98 Int32 * Si,
100 Int32 scratch_mem[][64],
101 Int32 maxBand);
fft_rx4.h 69 extern const Int32 W_64rx4[];
70 extern const Int32 W_256rx4[];
71 extern const Int32 w_512rx2[];
96 Int32 Data[],
97 Int32 *peak_value);
100 Int32 Data[],
101 Int32 *peak_value);
s_hybrid.h 84 Int32 nQmfBands;
85 Int32 *pResolution;
86 Int32 qmfBufferMove;
88 Int32 **mQmfBufferReal;
89 Int32 **mQmfBufferImag;
90 Int32 *mTempReal;
91 Int32 *mTempImag;
gen_rand_vector.cpp 60 Int32
66 Int32*
186 *(pArray) = (Int32)temp;
348 Int32 random_array[],
350 Int32* pSeed,
358 Int32 temp;
359 Int32 seed;
360 Int32 power;
362 Int32* pArray = &random_array[0];
364 Int32 inv_sqrt_power
    [all...]
ms_synt.cpp 58 [Int32 *, length LN]
61 [Int32 *, length LN]
278 Int32 coefLeft[],
279 Int32 coefRight[],
284 Int32 *pCoefL = coefLeft;
285 Int32 *pCoefR = coefRight;
327 Int32 temp_left = *(pCoefL) >> shift_left_chan;
328 Int32 temp_right = *(pCoefR) >> 1;
363 Int32 temp_left = *(pCoefL) >> 1;
364 Int32 temp_right = *(pCoefR) >> shift_right_chan
    [all...]
ps_applied.cpp 151 Int32 rIntBufferLeft[][64],
152 Int32 iIntBufferLeft[][64],
153 Int32 *rIntBufferRight,
154 Int32 *iIntBufferRight,
155 Int32 scratch_mem[],
156 Int32 band)
199 ps_hybrid_synthesis((const Int32*)h_ps_dec->mHybridRealLeft,
200 (const Int32*)h_ps_dec->mHybridImagLeft,
205 ps_hybrid_synthesis((const Int32*)h_ps_dec->mHybridRealRight,
206 (const Int32*)h_ps_dec->mHybridImagRight
    [all...]
pv_div.cpp 32 Int32 x 32-bit integer numerator
33 Int32 y 32-bit integer denominator
40 Implement division of two Int32 numbers, provides back quotient and a
104 void pv_div(Int32 x, Int32 y, Quotient *result)
109 Int32 quotient;
110 Int32 i;
111 Int32 j;
112 Int32 y_ov_y_hi;
113 Int32 flag = 0; /* carries negative sign, if any *
    [all...]
sbr_get_envelope.cpp 141 Int32 i;
142 Int32 j;
143 Int32 tmp;
144 Int32 no_band[MAX_ENVELOPES];
145 Int32 delta = 0;
146 Int32 offset = 0;
147 Int32 ampRes;
148 Int32 envDataTableCompFactor;
149 Int32 start_bits;
150 Int32 start_bits_balance
    [all...]
ps_applied.h 87 Int32 rIntBufferLeft[][64],
88 Int32 iIntBufferLeft[][64],
89 Int32 *rIntBufferRight,
90 Int32 *iIntBufferRight,
91 Int32 scratch_mem[],
92 Int32 band);
ps_hybrid_analysis.h 84 void ps_hybrid_analysis(const Int32 mQmfReal[][64],
85 const Int32 mQmfImag[][64],
86 Int32 *mHybridReal,
87 Int32 *mHybridImag,
89 Int32 scratch_mem[],
90 Int32 band);
s_tdec_int_chan.h 52 (1) Changed time_quant from 2048 Int32 buffer to 1024 Int32 buffer.
123 * The fxpCoef array is declared as an Int32, so its size should not vary
157 Int32 time_quant[LONG_WINDOW]; /* 1024 holds overlap&add */
159 Int32 *fxpCoef; /* Spectrum coeff.*/
163 Int32 abs_max_per_window[NUM_SHORT_WINDOWS];
shellsort.cpp 100 void shellsort(Int32 in[], Int32 n)
103 Int32 i;
104 Int32 j;
105 Int32 v;
106 Int32 inc = 1;
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
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;
dec_alg_codebook.cpp 118 void dec_1p_N1(int32 index, int16 N, int16 offset, int16 pos[])
121 int32 mask, i;
145 void dec_2p_2N1(int32 index, int16 N, int16 offset, int16 pos[])
148 int32 mask, i;
150 mask = (int32)(sub_int16(shl_int16(1, N), 1)); /* mask = ((1<<N)-1); */
155 pos1 = (int16)(add_int32((shr_int32(index, N) & mask), (int32)(offset)));
192 void dec_3p_3N1(int32 index, int16 N, int16 offset, int16 pos[])
195 int32 mask, idx;
229 void dec_4p_4N1(int32 index, int16 N, int16 offset, int16 pos[])
232 int32 mask, idx
    [all...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_mpeg2_get_scale_factors.cpp 41 int32 gr, granule
42 int32 ch, channel
120 int32 gr,
121 int32 ch,
127 int32 sfb;
128 int32 k = 0;
129 int32 window;
pv_mp3_huffman.h 84 int32 pvmp3_huffman_parsing(int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS],
87 int32 part2_start,
92 int32 *is,
96 int32 *is,
101 int32 *is,
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 443 int32 UserDict::locate_first_in_offsets(const UserDictSearchable * searchable) {
444 int32 begin = 0;
445 int32 end = dict_info_.lemma_count - 1;
446 int32 middle = -1;
448 int32 first_prefix = middle;
449 int32 last_matched = middle;
534 int32 middle;
545 int32 middle = locate_first_in_offsets(&searchable);
645 int32 end = dict_info_.lemma_count - 1;
690 int32 UserDict::locate_in_offsets(char16 lemma_str[], uint16 splid_str[]
    [all...]
  /hardware/ril/mock-ril/src/generated/cpp/
ctrl.pb.h 415 // required int32 connection_id = 1;
419 inline ::google::protobuf::int32 connection_id() const;
420 inline void set_connection_id(::google::protobuf::int32 value);
422 // required int32 call_fail_cause = 2;
426 inline ::google::protobuf::int32 call_fail_cause() const;
427 inline void set_call_fail_cause(::google::protobuf::int32 value);
434 ::google::protobuf::int32 connection_id_;
435 ::google::protobuf::int32 call_fail_cause_;
733 // required int32 connection_id = 1;
741 inline ::google::protobuf::int32 CtrlHangupConnRemote::connection_id() const
    [all...]
  /external/bzip2/
bzlib.c 102 void* default_bzalloc ( void* opaque, Int32 items, Int32 size )
119 Int32 i;
154 Int32 n;
218 Int32 i;
584 s->state_out_len = ((Int32)k1) + 4;
594 Int32 c_state_out_len = s->state_out_len;
595 Int32 c_nblock_used = s->nblock_used;
596 Int32 c_k0 = s->k0;
601 Int32 ro_blockSize100k = s->blockSize100k
    [all...]
  /external/jpeg/
jdmarker.c 154 * V should be declared unsigned int or perhaps INT32.
240 INT32 length;
304 INT32 length;
376 INT32 length;
422 INT32 length;
456 if (count > 256 || ((INT32) count) > length)
493 INT32 length;
551 INT32 length;
585 unsigned int datalen, INT32 remaining)
591 INT32 totallen = (INT32) datalen + remaining
    [all...]
  /external/chromium/net/tools/dump_cache/
upgrade.cc 45 int32 command;
46 int32 result;
47 int32 buffer_bytes;
48 int32 arg1;
49 int32 arg2;
50 int32 arg3;
51 int32 arg4;
52 int32 arg5;
535 int32 GetEntryFromList();
645 int32 SlaveSM::GetEntryFromList()
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
idct.cpp 129 int32 tmpBLK[64];
130 int32 *tmpBLK32 = &tmpBLK[0];
131 int32 r0, r1, r2, r3, r4, r5, r6, r7, r8; /* butterfly nodes */
132 int32 a;
233 r1 = ((int32)tmpBLK32[4+(i<<3)]) << 8;
253 a = (((int32)tmpBLK32[0+(i<<3)] + 32) >> 6);
270 r0 = (((int32)tmpBLK32[0+(i<<3)]) << 8) + 8192;
351 int32 tmpBLK[64];
352 int32 *tmpBLK32 = &tmpBLK[0];
353 int32 r0, r1, r2, r3, r4, r5, r6, r7, r8; /* butterfly nodes *
    [all...]
  /external/chromium/net/socket/
tcp_client_socket_pool_unittest.cc 58 virtual bool SetReceiveBufferSize(int32 size) { return true; }
59 virtual bool SetSendBufferSize(int32 size) { return true; }
96 virtual bool SetReceiveBufferSize(int32 size) { return true; }
97 virtual bool SetSendBufferSize(int32 size) { return true; }
138 virtual bool SetReceiveBufferSize(int32 size) { return true; }
139 virtual bool SetSendBufferSize(int32 size) { return true; }

Completed in 1203 milliseconds

<<11121314151617181920>>