HomeSort by relevance Sort by last modified time
    Searched defs:Freq (Results 1 - 11 of 11) sorted by null

  /external/lzma/C/
Ppmd.h 37 UInt16 Summ; /* Freq */
38 Byte Shift; /* Speed of Freq change; low Shift is for fast change */
48 Byte Freq;
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 130 void addBias(BlockFrequency freq, BorderConstraint direction) {
135 BiasP += freq;
138 BiasN += freq;
234 uint64_t Freq = Entry.getFrequency();
235 uint64_t Scaled = (Freq >> 13) + bool(Freq & (1 << 12));
244 BlockFrequency Freq = BlockFrequencies[I->Number];
250 nodes[ib].addBias(Freq, I->Entry);
257 nodes[ob].addBias(Freq, I->Exit);
266 BlockFrequency Freq = BlockFrequencies[*I]
    [all...]
LiveIntervalAnalysis.cpp 844 BlockFrequency Freq = MBFI->getBlockFreq(MI->getParent());
846 return (isDef + isUse) * (Freq.getFrequency() * Scale);
    [all...]
MachineBlockPlacement.cpp 539 MBFI->printBlockFreq(dbgs(), CandidateFreq) << " (freq)\n");
657 MBFI->printBlockFreq(dbgs(), Pred) << " freq\n");
    [all...]
RegAllocGreedy.cpp 404 BlockFrequency Freq;
410 HintInfo(BlockFrequency Freq, unsigned Reg, unsigned PhysReg)
411 : Freq(Freq), Reg(Reg), PhysReg(PhysReg) {}
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c 179 LVM_UINT16 Freq;
200 Freq = (LVM_UINT16) ((LVPSA_SampleRateTab[pInst->CurrentParams.Fs]>>1) / (pInst->nBands + 1));
203 pInst->pFiltersParams[ii-1].CenterFrequency = (LVM_UINT16) (Freq * ii);
    [all...]
  /external/opencv3/3rdparty/zlib/
deflate.h 67 ush freq; /* frequency count */ member in union:ct_data_s::__anon20546
76 #define Freq fc.freq
327 s->dyn_ltree[cc].Freq++; \
336 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
337 s->dyn_dtree[d_code(dist)].Freq++; \
  /external/pdfium/third_party/zlib_v128/
deflate.h 67 ush freq; /* frequency count */ member in union:ct_data_s::__anon21695
76 #define Freq fc.freq
327 s->dyn_ltree[cc].Freq++; \
336 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
337 s->dyn_dtree[d_code(dist)].Freq++; \
  /external/zlib/src/
deflate.h 67 ush freq; /* frequency count */ member in union:ct_data_s::__anon27236
76 #define Freq fc.freq
327 s->dyn_ltree[cc].Freq++; \
336 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
337 s->dyn_dtree[d_code(dist)].Freq++; \
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 32 #define DEBUG_TYPE "block-freq"
480 void setBlockFreq(const BlockNode &Node, uint64_t Freq);
484 const BlockFrequency &Freq) const;
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 349 milliseconds