Searched refs:temp (Results 51 - 75 of 238) sorted by relevance

12345678910

/frameworks/av/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...]
H A Dd_gain_c.cpp206 Word16 temp; local
226 temp = sub((Word16)mode, (Word16)MR122, pOverflow);
227 if (temp == 0)
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/util/
H A DIntArray.java27 int temp[] = new int[mSize + mSize];
28 System.arraycopy(mData, 0, temp, 0, mSize);
29 mData = temp;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dqpisf_2s.c66 Word32 i, k, temp, min_err, distance; local
87 temp = min_err;
89 temp = vo_L_add(temp, min_err);
91 temp = vo_L_add(temp, min_err);
93 if(temp < distance)
95 distance = temp;
117 temp = min_err;
119 temp
156 Word32 temp, min_err, distance; local
451 Word16 temp, *p_dico; local
498 Word16 temp, *p_dico; local
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
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/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_framedecoder.h104 void fillMainDataBuf(void *pMem, int32 temp);
/frameworks/rs/java/tests/LatencyBenchmark/src/com/example/android/rs/computebench/
H A DBenchmark.java36 int[] temp;
37 temp = new int[1];
43 aout.copy1DRangeFrom(0, 1, temp);
54 aout.copy1DRangeFrom(0, 1, temp);
/frameworks/base/location/java/android/location/
H A DGeofence.java150 long temp;
151 temp = Double.doubleToLongBits(mLatitude);
152 result = prime * result + (int) (temp ^ (temp >>> 32));
153 temp = Double.doubleToLongBits(mLongitude);
154 result = prime * result + (int) (temp ^ (temp >>> 32));
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Process.c233 LVM_INT32 temp; local
235 temp = (LVM_INT32)(LVPSA_MAXUNSIGNEDCHAR - pLVPSA_Inst->pPreviousPeaks[ii]);
236 temp = ((temp * LVPSA_MAXLEVELDECAYFACTOR)>>LVPSA_MAXLEVELDECAYSHIFT);
238 if(temp == (LVPSA_MAXUNSIGNEDCHAR - pLVPSA_Inst->pPreviousPeaks[ii]))
240 temp += 1;
243 temp = (temp > LVPSA_MAXUNSIGNEDCHAR) ? LVPSA_MAXUNSIGNEDCHAR : temp;
245 pLVPSA_Inst->pPreviousPeaks[ii] = (LVM_UINT8)(LVPSA_MAXUNSIGNEDCHAR - temp);
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp42 int temp, SBE, offset; local
60 temp = *topL++ - orgY[j];
61 SBE += ((temp >= 0) ? temp : -temp);
62 temp = *(leftL += picPitch) - *(orgY_2 += orgPitch);
63 SBE += ((temp >= 0) ? temp : -temp);
76 temp
728 uint32 temp, DC; local
2012 int component, SubBlock_indx, temp; local
[all...]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DLearning_StochasticLinearRanker.java76 ArrayList<StringFloat> temp = (ArrayList<StringFloat>)sample;
77 String[] keys = new String[temp.size()];
78 float[] values = new float[temp.size()];
79 for (int i = 0; i < temp.size(); i++){
80 keys[i] = temp.get(i).key;
81 values[i] = temp.get(i).value;
89 ArrayList<StringFloat> temp = (ArrayList<StringFloat>)sample;
91 for (int i = 0; i < temp.size(); i++)
92 weights.put(temp.get(i).key, temp
[all...]
/frameworks/base/obex/javax/obex/
H A DPrivateOutputStream.java129 byte[] temp = mArray.toByteArray();
132 System.arraycopy(temp, 0, result, 0, size);
133 if (temp.length != size) {
134 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/av/media/libstagefright/codecs/amrnb/enc/src/
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/av/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/android/os/
H A DFileBridge.java95 final byte[] temp = new byte[8192];
97 while (IoBridge.read(mServer, temp, 0, MSG_LENGTH) == MSG_LENGTH) {
98 final int cmd = Memory.peekInt(temp, 0, ByteOrder.BIG_ENDIAN);
101 int len = Memory.peekInt(temp, 4, ByteOrder.BIG_ENDIAN);
103 int n = IoBridge.read(mServer, temp, 0, Math.min(temp.length, len));
108 IoBridge.write(mTarget, temp, 0, n);
115 IoBridge.write(mServer, temp, 0, MSG_LENGTH);
122 IoBridge.write(mServer, temp, 0, MSG_LENGTH);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s117 temp RN 1 label
207 SUB temp,fcodeForward,#1 ;// temp=fcodeForward-1
210 LSL scaleFactor,one,temp ;// scaleFactor=1<<(fcodeForward-1)
224 LDR temp,=0xFFF
227 TEQ index,temp
237 SUB temp,fcodeForward,#1
238 M_BD_VREAD8 mvHorResidual,temp,T1,T2 ;// get mvHorResidual from bitstream if fcodeForward>1 and mvHorData!=0
254 LDR temp,=0xFFF
257 TEQ index,temp
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s117 temp RN 1 label
207 SUB temp,fcodeForward,#1 ;// temp=fcodeForward-1
210 LSL scaleFactor,one,temp ;// scaleFactor=1<<(fcodeForward-1)
224 LDR temp,=0xFFF
227 TEQ index,temp
237 SUB temp,fcodeForward,#1
238 M_BD_VREAD8 mvHorResidual,temp,T1,T2 ;// get mvHorResidual from bitstream if fcodeForward>1 and mvHorData!=0
254 LDR temp,=0xFFF
257 TEQ index,temp
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DJournaledFile.java36 public JournaledFile(File real, File temp) { argument
38 mTemp = temp;
43 * Prefers the real file. If it doesn't exist, uses the temp one, and then copies
44 * it to the real one. If there is both a real file and a temp one, assumes that the
45 * temp one isn't fully written and deletes it.
78 // trust anything that's in temp. In order to have the chooseForRead code not
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c100 Word32 temp, shift; local
107 temp = lineNumber - bandStartOffset[numOfBands] ;
108 if (temp >= 0)
113 temp = bandStartOffset[band + 1] - lineNumber;
114 if (temp > 0) break;
117 temp = (lineNumber - bandStartOffset[band]);
118 temp = (temp - (bandStartOffset[band + 1] - lineNumber));
119 if ( temp > 0 )
279 Word32 temp; local
365 Word32 i, temp; local
404 Word32 temp; local
696 Word32 temp, workBuffer0; local
735 Word32 temp; local
750 Word32 temp; local
764 Word32 temp; local
788 Word32 temp; local
813 Word32 temp; local
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dmult.h133 Word32 temp = 0x7FFF; local
147 : "r"(temp)
151 : "r"(temp)

Completed in 1193 milliseconds

12345678910