HomeSort by relevance Sort by last modified time
    Searched refs:temp (Results 551 - 575 of 2100) sorted by null

<<21222324252627282930>>

  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD_Process.c 74 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/
omxVCM4P2_PredictReconCoefIntra_s.s 96 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,tempPred ;// temp=pSrcDst[0]+tempPre
    [all...]
  /frameworks/native/services/sensorservice/
traits.h 58 enum { temp = IndexOf<Tail, T>::value }; enumerator in enum:android::TL::IndexOf::__anon30565
60 enum { value = temp == -1 ? -1 : 1 + temp };
  /libcore/luni/src/main/java/java/util/jar/
JarInputStream.java 86 Attributes temp = new Attributes(3); local
87 temp.map.put("hidden", null);
88 mEntry.setAttributes(temp);
  /external/opencv/cv/src/
cvdistransform.cpp 47 icvInitTopBottom( int* temp, int tempstep, CvSize size, int border )
52 int* ttop = (int*)(temp + i*tempstep);
53 int* tbottom = (int*)(temp + (size.height + border*2 - i - 1)*tempstep);
67 icvDistanceTransform_3x3_C1R( const uchar* src, int srcstep, int* temp,
77 step /= sizeof(temp[0]);
80 icvInitTopBottom( temp, step, size, BORDER );
86 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER;
113 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER;
139 icvDistanceTransform_5x5_C1R( const uchar* src, int srcstep, int* temp,
150 step /= sizeof(temp[0])
707 CvMat* temp = 0; local
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_reverb.c 79 EAS_INT temp; local
224 temp = pPreset->m_nXfadeInterval;
226 temp = (temp * _OUTPUT_SAMPLE_RATE) >> 16;
227 pReverbData->m_nXfadeInterval = (EAS_U16) temp;
232 temp = pPreset->m_nAp0_ApOut;
234 temp = (temp * _OUTPUT_SAMPLE_RATE) >> 16;
235 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp);
240 temp = pPreset->m_nAp1_ApOut
916 EAS_INT temp; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_reverb.c 79 EAS_INT temp; local
224 temp = pPreset->m_nXfadeInterval;
226 temp = (temp * _OUTPUT_SAMPLE_RATE) >> 16;
227 pReverbData->m_nXfadeInterval = (EAS_U16) temp;
232 temp = pPreset->m_nAp0_ApOut;
234 temp = (temp * _OUTPUT_SAMPLE_RATE) >> 16;
235 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp);
240 temp = pPreset->m_nAp1_ApOut
916 EAS_INT temp; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_reverb.c 79 EAS_INT temp; local
224 temp = pPreset->m_nXfadeInterval;
226 temp = (temp * _OUTPUT_SAMPLE_RATE) >> 16;
227 pReverbData->m_nXfadeInterval = (EAS_U16) temp;
232 temp = pPreset->m_nAp0_ApOut;
234 temp = (temp * _OUTPUT_SAMPLE_RATE) >> 16;
235 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp);
240 temp = pPreset->m_nAp1_ApOut
916 EAS_INT temp; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_halfpel.cpp 69 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...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 640 LOperand* temp,
645 temps_[0] = temp;
652 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
680 LOperand* temp = NULL) {
683 temps_[0] = temp;
688 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
759 LMathFloor(LOperand* value, LOperand* temp) {
761 temps_[0] = temp;
765 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
774 LMathRound(LOperand* value, LOperand* temp) {
780 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
892 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
934 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
950 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
967 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
999 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1085 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1140 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1300 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1342 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1357 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1674 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2117 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2168 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2230 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2355 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2484 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2510 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2614 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
    [all...]
  /external/chromium/chrome/browser/sync/
backend_migrator.cc 43 ModelTypeSet temp; local
46 std::inserter(temp, temp.end()));
47 to_migrate_ = temp;
  /external/chromium/net/http/
http_vary_data_unittest.cc 22 std::string temp(response_headers);
23 std::replace(temp.begin(), temp.end(), '\n', '\0');
24 response = new net::HttpResponseHeaders(temp);
  /external/chromium_org/content/renderer/
shared_memory_seqlock_reader.h 25 void* temp, void* from, size_t size);
  /external/chromium_org/net/http/
http_vary_data_unittest.cc 22 std::string temp(response_headers);
23 std::replace(temp.begin(), temp.end(), '\n', '\0');
24 response = new net::HttpResponseHeaders(temp);
  /external/chromium_org/third_party/icu/source/test/intltest/
pptest.cpp 193 UnicodeString temp; local
196 temp.remove();
197 //temp = new StringBuffer(); // Get new buffer
208 temp += UnicodeString("="/*'='*/); // initialize
209 logln("FP " + temp + res);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_gs.h 92 struct brw_reg temp; member in struct:brw_gs_compile::__anon13191
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
hash_table.c 96 struct node *temp; local
101 foreach_s(node, temp, & ht->buckets[i]) {
199 struct node *node, *temp; local
200 foreach_s(node, temp, &ht->buckets[bucket]) {
  /external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/
MainActivity.java 83 Map<String, Object> temp = new HashMap<String, Object>(); local
84 temp.put("title", name);
85 temp.put("intent", intent);
86 data.add(temp);
  /external/e2fsprogs/ext2ed/
general_com.c 530 long temp; local
535 temp = *((char *) ptr);
539 temp = *((short *) ptr);
543 temp = *((long *) ptr);
550 wprintw(show_pad, format, temp, temp);
555 unsigned long temp; local
560 temp = *((unsigned char *) ptr);
561 temp = temp & 0xFF
    [all...]
  /external/icu4c/test/intltest/
pptest.cpp 193 UnicodeString temp; local
196 temp.remove();
197 //temp = new StringBuffer(); // Get new buffer
208 temp += UnicodeString("="/*'='*/); // initialize
209 logln("FP " + temp + res);
  /external/libselinux/src/
avc_sidtab.c 135 struct sidtab_node *cur, *temp; local
143 temp = cur;
145 freecon(temp->sid_s.ctx);
146 avc_free(temp);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_gs.h 92 struct brw_reg temp; member in struct:brw_gs_compile::__anon23658
  /external/mesa3d/src/mesa/program/
hash_table.c 96 struct node *temp; local
101 foreach_s(node, temp, & ht->buckets[i]) {
199 struct node *node, *temp; local
200 foreach_s(node, temp, &ht->buckets[bucket]) {
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
basic_op_arm_gcc_v5.h 482 Word32 temp; local
488 : "=r"(temp)
495 : "r"(temp), "r"(temp)
  /frameworks/base/core/java/android/text/method/
BaseKeyListener.java 104 int temp = selectionEnd; local
106 selectionStart = temp;
186 int temp = selectionEnd; local
188 selectionStart = temp;

Completed in 963 milliseconds

<<21222324252627282930>>