Searched defs:HP (Results 1 - 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dfilterbanks.c65 HP: a FRAMESAMPLES_HALF array of high-pass filtered samples that
83 void WebRtcIsac_SplitAndFilterFloat(float *pin, float *LP, float *HP, argument
225 HP[k] = 0.5f*(tempin_ch1[k] - tempin_ch2[k]);/* high pass signal*/
228 /* Lookahead LP and HP signals */
H A Dencode.c192 float HP[FRAMESAMPLES_HALF]; local
283 WebRtcIsac_SplitAndFilterFloat(ISACencLB_obj->data_buffer_float, LP, HP,
381 HP, hifilt_coef, HPw);
843 float HP[FRAMESAMPLES_HALF]; local
902 WebRtcIsac_SplitAndFilterFloat(ISACencUB_obj->data_buffer_float, HP, LP,
/external/ltp/testcases/realtime/func/pi-tests/
H A Dtestpi-7.c230 #define HP "\t\t\t\t\t" macro
238 debug(DBG_INFO, HP "high try mutex\n");
243 debug(DBG_INFO, HP "high grab mutex\n");
245 debug(DBG_INFO, HP "high drop mutex\n");
260 debug(DBG_INFO, HP "high prio done\n");
261 #undef HP macro
/external/v8/src/
H A Dcounters.cc79 #define HP(name, caption) \ macro
81 HISTOGRAM_PERCENTAGE_LIST(HP)
82 #undef HP macro
190 #define HP(name, caption) name##_.Reset(); macro
191 HISTOGRAM_PERCENTAGE_LIST(HP)
192 #undef HP macro
H A Dcounters.h993 #define HISTOGRAM_PERCENTAGE_LIST(HP) \
995 HP(external_fragmentation_total, V8.MemoryExternalFragmentationTotal) \
996 HP(external_fragmentation_old_space, V8.MemoryExternalFragmentationOldSpace) \
997 HP(external_fragmentation_code_space, \
999 HP(external_fragmentation_map_space, V8.MemoryExternalFragmentationMapSpace) \
1000 HP(external_fragmentation_lo_space, V8.MemoryExternalFragmentationLoSpace) \
1002 HP(heap_fraction_new_space, V8.MemoryHeapFractionNewSpace) \
1003 HP(heap_fraction_old_space, V8.MemoryHeapFractionOldSpace) \
1004 HP(heap_fraction_code_space, V8.MemoryHeapFractionCodeSpace) \
1005 HP(heap_fraction_map_spac
1176 #define HP macro
1179 #undef HP macro
1284 #define HP macro
1287 #undef HP macro
[all...]
/external/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp292 auto HP = ((S >> 32) & Mask) | 1; local
296 H = (H + HP) & Mask;
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DScalarEvolutionExpander.cpp1235 BasicBlock *HP = *HPI; local
1236 if (L->contains(HP)) {
1241 HP->getTerminator());
1242 Add->setDebugLoc(HP->getTerminator()->getDebugLoc());
1244 CanonicalIV->addIncoming(Add, HP);
1246 CanonicalIV->addIncoming(Constant::getNullValue(Ty), HP); local
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1474 BasicBlock *HP = *HPI; local
1475 if (!PredSeen.insert(HP).second) {
1478 CanonicalIV->addIncoming(CanonicalIV->getIncomingValueForBlock(HP), HP);
1482 if (L->contains(HP)) {
1487 HP->getTerminator());
1488 Add->setDebugLoc(HP->getTerminator()->getDebugLoc());
1490 CanonicalIV->addIncoming(Add, HP);
1492 CanonicalIV->addIncoming(Constant::getNullValue(Ty), HP); local
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp275 bool HP = hasFunctionProto(D); local
277 bool IV = HP && isFunctionOrMethodVariadic(D);
279 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam;

Completed in 418 milliseconds