/external/speex/libspeex/ |
cb_search_arm4.h | 52 /* Compute codeword response using convolution with impulse response */
|
lsp.c | 76 To convert back to ak we just evaluate (1), "clocking" an impulse 77 thru it lpcrdr times gives us the impulse response of A(z) which is 433 2nd order filter. The first row is the impulse input to the 459 #define QIMP 21 /* scaling for impulse */
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
cbsearch.cpp | 56 h[] -- array of type Word16 -- impulse response of weighted synthesis 185 Word16 h[], /* i : impulse response of weighted synthesis*/ 274 * - include pitch contribution into impulse resp. h1[] * 335 * - include pitch contribution into impulse resp. h1[] *
|
cor_h.cpp | 139 h = vector containing the impulse response of the weighted synthesis 163 This function computes correlations of the impulse response (h) needed for 186 Word16 h[], // (i) : impulse response of weighted synthesis 268 Word16 h[], /* (i) : impulse response of weighted synthesis
|
convolve.cpp | 119 h = pointer to the filter's impulse response vector of L elements 163 Word16 h[], // (i) : impulse response 210 Word16 h[], /* (i) : impulse response */
|
c2_11pf.cpp | 132 Word16 h[], /* i : impulse response of weighted synthesis filter */ 154 h, impulse response of weighted synthesis filter, array of type Word16 229 Word16 h[], /* i : impulse response of weighted synthesis filter */ 556 h, impulse response of weighted synthesis filter, Word16 array 618 Word16 h[], /* i : impulse response of weighted synthesis filter */
|
c3_14pf.cpp | 103 Word16 h[], /* i : impulse response of weighted synthesis filter */ 127 h[] Array of type Word16 -- impulse response of weighted synthesis filter 204 Word16 h[], /* i : impulse response of weighted synthesis filter */ 607 h[] Array of type Word16 -- impulse response of 672 Word16 h[], /* i : impulse response of weighted synthesis filter */
|
c2_9pf.cpp | 133 Word16 h[], /* i : impulse response of weighted synthesis filter */ 170 h = buffer containing the impulse response of the 242 Word16 h[], // i : impulse response of weighted synthesis filter 305 Word16 h[], /* i : impulse response of weighted synthesis */ 435 dn = vector containing the correlation between target and the impulse 738 dn = vector containing the correlation between target and the impulse 843 h = vector containing the impulse response of the weighted 886 Word16 h[], // i : impulse response of weighted synthesis filter [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
convolve_opt.s | 20 @* Word16 h[], /* (i) : impulse response */
|
cor_h_vec_opt.s | 17 @ Word16 h[], /* (i) scaled impulse response */
|
Norm_Corr_opt.s | 19 @ Word16 h[], /* (i) Q15 : impulse response of synth/wgt filters */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
convolve_neon.s | 19 @* Word16 h[], /* (i) : impulse response */
|
cor_h_vec_neon.s | 18 @ Word16 h[], /* (i) scaled impulse response */
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/ |
com.badlogic.gdx.physics.box2d.World.cpp | 93 virtual void PostSolve(b2Contact* contact, const b2ContactImpulse* impulse) 96 env->CallVoidMethod(obj, postSolveID, (jlong)contact, (jlong)impulse);
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
Box2DCharacterControllerTest.java | 244 // apply left impulse, but only if max velocity is not reached yet
249 // apply right impulse, but only if max velocity is not reached yet
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
pit_shrp.cpp | 47 int16 * x, in/out: impulse response (or algebraic code) 115 int16 * x, /* in/out: impulse response (or algebraic code) */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
c2t64fx.c | 50 Word16 H[], /* (i) Q12: impulse response of weighted synthesis filter */ 135 /* impulse response buffer for fast computation */
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/ |
btSliderConstraint.h | 21 - add clamping od accumulated impulse to improve stability
|
btGeneric6DofConstraint.cpp | 197 // correction impulse 200 // clip correction impulse 203 ///@todo: should clip against accumulated impulse
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/box2d/ |
ContactListenerTest.java | 223 public void postSolve (Contact contact, ContactImpulse impulse) {
|
/external/libvorbis/doc/ |
06-floor0.tex | 12 infinite impulse response filter as would be used in linear predictive
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/ |
SoftbodyJNI.java | [all...] |
/external/libvorbis/doc/vorbisenc/ |
overview.html | 354 <td>impulse coding aggressiveness</td> <td>By default, libvorbis 356 high-resolution impulse coding (which is required for the crispest 360 while a value of -15.0 requests maximum possible impulse
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/ |
softbody_wrap.cpp | [all...] |
/external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/ |
World.java | 145 virtual void PostSolve(b2Contact* contact, const b2ContactImpulse* impulse) 148 env->CallVoidMethod(obj, postSolveID, (jlong)contact, (jlong)impulse); 981 private final ContactImpulse impulse = new ContactImpulse(this, 0); field in class:World [all...] |