/external/webrtc/src/modules/audio_processing/aec/ |
aec_core.c | 443 aec->mult = (short)aec->sampFreq / 16000; 446 aec->mult = (short)aec->sampFreq / 8000; 603 // 1) At most we process |aec->mult|+1 partitions in 10 ms. Make sure we 608 WebRtc_MoveReadPtr(aec->far_buf_windowed, -(aec->mult + 1)); 609 aec->system_delay -= WebRtc_MoveReadPtr(aec->far_buf, -(aec->mult + 1)) * 612 WebRtc_MoveReadPtr(aec->far_time_buf, -(aec->mult + 1)); 650 const int noiseInitBlocks = 500 * aec->mult; 868 const int prefBandSize = PREF_BAND_SIZE / aec->mult; 869 const int minPrefBand = 4 / aec->mult; 876 const float *ptrGCoh = gCoh[aec->mult - 1] [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
LineSegment.java | 119 origin.add(direction.mult(segmentParameter, compVec1),
122 origin.add(direction.mult(extent, compVec1), compVec1);
125 origin.subtract(direction.mult(extent, compVec1), compVec1);
567 return origin.add((direction.mult(extent, store)), store);
575 return origin.subtract((direction.mult(extent, store)), store);
|
CurveAndSurfaceMath.java | 41 .mult(val));
|
Vector2f.java | 341 * <code>mult</code> multiplies this vector by a scalar. The resultant 348 public Vector2f mult(float scalar) { method in class:Vector2f 372 * the vector to mult to this vector. 396 public Vector2f mult(float scalar, Vector2f product) { method in class:Vector2f
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
H264TrackImpl.java | 176 int mult = 2; local 178 mult = 1; 180 height = 16 * (seqParameterSet.pic_height_in_map_units_minus1 + 1) * mult; 187 int cropUnitY = mult; 190 cropUnitY = seqParameterSet.chroma_format_idc.getSubHeight() * mult;
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
dec_lag3.cpp | 51 (1) Removed optimization -- mult(i, 3, pOverflow) is NOT the same as adding 52 i to itself 3 times. The reason is because the mult function does a 210 mult( 263 mult( 355 i = mult(
|
/external/eigen/Eigen/src/Geometry/ |
AlignedBox.h | 148 Index mult = 1; local 151 if( mult & corner ) res[d] = m_max[d]; 153 mult *= 2;
|
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
OrientedBoundingBox.java | 149 // rotate.mult(xAxis, toReturn.xAxis);
150 // rotate.mult(yAxis, toReturn.yAxis);
151 // rotate.mult(zAxis, toReturn.zAxis);
152 // center.mult(scale, toReturn.center);
153 // rotate.mult(toReturn.center, toReturn.center);
449 // kBoxCenter.addLocal(this.xAxis.mult(.5f * (kMax.x + kMin.x), tempVe));
452 // kBoxCenter.addLocal(this.yAxis.mult(.5f * (kMax.y + kMin.y), tempVe));
455 // kBoxCenter.addLocal(this.zAxis.mult(.5f * (kMax.z + kMin.z), tempVe));
486 // Vector3f akEAxis0 = xAxis.mult(extent.x, _compVect1);
487 // Vector3f akEAxis1 = yAxis.mult(extent.y, _compVect2); [all...] |
BoundingSphere.java | 393 center.mult(trans.getScale(), sphere.center);
394 trans.getRotation().mult(sphere.center, sphere.center);
408 trans.mult(center, sphere.center);
410 trans.mult(axes, axes);
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
Cylinder.java | 267 Vector3f vHeight = Vector3f.UNIT_Z.mult(height);
272 Vector3f vRadius = vRadial.mult(radius);
273 Vector3f vRadius2 = vRadial.mult(radius2);
|
/external/libvpx/libvpx/vpx_scale/generic/ |
bicubic_scaler.c | 176 float mult = 1.0 / 10000.0; 177 unsigned int fixed_mult = mult * 4294967296;// 65536; 185 phase_offset_real = (float)i * mult;
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
mac_32.h | 116 product = mult(L_var1_hi, L_var2_lo, pOverflow); 119 product = mult(L_var1_lo, L_var2_hi, pOverflow); 135 product = mult(L_var1_lo, var2, pOverflow);
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
qgain795.cpp | 48 (1) Removed optimization -- mult(i, 3, pOverflow) is NOT the same as adding 49 i to itself 3 times. The reason is because the mult function does a 324 g2_pitch = mult(g_pitch, g_pitch, pOverflow); 335 g_code = mult(g_code, gcode0, pOverflow); 557 g2_pitch = mult(gain_pit, gain_pit, pOverflow); /* Q14 -> Q13 */ 562 /* alpha <= 0.5 -> mult. by 2 to keep precision; compensate in exponent */ 567 /* directly store in 32 bit variable because no further mult. required */ 573 coeff[2] = mult(tmp, gain_pit, pOverflow); 578 /* alpha <= 0.5 -> mult. by 2 to keep precision; compensate in exponent */ 584 coeff[4] = mult(one_alpha, frac_en[3], pOverflow) [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeParser.java | 164 * is "MULT" which means my parent must be MULT. "CLASS VARDEF" says
|
/external/jmonkeyengine/engine/src/test/jme3test/water/ |
TestPostWater.java | 75 l.setDirection(Vector3f.UNIT_Y.mult(-1)); 112 LightScatteringFilter lsf = new LightScatteringFilter(lightDir.mult(-300));
|
/external/libvorbis/lib/ |
floor1.c | 119 oggpack_write(opb,info->mult-1,2); /* only 1,2,3,4 legal now */ 164 info->mult=oggpack_read(opb,2)+1; /* only 1,2,3,4 legal now */ 231 switch(info->mult){ 784 switch(info->mult){ 941 int ly=post[0]*info->mult; 949 hy*=info->mult; 1068 int ly=fit_value[0]*info->mult; 1074 hy*=info->mult;
|
/external/llvm/test/MC/Mips/ |
mips-alu-instructions.s | 77 # CHECK: mult $3, $5 # encoding: [0x18,0x00,0x65,0x00] 98 mult $3,$5
|
mips64-alu-instructions.s | 77 # CHECK: mult $3, $5 # encoding: [0x18,0x00,0x65,0x00] 96 mult $3,$5
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
intermOut.cpp | 98 case EOpVectorTimesMatrixAssign: out << "matrix mult second child into first child"; break; 101 case EOpMatrixTimesMatrixAssign: out << "matrix mult second child into first child"; break;
|
/frameworks/native/opengl/libagl/ |
matrix.h | 82 "mult %[a], %[a] \r\n" 168 "mult %[a0],%[b0] \r\n"
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
q_plsf_3.cpp | 218 temp = mult (wf1[0], temp); 222 temp = mult (wf1[1], temp); 226 temp = mult (wf1[2], temp); 230 temp = mult (wf1[3], temp); 526 temp = mult(wf1[0], temp); 530 temp = mult(wf1[1], temp); 534 temp = mult(wf1[2], temp); 549 temp = mult(wf1[0], temp); 553 temp = mult(wf1[1], temp); 557 temp = mult(wf1[2], temp) [all...] |
/external/chromium/webkit/glue/resources/ |
webkit_strings_ro.xtb | 47 <translation id="2226276347425096477">Mic?ora?i acest text la cel mult <ph name="MAX_CHARACTERS"/> (de) caractere (în prezent utiliza?i <ph name="CURRENT_LENGTH"/> (de) caractere).</translation>
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/ |
RigidBodyMotionState.java | 81 tmp_inverseWorldRotation.mult(localRotationQuat, localRotationQuat);
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/ |
DebugShapeFactory.java | 86 childCollisionShape.rotation.mult(tempRot, tempRot);
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ |
KinematicRagdollControl.java | 183 tmpRot2.set(targetModel.getWorldRotation()).inverseLocal().mult(tmpRot1, tmpRot1); 278 targetModel.getWorldRotation().mult(tmpRot1, tmpRot1); 366 baseRigidBody = new PhysicsRigidBody(new BoxCollisionShape(Vector3f.UNIT_XYZ.mult(0.1f)), 1); 726 q3.set(targetModel.getWorldRotation()).inverseLocal().mult(q2, q2); [all...] |