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

123456789

/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...]
H A Dsad_halfpel.cpp69 Int temp; local
83 temp = ((p1[j] + p2[j] + 1) >> 1) - *kk++;
84 sad += PV_ABS(temp);
101 Int temp; local
114 temp = ((p1[j] + p2[j] + p3[j] + p4[j] + 2) >> 2) - *kk++;
115 sad += PV_ABS(temp);
143 Int temp; local
157 temp = ((p1[j] + p2[j] + 1) >> 1) - *kk++;
158 sad += PV_ABS(temp);
175 Int temp; local
227 Int temp; local
268 Int temp; local
304 Int temp; local
785 Int temp; local
[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.java965 int temp = pduDataStream.read();
966 if (temp == -1) {
967 return temp;
970 while((temp & 0x80) != 0) {
972 result |= temp & 0x7F;
973 temp = pduDataStream.read();
974 if (temp == -1) {
975 return temp;
980 result |= temp & 0x7F;
1001 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.cpp145 Word16 temp;
180 temp = pv_round(L_acc);
181 L_temp = L_mult(mult, temp);
245 Word16 temp; local
284 temp = pv_round(L_acc, pOverflow);
285 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/native/opengl/libs/EGL/
H A Degl_object.cpp112 String8 temp("GL_EXT_debug_marker ");
113 temp.append(gl_extensions);
114 gl_extensions.setTo(temp);
/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/core/java/com/android/internal/http/multipart/
H A DMultipartEntity.java162 String temp = null;
164 temp = (String) params.getParameter(MULTIPART_BOUNDARY);
166 if (temp != null) {
167 multipartBoundary = EncodingUtils.getAsciiBytes(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.java201 byte[] temp = new byte[correctPassword.length + 16];
203 System.arraycopy(mChallengeDigest, 0, temp, 0, 16);
204 System.arraycopy(correctPassword, 0, temp, 16, correctPassword.length);
206 byte[] correctResponse = ObexHelper.computeMd5Hash(temp);
H A DHeaderSet.java273 long temp = -1;
284 temp = ((Long)headerValue).longValue();
285 if ((temp < 0L) || (temp > 0xFFFFFFFFL)) {
311 temp = ((Long)headerValue).longValue();
312 if ((temp < 0L) || (temp > 0xFFFFFFFFL)) {
443 temp = ((Long)headerValue).longValue();
444 if ((temp < 0L) || (temp >
[all...]
H A DObexHelper.java241 Calendar temp = Calendar.getInstance();
244 temp.setTimeZone(TimeZone.getTimeZone("UTC"));
246 temp.set(Calendar.YEAR, Integer.parseInt(dateString.substring(
248 temp.set(Calendar.MONTH, Integer.parseInt(dateString.substring(
250 temp.set(Calendar.DAY_OF_MONTH, Integer.parseInt(dateString
252 temp.set(Calendar.HOUR_OF_DAY, Integer.parseInt(dateString
254 temp.set(Calendar.MINUTE, Integer.parseInt(dateString
256 temp.set(Calendar.SECOND, Integer.parseInt(dateString
258 headerImpl.setHeader(HeaderSet.TIME_ISO_8601, temp);
311 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/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.s34 temp RN 11 label
117 SUB temp, iWidth, #1
122 ORR iWidth, iWidth, temp, LSL #16
217 SUB temp, iWidth, #1
222 ORR iWidth, iWidth, temp, LSL #16
255 SUB temp, iWidth, #1
260 ORR iWidth, iWidth, temp, LSL #16
/frameworks/base/libs/hwui/
H A DDamageAccumulator.cpp123 Rect temp(in);
124 matrix->mapRect(temp);
125 out->join(RECT_ARGS(temp));
135 SkRect temp(in);
137 transform->mapRect(&temp);
139 temp.offset(props.getLeft(), props.getTop());
140 out->join(temp);
/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;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s96 temp RN 14 label
177 MOV temp1,absCoeffDC ;// Load the Prediction coeff to temp for comparision
181 ADD temp,dcScaler,dcScaler
182 LDRH temp,[predCoeffTable,temp] ;// Load value from coeff table for performing division using multiplication
183 SMULBB tempPred,temp,absCoeffDC ;// tempped=pPredBufRow(Col)[0]*32767/dcScaler
199 LDRH temp,[pSrcDst] ;// temp=pSrcDst[0]
200 ADD temp,temp,tempPre
[all...]
/frameworks/native/services/sensorservice/
H A Dtraits.h58 enum { temp = IndexOf<Tail, T>::value }; enumerator in enum:android::TL::IndexOf::__anon1396
60 enum { value = temp == -1 ? -1 : 1 + temp };

Completed in 548 milliseconds

123456789