HomeSort by relevance Sort by last modified time
    Searched refs:Normal (Results 1 - 25 of 226) sorted by null

1 2 3 4 5 6 7 8 910

  /external/webrtc/webrtc/modules/audio_coding/neteq/
normal.h 30 // This class provides the "Normal" DSP operation, that is performed when
33 class Normal {
35 Normal(int fs_hz, DecoderDatabase* decoder_database,
44 virtual ~Normal() {}
46 // Performs the "Normal" operation. The decoder data is supplied in |input|,
64 RTC_DISALLOW_COPY_AND_ASSIGN(Normal);
normal_unittest.cc 11 // Unit tests for Normal class.
13 #include "webrtc/modules/audio_coding/neteq/normal.h"
33 TEST(Normal, CreateAndDestroy) {
42 Normal normal(fs, &db, bgn, &expand);
46 TEST(Normal, AvoidDivideByZero) {
57 Normal normal(fs, &db, bgn, &expand);
69 normal.Process(input, 0, kModeExpand, mute_factor_array.get(), &output));
76 // If input_size_samples < 64, then energy_length in Normal::Process() wil
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
perpendicular.hpp 55 //! Projects x a perpendicular axis of Normal.
60 vecType const & Normal);
projection.hpp 53 //! Projects x on Normal.
58 vecType const & Normal);
rotate_vector.hpp 68 detail::tvec3<T, P> const & normal);
76 detail::tvec3<T, P> const & normal);
120 //! Build a rotation matrix from a normal and a up vector.
124 detail::tvec3<T, P> const & Normal,
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/MCTargetDesc/
PTXBaseInfo.h 35 Normal = 0,
  /external/libtextclassifier/tests/
numbers_test.cc 34 TEST(ParseInt32Test, Normal) {
60 TEST(ParseInt64Test, Normal) {
86 TEST(ParseDoubleTest, Normal) {
lang-id_test.cc 44 TEST(LangIdTest, Normal) {
  /external/pdfium/core/fpdfdoc/
cpvt_wordprops.h 19 nScriptType(CPDF_VariableText::ScriptType::Normal),
28 CPDF_VariableText::ScriptType::Normal,
cpdf_annot.h 39 enum AppearanceMode { Normal, Rollover, Down };
cpdf_annotlist.cpp 147 pAnnot->DrawInContext(pPage, pContext, &matrix, CPDF_Annot::Normal);
149 CPDF_Annot::Normal, pOptions)) {
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util.h 35 Normal,
40 Spin = Normal
44 explicit Mutex(Type type = Normal);
tsan_test_util_posix.cc 149 if (type_ == Normal)
163 CHECK(type_ == Normal);
172 if (type_ == Normal)
184 if (type_ == Normal)
196 if (type_ == Normal)
209 if (type_ == Normal)
  /external/pdfium/xfa/fde/css/
cfde_csscomputedstyle.cpp 171 : m_LetterSpacing(FDE_CSSLengthUnit::Normal),
172 m_WordSpacing(FDE_CSSLengthUnit::Normal),
179 m_eFontVariant(FDE_CSSFontVariant::Normal),
180 m_eFontStyle(FDE_CSSFontStyle::Normal),
fde_css.h 43 Normal,
133 Normal,
148 Normal,
173 Normal,
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/config/
audio_policy_criteria.conf 65 AndroidModeType 0:Normal,1:RingTone,2:InCall,3:InCommunication
114 Default Normal
  /external/skia/src/sfnt/
SkPanose.h 224 Normal = 4,
339 Normal = 5,
475 Normal = 7,
488 Normal = 7,
501 Normal = 7,
514 Normal = 7,
SkOTTable_OS_2_V0.h 30 Normal = SkTEndian_SwapBE16(400),
  /external/dng_sdk/source/
dng_orientation.h 93 static dng_orientation Normal ()
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
CarrierText.java 73 Normal, // Normal case (sim card present, it's not locked)
235 case Normal:
295 return StatusMode.Normal;
317 return StatusMode.Normal;
361 case Normal:
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Map.c 212 @param[in] Normal Always show normal mappings.
224 IN CONST BOOLEAN Normal,
262 if ( Normal
281 @param[in] Normal TRUE to display normal (not consist) mappings.
294 IN CONST BOOLEAN Normal,
323 if (!MappingListHasType(MapList, Specific, TypeString, Normal, Consist)){
327 if (Normal || !Consist) {
329 // need the Normal here since people can use both on command line. otherwise unused.
    [all...]
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 394 QIcon::Normal, QIcon::Off);
405 QSize(), QIcon::Normal, QIcon::Off);
413 QIcon::Normal, QIcon::Off);
437 QSize(), QIcon::Normal, QIcon::Off);
444 QSize(), QIcon::Normal, QIcon::Off);
451 QIcon::Normal, QIcon::Off);
458 QIcon::Normal, QIcon::Off);
466 QIcon::Normal, QIcon::Off);
484 QIcon::Normal, QIcon::Off);
491 QSize(), QIcon::Normal, QIcon::Off)
    [all...]
  /external/pdfium/fpdfsdk/formfiller/
cffl_formfiller.cpp 97 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal,
107 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, nullptr);
660 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, nullptr);
668 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal,
675 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal,
678 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, nullptr);
  /external/vulkan-validation-layers/demos/smoke/
Meshes.cpp 36 struct Normal {
50 // Position + Normal
74 // Normal
103 normals_.emplace_back(Normal{ v[3], v[4], v[5] });
126 const Normal &normal = normals_[i]; local
130 dst[3] = normal.x;
131 dst[4] = normal.y;
132 dst[5] = normal.z;
159 std::vector<Normal> normals_
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
Line.h 131 Normal, // CV_INLINEE_SOURCE_LINE_SIGNATURE

Completed in 687 milliseconds

1 2 3 4 5 6 7 8 910