HomeSort by relevance Sort by last modified time
    Searched refs:LSP (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/CodeGen/
SplitKit.cpp 64 std::pair<SlotIndex, SlotIndex> &LSP = LastSplitPoint[Num];
69 if (!LSP.first.isValid()) {
72 LSP.first = MBBEnd;
74 LSP.first = LIS.getInstructionIndex(FirstTerm);
78 return LSP.first;
80 LSP.second = LSP.first;
85 LSP.second = LIS.getInstructionIndex(I);
93 if (!LPad || !LSP.second || !LIS.isLiveInToMBB(*CurLI, LPad))
94 return LSP.first
    [all...]
  /external/libpcap/
tokdefs.h 101 LSP = 327,
205 #define LSP 327
grammar.c 136 LSP = 327,
240 #define LSP 327
790 "PPPOES", "ISO", "ESIS", "CLNP", "ISIS", "L1", "L2", "IIH", "LSP", "SNP",
    [all...]
grammar.y 184 %token ISO ESIS CLNP ISIS L1 L2 IIH LSP SNP CSNP PSNP
367 | LSP { $$ = Q_ISIS_LSP; }
scanner.l 221 lsp return LSP;
scanner.c     [all...]
  /external/libvorbis/doc/
06-floor0.tex 8 Vorbis floor type zero uses Line Spectral Pair (LSP, also alternately
10 smooth spectral envelope curve as the frequency response of the LSP
13 coding; LSP representation may be converted to LPC representation and
21 VQ codebooks for use in coding/decoding the LSP filter coefficient
51 decoding the curve amplitude and \varname{[floor0_order]} LSP
53 curve, which is defined as the frequency response of the decoded LSP
145 The above is used to synthesize the LSP curve on a Bark-scale frequency
147 Similarly, the below calculation synthesizes the output LSP curve \varname{[output]} on a log
01-introduction.tex 208 A floor encoding may be of two types. Floor 0 uses a packed LSP

Completed in 60 milliseconds