Searched refs:temp (Results 76 - 100 of 238) sorted by relevance

12345678910

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_seek_synch.cpp153 uint32 temp = getNbits(&pVars->inputStream, 21); local
159 switch (temp >> 19) /* 2 */
175 int32 freq_index = (temp << 20) >> 30;
179 int32 numBytes = fxp_mul32_Q28(mp3_bitrate[version][(temp<<16)>>28] << 20,
188 if ((temp << 22) >> 31)
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dmime_io.cpp539 uint8 temp = 0; local
563 temp = *(unsorted_bits_ptr++);
567 switch (temp & 0xf0)
654 temp <<= 4;
660 temp <<= 1;
662 if (temp & 0x80)
693 if (temp & 0x80)
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dme_utils.cpp41 Int *pint = (Int *) cur, temp = 0; local
50 temp += (*pint++) & 0x00FF00FF;
51 temp += (*pint++) & 0x00FF00FF;
52 temp += (*pint++) & 0x00FF00FF;
53 temp += (*pint++) & 0x00FF00FF;
57 temp += (*pint++ >> 8) & 0x00FF00FF;
58 temp += (*pint++ >> 8) & 0x00FF00FF;
59 temp += (*pint++ >> 8) & 0x00FF00FF;
60 temp += (*pint++ >> 8) & 0x00FF00FF;
65 MB_mean = (((temp
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dvad1.cpp757 Word16 temp; local
821 temp = shr(num, 1, pOverflow);
822 temp = div_s(temp, denom);
824 stat_rat = add(stat_rat, shr(temp, sub(8, exp, pOverflow), pOverflow), pOverflow);
858 temp = sub(level[i], st->ave_level[i], pOverflow);
859 temp = mult_r(alpha, temp, pOverflow);
864 temp,
1146 Word16 temp; local
1489 Word16 temp; local
2006 Word16 temp; local
2184 Word16 temp; local
[all...]
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduComposer.java258 long temp = longInt;
261 for(size = 0; (temp != 0) && (size < LONG_INTEGER_LENGTH_MAX); size++) {
262 temp = (temp >>> 8);
376 long temp = value >>> (i * 7);
377 temp = temp & 0x7f;
379 append((int)((temp | 0x80) & 0xff));
456 EncodedStringValue temp = null;
460 temp
[all...]
H A DPduParser.java969 int temp = pduDataStream.read();
970 if (temp == -1) {
971 return temp;
974 while((temp & 0x80) != 0) {
976 result |= temp & 0x7F;
977 temp = pduDataStream.read();
978 if (temp == -1) {
979 return temp;
984 result |= temp & 0x7F;
1005 int temp
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dwb_vad.c263 Word16 num, temp, stat_rat, exp, denom; local
303 temp = div_s(num >> 1, denom);
304 stat_rat = add1(stat_rat, shr(temp, (8 - exp)));
422 Word16 temp; local
423 temp = (st->old_level[i] - st->bckr_est[i]);
425 if (temp < 0)
427 st->bckr_est[i] = add1(-2, add(st->bckr_est[i],vo_mult_r(alpha_down, temp)));
435 st->bckr_est[i] = add1(bckr_add, add1(st->bckr_est[i],vo_mult_r(alpha_up, temp)));
468 Word16 vad_thr, temp, noise_level; local
482 temp
766 Word16 VAD_flag, temp; local
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dheader.cpp115 int temp; local
117 temp = vui->aspect_ratio_info_present_flag;
118 BitstreamWrite1Bit(stream, temp);
119 if (temp)
128 temp = vui->overscan_info_present_flag;
129 BitstreamWrite1Bit(stream, temp);
130 if (temp)
134 temp = vui->video_signal_type_present_flag;
135 BitstreamWrite1Bit(stream, temp);
136 if (temp)
233 uint temp; local
323 int slice_type, temp, i; local
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Da_refl.cpp147 Word16 temp;
182 temp = pv_round(L_acc);
183 L_temp = L_mult(mult, temp);
247 Word16 temp; local
286 temp = pv_round(L_acc, pOverflow);
287 L_temp = L_mult(mult, temp, pOverflow);
H A Dbgnscd.cpp240 Word16 temp;
362 temp = add(*voicedHangover, 1);
363 if (sub(temp, 10) > 0)
369 *voicedHangover = temp;
409 Word16 temp; local
576 temp = *voicedHangover + 1;
578 if (temp > 10)
584 *voicedHangover = temp;
H A Ddtx_dec.cpp887 Word16 temp; local
936 temp = ~((~st->log_en_hist[i]) >> 3);
940 temp = st->log_en_hist[i] >> 3;
942 st->log_en = add(st->log_en, temp, pOverflow);
1060 temp = (Word16) L_temp;
1064 st->true_sid_period_inv = div_s(1 << 10, temp);
1109 temp = ~((~st->log_en) >> 1);
1113 temp = st->log_en >> 1;
1115 ma_pred_init = sub(temp, 9000, pOverflow);
1146 temp
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dms_stereo.c60 Word32 temp; local
97 temp = (pnlr + 1) / ((pnms >> 8) + 1);
99 temp = pnms - pnlr;
100 if( temp > 0 ){
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcl_ltp.cpp647 Word16 temp; local
751 temp = *gain_pit;
756 L_temp = ((Word32) * (p_yl++) * temp) >> 14;
759 L_temp = ((Word32) * (p_exc++) * temp) >> 14;
/frameworks/base/libs/hwui/
H A DDamageAccumulator.cpp123 Rect temp(in);
125 matrix->mapRect(temp);
130 temp.set(DIRTY_MIN, DIRTY_MIN, DIRTY_MAX, DIRTY_MAX);
132 out->join(RECT_ARGS(temp));
142 SkRect temp(in);
145 transform->mapRect(&temp);
150 temp.set(DIRTY_MIN, DIRTY_MIN, DIRTY_MAX, DIRTY_MAX);
153 temp.offset(props.getLeft(), props.getTop());
154 out->join(temp);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DToPackedGrayFilter.java128 Frame temp = context.getFrameManager().newFrame(tempFrameFormat);
129 mProgram.process(input, temp);
133 output.setDataFromFrame(temp);
134 temp.release();
/frameworks/base/obex/javax/obex/
H A DObexSession.java207 byte[] temp = new byte[correctPassword.length + 16];
209 System.arraycopy(mChallengeDigest, 0, temp, 0, 16);
210 System.arraycopy(correctPassword, 0, temp, 16, correctPassword.length);
212 byte[] correctResponse = ObexHelper.computeMd5Hash(temp);
H A DHeaderSet.java293 long temp = -1;
304 temp = ((Long)headerValue).longValue();
305 if ((temp < 0L) || (temp > 0xFFFFFFFFL)) {
331 temp = ((Long)headerValue).longValue();
332 if ((temp < 0L) || (temp > 0xFFFFFFFFL)) {
487 temp = ((Long)headerValue).longValue();
488 if ((temp < 0L) || (temp >
[all...]
H A DObexHelper.java258 Calendar temp = Calendar.getInstance();
261 temp.setTimeZone(TimeZone.getTimeZone("UTC"));
263 temp.set(Calendar.YEAR, Integer.parseInt(dateString.substring(
265 temp.set(Calendar.MONTH, Integer.parseInt(dateString.substring(
267 temp.set(Calendar.DAY_OF_MONTH, Integer.parseInt(dateString
269 temp.set(Calendar.HOUR_OF_DAY, Integer.parseInt(dateString
271 temp.set(Calendar.MINUTE, Integer.parseInt(dateString
273 temp.set(Calendar.SECOND, Integer.parseInt(dateString
275 headerImpl.setHeader(HeaderSet.TIME_ISO_8601, temp);
328 Calendar temp
[all...]
/frameworks/rs/tests/latency/
H A Dlatency.cpp35 int temp = atoi(argv[3]); local
36 if (temp != 0)
41 int temp = atoi(argv[4]); local
42 if (temp != 0)
/frameworks/base/core/java/android/os/storage/
H A DDiskInfo.java152 final Parcel temp = Parcel.obtain();
154 writeToParcel(temp, 0);
155 temp.setDataPosition(0);
156 return CREATOR.createFromParcel(temp);
158 temp.recycle();
H A DVolumeRecord.java106 final Parcel temp = Parcel.obtain();
108 writeToParcel(temp, 0);
109 temp.setDataPosition(0);
110 return CREATOR.createFromParcel(temp);
112 temp.recycle();
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dblock_idct.cpp627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
699 temp = ((x3 + x2) >> 14);
700 CLIP_RESULT(temp)
701 word = word | (temp << 8);
703 temp = ((x0 + x4) >> 14);
704 CLIP_RESULT(temp)
705 word = word | (temp << 16);
707 temp = ((x8 + x6) >> 14);
708 CLIP_RESULT(temp)
709 word = word | (temp << 2
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_Interpolate_Chroma_s.s48 temp RN 11 label
131 SUB temp, iWidth, #1
136 ORR iWidth, iWidth, temp, LSL #16
231 SUB temp, iWidth, #1
236 ORR iWidth, iWidth, temp, LSL #16
269 SUB temp, iWidth, #1
274 ORR iWidth, iWidth, temp, LSL #16
/frameworks/av/services/audioflinger/
H A DAudioMixer.h169 typedef void (*hook_t)(track_t* t, int32_t* output, size_t numOutFrames, int32_t* temp,
319 static void track__genericResample(track_t* t, int32_t* out, size_t numFrames, int32_t* temp,
321 static void track__nop(track_t* t, int32_t* out, size_t numFrames, int32_t* temp, int32_t* aux);
322 static void track__16BitsStereo(track_t* t, int32_t* out, size_t numFrames, int32_t* temp,
324 static void track__16BitsMono(track_t* t, int32_t* out, size_t numFrames, int32_t* temp,
326 static void volumeRampStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp,
328 static void volumeStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp,
362 TO* temp __unused, TA* aux);
365 TO* temp __unused, TA* aux);
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_QPD_Process.c74 LVM_INT32 temp,temp2; local
125 MUL32x32INTO32((LVM_INT32)D0,Km,temp,31);
126 accu +=temp + Xg0;

Completed in 626 milliseconds

12345678910