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

12345678910

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
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...]
H A Dd_gain_c.cpp206 Word16 temp; local
226 temp = sub((Word16)mode, (Word16)MR122, pOverflow);
227 if (temp == 0)
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/rs/
H A DrsMatrix3x3.cpp67 float temp; local
70 temp = get(i, j);
72 set(j, i, temp);
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dms_stereo.c53 Word32 temp; local
61 Word32 temp; local
98 temp = (pnlr + 1) / ((pnms >> 8) + 1);
100 temp = pnms - pnlr;
101 if( temp > 0 ){
/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/libvideoeditor/lvpp/
H A DVideoEditorBGAudioProcessing.cpp164 M4OSA_Int32 temp; local
166 temp = -(*pBTMdata1) * 2; // bring to original Amplitude level
168 if (temp > 32767) {
171 *pBTMdata1 = (M4OSA_Int16)(-temp);
174 temp = (*pBTMdata1) * 2; // bring to original Amplitude level
175 if ( temp > 32768) {
178 *pBTMdata1 = (M4OSA_Int16)temp;
/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/base/core/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.java870 int temp = pduDataStream.read();
871 if (temp == -1) {
872 return temp;
875 while((temp & 0x80) != 0) {
877 result |= temp & 0x7F;
878 temp = pduDataStream.read();
879 if (temp == -1) {
880 return temp;
885 result |= temp & 0x7F;
906 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/native/services/surfaceflinger/
H A DLayer.cpp429 const Layer::State& temp(currentState());
431 const bool sizeChanged = (temp.requested.w != front.requested.w) ||
432 (temp.requested.h != front.requested.h);
443 temp.active.w, temp.active.h,
444 temp.active.crop.left,
445 temp.active.crop.top,
446 temp.active.crop.right,
447 temp.active.crop.bottom,
448 temp
[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/aacdec/
H A Dhuffspec_fxp.cpp348 UInt32 temp; local
595 temp = inverseQuantTable[(max >> ORDER) + 1];
600 temp += ROUND_UP;
603 temp >>= (QTABLE - 1);
606 temp *= max;
609 binaryDigits = 31 - pv_normalize(temp);
H A Ddct64.cpp524 Int32 temp[4]; local
526 temp[0] = vec[14];
528 temp[1] = vec[12];
530 temp[2] = vec[10];
532 temp[3] = vec[ 8];
539 vec[16] = temp[3];
543 temp[3] = vec[11];
547 vec[20] = temp[2];
548 temp[2] = vec[13];
551 vec[22] = temp[
[all...]
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp114 String8 temp("GL_EXT_debug_marker ");
115 temp.append(gl_extensions);
116 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.java130 Frame temp = context.getFrameManager().newFrame(tempFrameFormat);
131 mProgram.process(input, temp);
135 output.setDataFromFrame(temp);
136 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);
/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp130 unsigned temp; local
199 if (sscanf(line, "Size: %d kB", &temp) == 1) {
200 size = temp;
201 } else if (sscanf(line, "Rss: %d kB", &temp) == 1) {
202 resident = temp;
203 } else if (sscanf(line, "Pss: %d kB", &temp) == 1) {
204 pss = temp;
205 } else if (sscanf(line, "Shared_Clean: %d kB", &temp) == 1) {
206 shared_clean = temp;
207 } else if (sscanf(line, "Shared_Dirty: %d kB", &temp)
289 unsigned temp; local
[all...]

Completed in 403 milliseconds

12345678910