Searched refs:temp (Results 26 - 50 of 132) sorted by relevance

123456

/frameworks/base/media/libstagefright/codecs/avc/dec/src/
H A Dheader.cpp27 uint temp; local
44 BitstreamReadBits(stream, 5, &temp);
176 uint temp; local
180 BitstreamRead1Bit(stream, &temp);
181 if (temp)
187 BitstreamReadBits(stream, 16, &temp);
189 BitstreamReadBits(stream, 16, &temp);
193 BitstreamRead1Bit(stream, &temp);
194 if (temp)
199 BitstreamRead1Bit(stream, &temp);
284 uint temp; local
525 int slice_type, temp, i; local
1163 uint temp; local
1201 uint temp, NumClockTs = 0, time_offset_length = 24, full_timestamp_flag; local
1324 uint temp; local
1338 uint temp; local
1363 uint temp, i, numBits; local
[all...]
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/
H A Dint_lpc.cpp443 Word16 temp; local
450 temp = shr(lsp_old[i], 2, pOverflow);
451 temp = sub(lsp_old[i], temp, pOverflow);
454 lsp[i] = add(temp2, temp, pOverflow);
467 temp = shr(lsp_new[i], 1, pOverflow);
469 lsp[i] = add(temp, temp2, pOverflow);
481 temp = shr(lsp_new[i], 2, pOverflow);
482 temp = sub(lsp_new[i], temp, pOverflo
580 Word16 temp; local
[all...]
H A Dq_plsf_5.cpp217 Word16 temp; local
247 temp = (aux1 - ((Word32)wf1_0 * *(p_dico++))) >> 15;
248 dist = ((Word32)temp * temp);
256 temp = (aux2 - ((Word32)wf1_1 * *(p_dico++))) >> 15;
257 dist += ((Word32)temp * temp);
265 temp = (aux3 - ((Word32)wf2_0 * *(p_dico++))) >> 15;
266 dist += ((Word32)temp * temp);
383 Word16 temp; local
[all...]
H A Dlsp_lsf.cpp355 Word16 temp; local
366 temp = *(p_lsp--);
367 while (table[ind] < temp)
375 L_tmp = (Word32)(temp - table[ind]) * slope[ind];
/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dget_ics_info.cpp196 RETURNING( temp = returnValue )
198 windowSequence = (temp >> LEN_WIN_SH) & ((0x1<<LEN_WIN_SEQ)-1);
200 *pWindowShape = (temp) & ((0x1<<LEN_WIN_SH)-1);
226 RETURNING(temp = returnValue)
233 local_max_sfb = (Int)(temp >> LEN_PREDICTOR_DATA_PRESENT);
236 (Bool) (temp & ((0x1 << LEN_PREDICTOR_DATA_PRESENT)-1));
416 UInt temp; local
434 temp =
440 windowSequence = (WINDOW_SEQUENCE)((temp >> LEN_WIN_SH) & ((0x1 << LEN_WIN_SEQ) - 1));
442 *pWindowShape = (WINDOW_SHAPE)((temp)
[all...]
H A Dtrans4m_freq_2_time_fxp.cpp333 temp = Time_data[i];
335 Time_data[i] = temp;
586 Int32 temp; local
674 temp = fxp_mul_16_by_16bb(temp2, winx) >> shift;
676 limiter(*(pOutput_buffer++), (temp + test));
683 temp = fxp_mul_16_by_16bb(temp2, win1) >> shift;
685 *(pOverlap_and_Add_Buffer_1++) = temp;
806 temp = fxp_mul_16_by_16(dat1, win1) >> shift;
807 *(pOverlap_and_Add_Buffer_1++) = temp;
841 temp
1589 Int32 temp; local
[all...]
H A Dget_adif_header.cpp139 RETURNING( temp )
141 theIDFromFile = (theIDFromFile << (2*LEN_BYTE)) | temp;
154 RETURNING( temp )
156 IF (temp != FALSE) THEN
297 UInt32 temp; local
315 temp = get17_n_lessbits((2 * LEN_BYTE), pInputStream);
317 theIDFromFile = (theIDFromFile << (2 * LEN_BYTE)) | temp;
342 temp =
346 if (temp != FALSE)
H A Dtns_ar_filter.cpp313 Int32 temp; local
386 temp = *p_state++;
387 y0 -= fxp_mul32_Q31(temp, *(p_lpc++)) << shift_up;
409 temp = *p_state++;
410 y0 -= fxp_mul32_Q31(temp, *(p_lpc++)) << shift_up;
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
H A Dg_code.cpp241 Word16 temp; local
286 temp = *(p_y2++) >> 1;
287 s += ((Word32) temp * temp) >> 2;
288 temp = *(p_y2++) >> 1;
289 s += ((Word32) temp * temp) >> 2;
H A Dcbsearch.cpp202 Word16 temp; local
287 temp =
296 temp,
319 temp =
328 temp,
345 temp = ((Word32)h[i - T0] * pit_sharpTmp) >> 15;
355 temp,
378 temp =
387 temp,
H A Dqua_gain.cpp217 Word16 temp; local
277 temp = shl(exp_code, 1, pOverflow);
278 temp = add(15, temp, pOverflow);
279 exp_max[2] = add(exp_coeff[2], temp, pOverflow);
283 temp = add(1, exp_code, pOverflow);
284 exp_max[4] = add(exp_coeff[4], temp, pOverflow);
394 temp = sub(10, exp_gcode0, pOverflow);
395 L_tmp = L_shr(L_tmp, temp, pOverflow);
H A Dpitch_fr.cpp337 Word16 temp; local
354 temp = *(p_excf++);
355 *(p_s_excf++) = temp >> 2;
356 s += (Word32) temp * temp;
357 temp = *(p_excf++);
358 *(p_s_excf++) = temp >> 2;
359 s += (Word32) temp * temp;
415 temp
730 Word16 temp; local
[all...]
H A Dc1035pf.cpp412 Word16 temp; local
454 temp = *p1;
456 if (temp < 0)
462 if (((index ^ temp) & 8) == 0)
467 if (temp <= index)
473 *(p1 + 5) = temp;
482 if ((temp & 7) <= (index & 7))
484 *(p1 + 5) = temp;
H A Dspstproc.cpp194 Word16 temp; local
293 * temp Q0 Q0
305 temp = (Word16)(L_temp >> 14);
308 temp += (Word16)(L_temp >> kShift);
310 mem_w0[j] = xn[i] - temp;
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
H A DComprehensionTlv.java115 int temp = data[curIndex++] & 0xff;
116 switch (temp) {
131 tag = temp;
139 temp = data[curIndex++] & 0xff;
140 if (temp < 0x80) {
141 length = temp;
142 } else if (temp == 0x81) {
148 } else if (temp == 0x82) {
156 } else if (temp == 0x83) {
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
H A Dpreemph.cpp246 Word16 temp; local
252 temp = *p1;
266 st->mem_pre = temp;
H A Dagc.cpp131 Word16 i, temp;
133 temp = shr (in[0], 2);
134 s = L_mult (temp, temp);
138 temp = shr (in[i], 2);
139 s = L_mac (s, temp, temp);
177 Word16 temp; local
181 temp = in[i] >> 2;
182 s = L_mac(s, temp, tem
756 Word16 temp; local
978 Word16 temp; local
[all...]
/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp101 unsigned temp; local
147 if (sscanf(line, "Size: %d kB", &temp) == 1) {
148 size = temp;
149 } else if (sscanf(line, "Rss: %d kB", &temp) == 1) {
150 resident = temp;
151 } else if (sscanf(line, "Pss: %d kB", &temp) == 1) {
152 pss = temp;
153 } else if (sscanf(line, "Shared_Clean: %d kB", &temp) == 1) {
154 shared_clean = temp;
155 } else if (sscanf(line, "Shared_Dirty: %d kB", &temp)
[all...]
/frameworks/base/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_framedecoder.h104 void fillMainDataBuf(void *pMem, int32 temp);
/frameworks/base/obex/javax/obex/
H A DPrivateOutputStream.java132 byte[] temp = mArray.toByteArray();
135 System.arraycopy(temp, 0, result, 0, size);
136 if (temp.length != size) {
137 mArray.write(temp, size, temp.length - size);
H A DPrivateInputStream.java150 byte[] temp = new byte[length];
152 System.arraycopy(mData, mIndex, temp, 0, mData.length - mIndex);
153 System.arraycopy(body, start, temp, mData.length - mIndex, body.length - start);
155 mData = temp;
/frameworks/base/media/libstagefright/codecs/avc/common/src/
H A Dreflist.cpp410 AVCPictureData *temp; local
418 temp = data[j];
420 data[i] = temp;
432 AVCPictureData *temp; local
440 temp = data[j];
442 data[i] = temp;
455 AVCFrameStore *temp; local
463 temp = data[j];
465 data[i] = temp;
477 AVCFrameStore *temp; local
499 AVCPictureData *temp; local
538 AVCPictureData *temp; local
560 AVCFrameStore *temp; local
[all...]
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduParser.java841 int temp = pduDataStream.read();
842 if (temp == -1) {
843 return temp;
846 while((temp & 0x80) != 0) {
848 result |= temp & 0x7F;
849 temp = pduDataStream.read();
850 if (temp == -1) {
851 return temp;
856 result |= temp & 0x7F;
877 int temp
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DJournaledFile.java27 public JournaledFile(File real, File temp) { argument
29 mTemp = temp;
34 * Prefers the real file. If it doesn't exist, uses the temp one, and then copies
35 * it to the real one. If there is both a real file and a temp one, assumes that the
36 * temp one isn't fully written and deletes it.
69 // trust anything that's in temp. In order to have the chooseForRead code not
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/
H A Dmult.h133 Word32 temp = 0x7FFF; local
147 : "r"(temp)
151 : "r"(temp)

Completed in 2488 milliseconds

123456