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

  /external/chromium_org/third_party/opus/src/celt/
modes.c 231 int LM;
286 LM = 3;
289 LM = 2;
292 LM = 1;
295 LM = 0;
299 if ((opus_int32)(frame_size>>LM)*300 > Fs)
340 mode->maxLM = LM;
341 mode->nbShortMdcts = 1<<LM;
celt.c 397 static void compute_mdcts(const CELTMode *mode, int shortBlocks, celt_sig * OPUS_RESTRICT in, celt_sig * OPUS_RESTRICT out, int C, int LM)
402 clt_mdct_forward(&mode->mdct, in, out, mode->window, overlap, mode->maxLM-LM, 1);
405 int N = mode->shortMdctSize<<LM;
417 clt_mdct_forward(&mode->mdct, in+c*(B*N+overlap)+b*N, &out[b+c*N*B], mode->window, overlap, shortBlocks ? mode->maxLM : mode->maxLM-LM, B);
427 celt_sig * OPUS_RESTRICT overlap_mem[], int C, int LM)
430 const int N = mode->shortMdctSize<<LM;
453 clt_mdct_backward(&mode->mdct, &X[b+c*N2*B], x+N2*b, mode->window, overlap, shortBlocks ? mode->maxLM : mode->maxLM-LM, B);
548 static opus_val32 l1_metric(const celt_norm *tmp, int N, int LM, int width)
555 for (i=0;i<1<<LM;i++)
558 for (j=0;j<N>>LM;j++
    [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 142 LexedMethod* LM = new LexedMethod(this, FnD);
143 getCurrentClass().LateParsedDeclarations.push_back(LM);
144 LM->TemplateScope = getCurScope()->isTemplateParamScope();
145 CachedTokens &Toks = LM->Toks;
302 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) {
304 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
306 if (LM.TemplateScope) {
307 Actions.ActOnReenterTemplateScope(getCurScope(), LM.Method);
311 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
317 for (unsigned I = 0, N = LM.DefaultArgs.size(); I != N; ++I)
    [all...]
ParseObjc.cpp     [all...]
  /external/srec/seti/sltsEngine/include/
lts_seq_internal.h 111 typedef struct LM { /*letter mappings*/
116 } LM;
138 LM *letter_mapping;
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 316 LengthModifier LM;
328 void setLengthModifier(LengthModifier lm) {
329 LM = lm;
347 return LM;
371 /// assign the appropriate value to LM and return true.
372 static bool namedTypeToLengthModifier(QualType QT, LengthModifier &LM);
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 178 milliseconds