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

1 2 3 4 5 6 7 8

  /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/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)
  /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/libgdx/gdx/src/com/badlogic/gdx/graphics/
VertexAttribute.java 89 public static VertexAttribute Normal () {
90 return new VertexAttribute(Usage.Normal, 3, ShaderProgram.NORMAL_ATTRIBUTE);
  /external/dng_sdk/source/
dng_orientation.h 93 static dng_orientation Normal ()
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/
TextureAttribute.java 35 public final static long Normal = register(NormalAlias);
43 protected static long Mask = Diffuse | Specular | Bump | Normal | Ambient | Emissive | Reflection;
66 return new TextureAttribute(Normal, texture);
70 return new TextureAttribute(Normal, region);
111 * on the shader and {@link Attribute#type} value. For basic (model specific) types (e.g. {@link #Diffuse}, {@link #Normal},
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
MeshBuilderTest.java 57 meshBuilder.begin(Usage.Position | Usage.Normal | Usage.ColorPacked | Usage.TextureCoordinates, GL20.GL_TRIANGLES);
67 MeshPartBuilder mpb = modelBuilder.part("box", GL20.GL_TRIANGLES, Usage.Position | Usage.Normal | Usage.TextureCoordinates
73 mpb = modelBuilder.part("sphere", GL20.GL_TRIANGLES, Usage.Position | Usage.Normal | Usage.TextureCoordinates
78 mpb = modelBuilder.part("cone", GL20.GL_TRIANGLES, Usage.Position | Usage.Normal | Usage.TextureCoordinates
84 mpb = modelBuilder.part("cylinder", GL20.GL_TRIANGLES, Usage.Position | Usage.Normal | Usage.TextureCoordinates
  /frameworks/base/packages/Keyguard/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:
  /external/skia/src/sfnt/
SkPanose.h 268 ((Normal, 4))
407 ((Normal, 5))
576 ((Normal, 7))
592 ((Normal, 7))
608 ((Normal, 7))
624 ((Normal, 7))
SkOTTable_OS_2_V0.h 31 ((Normal, SkTEndian_SwapBE16(400)))
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btPolyhedralContactClipping.cpp 257 const btVector3 Normal(hullA.m_faces[i].m_plane[0], hullA.m_faces[i].m_plane[1], hullA.m_faces[i].m_plane[2]);
258 btVector3 faceANormalWS = transA.getBasis() * Normal;
286 const btVector3 Normal(hullB.m_faces[i].m_plane[0], hullB.m_faces[i].m_plane[1], hullB.m_faces[i].m_plane[2]);
287 btVector3 WorldNormal = transB.getBasis() * Normal;
426 const btVector3 Normal(hullA.m_faces[face].m_plane[0], hullA.m_faces[face].m_plane[1], hullA.m_faces[face].m_plane[2]);
427 const btVector3 faceANormalWS = transA.getBasis() * Normal;
545 const btVector3 Normal(hullB.m_faces[face].m_plane[0], hullB.m_faces[face].m_plane[1], hullB.m_faces[face].m_plane[2]);
546 const btVector3 WorldNormal = transB.getBasis() * Normal;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConvexPolyhedron.cpp 91 const btVector3 Normal(m_faces[i].m_plane[0], m_faces[i].m_plane[1], m_faces[i].m_plane[2]);
92 const btScalar d = LocalPt.dot(Normal) + m_faces[i].m_plane[3];
202 const btVector3 Normal(m_faces[i].m_plane[0], m_faces[i].m_plane[1], m_faces[i].m_plane[2]);
203 const btScalar dist = btFabs(m_localCenter.dot(Normal) + m_faces[i].m_plane[3]);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
ImmediateModeRenderer20.java 70 normalOffset = mesh.getVertexAttribute(Usage.Normal) != null ? mesh.getVertexAttribute(Usage.Normal).offset / 4 : 0;
85 if (hasNormals) attribs.add(new VertexAttribute(Usage.Normal, 3, ShaderProgram.NORMAL_ATTRIBUTE));
126 public void normal (float x, float y, float z) { method in class:ImmediateModeRenderer20
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 395 QIcon::Normal, QIcon::Off);
406 QSize(), QIcon::Normal, QIcon::Off);
414 QIcon::Normal, QIcon::Off);
438 QSize(), QIcon::Normal, QIcon::Off);
445 QSize(), QIcon::Normal, QIcon::Off);
452 QIcon::Normal, QIcon::Off);
459 QIcon::Normal, QIcon::Off);
467 QIcon::Normal, QIcon::Off);
485 QIcon::Normal, QIcon::Off);
492 QSize(), QIcon::Normal, QIcon::Off)
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Meshes.cpp 42 struct Normal {
56 // Position + Normal
80 // Normal
109 normals_.emplace_back(Normal{ v[3], v[4], v[5] });
132 const Normal &normal = normals_[i]; local
136 dst[3] = normal.x;
137 dst[4] = normal.y;
138 dst[5] = normal.z;
165 std::vector<Normal> normals_
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
converter.hpp 313 typedef generic_range_checker<Traits,Pred1,Pred2,OverflowHandler> Normal ;
317 typedef typename mpl::if_<subranged,Normal,Dummy>::type type ;
399 typedef generic_range_checker<Traits,Pred1,Pred2,OverflowHandler> Normal ;
403 typedef typename mpl::if_<subranged,Normal,Dummy>::type type ;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
RenderableShapeBuilder.java 59 /** Builds normal, tangent and binormal of a RenderableProvider with default colors (normal blue, tangent red, binormal green).
62 * @param vectorSize Size of the normal vector */
68 /** Builds normal, tangent and binormal of a RenderableProvider.
71 * @param vectorSize Size of the normal vector
72 * @param normalColor Normal vector's color
88 /** Builds normal, tangent and binormal of a Renderable.
91 * @param vectorSize Size of the normal vector
92 * @param normalColor Normal vector's color
104 // Normal
    [all...]
  /external/v8/test/mjsunit/
debug-stepframe.js 10 // Normal function call in a catch scope.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/rds2/
test_connection.py 91 "Normal": true,
178 db['StatusInfos'][0]['DBInstanceStatusInfo']['Normal'],
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
CullTest.java 54 Usage.Position | Usage.Normal);

Completed in 1797 milliseconds

1 2 3 4 5 6 7 8