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

1 2

  /external/libopus/celt/
modes.c 232 int LM;
288 LM = 3;
291 LM = 2;
294 LM = 1;
297 LM = 0;
301 if ((opus_int32)(frame_size>>LM)*300 > Fs)
342 mode->maxLM = LM;
343 mode->nbShortMdcts = 1<<LM;
353 if ((mode->eBands[mode->nbEBands] - mode->eBands[mode->nbEBands-1])<<LM >
celt_decoder.c 281 int isTransient, int LM, int downsample,
297 N = mode->shortMdctSize<<LM;
299 M = 1<<LM;
308 NB = mode->shortMdctSize<<LM;
309 shift = mode->maxLM-LM;
351 static void tf_decode(int start, int end, int isTransient, int *tf_res, int LM, ec_dec *dec)
363 tf_select_rsv = LM>0 && tell+logp+1<=budget;
379 tf_select_table[LM][4*isTransient+0+tf_changed] !=
380 tf_select_table[LM][4*isTransient+2+tf_changed])
386 tf_res[i] = tf_select_table[LM][4*isTransient+2*tf_select+tf_res[i]]
    [all...]
celt_encoder.c 417 celt_sig * OPUS_RESTRICT out, int C, int CC, int LM, int upsample,
432 N = mode->shortMdctSize<<LM;
433 shift = mode->maxLM-LM;
537 static opus_val32 l1_metric(const celt_norm *tmp, int N, int LM, opus_val16 bias)
545 L1 = MAC16_32_Q15(L1, LM*bias, L1);
551 int *tf_res, int lambda, celt_norm *X, int N0, int LM,
572 ALLOC(tmp, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm);
573 ALLOC(tmp_1, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm);
584 N = (m->eBands[i+1]-m->eBands[i])<<LM;
585 /* band is too narrow to be split down to LM=-1 *
    [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 137 LexedMethod* LM = new LexedMethod(this, FnD);
138 getCurrentClass().LateParsedDeclarations.push_back(LM);
139 LM->TemplateScope = getCurScope()->isTemplateParamScope();
140 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...]
  /toolchain/binutils/binutils-2.25/opcodes/
micromips-opc.c 203 #define LM INSN_LOAD_MEMORY
288 {"pref", "k,~(b)", 0x60002000, 0xfc00f000, RD_3|LM, 0, I1, 0, 0 },
290 {"prefx", "h,t(b)", 0x540001a0, 0xfc0007ff, RD_2|RD_3|FP_S|LM, 0, I1, 0, 0 },
316 {"aclr", "\\,~(b)", 0x2000b000, 0xff00f000, RD_3|LM|SM|NODS, 0, 0, MC, 0 },
348 {"aset", "\\,~(b)", 0x20003000, 0xff00f000, RD_3|LM|SM|NODS, 0, 0, MC, 0 },
    [all...]
mips-opc.c 280 #define LM INSN_LOAD_MEMORY
476 {"pref", "k,o(b)", 0xcc000000, 0xfc000000, RD_3|LM, 0, I4_32|G3, 0, I37 },
478 {"prefx", "h,t(b)", 0x4c00000f, 0xfc0007ff, RD_2|RD_3|FP_S|LM, 0, I4_33, 0, I37 },
507 {"gslble", "t,b,d", 0xc8000010, 0xfc0007ff, WR_1|RD_2|RD_3|LM, 0, IL3A, 0, 0 },
508 {"gslbgt", "t,b,d", 0xc8000011, 0xfc0007ff, WR_1|RD_2|RD_3|LM, 0, IL3A, 0, 0 },
509 {"gslhle", "t,b,d", 0xc8000012, 0xfc0007ff, WR_1|RD_2|RD_3|LM, 0, IL3A, 0, 0 },
510 {"gslhgt", "t,b,d", 0xc8000013, 0xfc0007ff, WR_1|RD_2|RD_3|LM, 0, IL3A, 0, 0 },
511 {"gslwle", "t,b,d", 0xc8000014, 0xfc0007ff, WR_1|RD_2|RD_3|LM, 0, IL3A, 0, 0 },
512 {"gslwgt", "t,b,d", 0xc8000015, 0xfc0007ff, WR_1|RD_2|RD_3|LM, 0, IL3A, 0, 0 },
513 {"gsldle", "t,b,d", 0xc8000016, 0xfc0007ff, WR_1|RD_2|RD_3|LM, 0, IL3A, 0, 0 }
    [all...]
  /external/libopus/src/
opus_multistream_encoder.c 239 int LM;
254 /* LM = log2(frame_size / 120) */
255 for (LM=0;LM<celt_mode->maxLM;LM++)
256 if (celt_mode->shortMdctSize<<LM==frame_size)
288 overlap, celt_mode->maxLM-LM, 1, arch);
298 compute_band_energies(celt_mode, freq, bandE, 21, 1, LM);
    [all...]
opus_encoder.c 527 static float transient_boost(const float *E, const float *E_1, int LM, int maxM)
534 M = IMIN(maxM, (1<<LM)+1);
541 /*if (LM==3)
839 int LM = 3;
840 LM = optimize_framesize(analysis_pcm, frame_size, C, Fs, bitrate_bps,
842 while ((Fs/400<<LM)>frame_size)
843 LM--;
844 frame_size = (Fs/400<<LM);
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 343 LengthModifier LM;
355 void setLengthModifier(LengthModifier lm) {
356 LM = lm;
374 return LM;
398 /// assign the appropriate value to LM and return true.
399 static bool namedTypeToLengthModifier(QualType QT, LengthModifier &LM);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 356 LengthModifier LM;
368 void setLengthModifier(LengthModifier lm) {
369 LM = lm;
387 return LM;
411 /// assign the appropriate value to LM and return true.
412 static bool namedTypeToLengthModifier(QualType QT, LengthModifier &LM);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 356 LengthModifier LM;
368 void setLengthModifier(LengthModifier lm) {
369 LM = lm;
387 return LM;
411 /// assign the appropriate value to LM and return true.
412 static bool namedTypeToLengthModifier(QualType QT, LengthModifier &LM);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 356 LengthModifier LM;
368 void setLengthModifier(LengthModifier lm) {
369 LM = lm;
387 return LM;
411 /// assign the appropriate value to LM and return true.
412 static bool namedTypeToLengthModifier(QualType QT, LengthModifier &LM);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 356 LengthModifier LM;
368 void setLengthModifier(LengthModifier lm) {
369 LM = lm;
387 return LM;
411 /// assign the appropriate value to LM and return true.
412 static bool namedTypeToLengthModifier(QualType QT, LengthModifier &LM);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 356 LengthModifier LM;
368 void setLengthModifier(LengthModifier lm) {
369 LM = lm;
387 return LM;
411 /// assign the appropriate value to LM and return true.
412 static bool namedTypeToLengthModifier(QualType QT, LengthModifier &LM);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 356 LengthModifier LM;
368 void setLengthModifier(LengthModifier lm) {
369 LM = lm;
387 return LM;
411 /// assign the appropriate value to LM and return true.
412 static bool namedTypeToLengthModifier(QualType QT, LengthModifier &LM);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 356 LengthModifier LM;
368 void setLengthModifier(LengthModifier lm) {
369 LM = lm;
387 return LM;
411 /// assign the appropriate value to LM and return true.
412 static bool namedTypeToLengthModifier(QualType QT, LengthModifier &LM);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 356 LengthModifier LM;
368 void setLengthModifier(LengthModifier lm) {
369 LM = lm;
387 return LM;
411 /// assign the appropriate value to LM and return true.
412 static bool namedTypeToLengthModifier(QualType QT, LengthModifier &LM);
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.4.0-alpha6/
lint-checks-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.4.0-alpha7/
lint-checks-25.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.5.0-alpha-preview-02/
lint-checks-25.5.0-alpha-preview-02.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/26.0.0-alpha4/
lint-checks-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/26.0.0-alpha5/
lint-checks-26.0.0-alpha5.jar 

Completed in 3643 milliseconds

1 2