/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
c4_17pf.cpp | 103 Word16 rr[][L_CODE],/* i : matrix of autocorrelation */ 330 rr[][L_CODE] Double Array of type Word16 -- autocorrelation matrix 389 Word16 rr[][L_CODE], /* i : matrix of autocorrelation */
|
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
dtx_decoder_amr_wb.cpp | 760 /* Remove the oldest frame from the distance matrix. */ 761 /* Note that the distance matrix is replaced by a one- */ 774 /* Compute the first column of the distance matrix D */
|
/frameworks/base/opengl/libagl/ |
array.cpp | 23 #include "matrix.h" 987 // const GLfixed* const& m = c->transforms.mvp.matrix.m; 990 memcpy(&m, c->transforms.mvp.matrix.m, sizeof(m)); [all...] |
/external/bluetooth/bluez/sbc/ |
sbc.c | 576 /* Distribute the new matrix value to the shifted position */ 618 /* Distribute the new matrix value to the shifted position */
|
/external/neven/Embedded/common/src/b_ImageEm/ |
UInt8Image.c | 568 /* align Matrix and Vector to 8 bits bbp */ 587 bbs_ERROR5( "The values in the transformation matrix cause overflow during bitshift\n%d, %d,\n%d, %d\n"
|
/external/quake/quake/src/QW/client/ |
gl_rsurf.c | 946 // go back to the world matrix 995 // go back to the world matrix [all...] |
r_alias.c | 362 // TODO: can do this with simple matrix rearrangement
|
/external/quake/quake/src/WinQuake/ |
gl_rmain.cpp | 987 // build the transformation matrix for the given view angles 1041 // We can't count on being able to read back the model view matrix, so calculate it ourselves. [all...] |
gl_rsurf.cpp | 1015 // go back to the world matrix 1064 // go back to the world matrix [all...] |
r_alias.cpp | 362 // TODO: can do this with simple matrix rearrangement
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
jdiff_statistics.html | 783 <TD><A HREF="android.opengl.Matrix.html"> 784 android.opengl.Matrix</A></TD>
|
/frameworks/base/graphics/java/android/graphics/ |
Paint.java | 502 * Hairlines always draws a single pixel independent of the canva's matrix. 512 * Hairlines always draws a single pixel independent of the canva's matrix. [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/ |
assocSM.c | 144 * Allocates memory for association SM matrix. \n 278 /** Main 802.1X State Machine matrix */ [all...] |
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
demo.c | 622 /* Make rotation matrix */
|
/external/esd/include/ |
audiofile.h | 473 void afSetChannelMatrix (AFfilehandle, int track, double *matrix);
|
/external/freetype/include/freetype/config/ |
ftoption.h | [all...] |
/external/skia/include/core/ |
SkBitmap.h | 393 bitmap, and return it (this is the amount to shift matrix iterators
|
/external/skia/src/core/ |
SkBitmapProcState_matrix_repeat.h | 181 // note: we could special-case on a matrix which is skewed in X but not Y.
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_sndlib.h | 301 * programs, it should be stored as a spare matrix in the pPrograms
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_sndlib.h | 301 * programs, it should be stored as a spare matrix in the pPrograms
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_sndlib.h | 301 * programs, it should be stored as a spare matrix in the pPrograms
|
/external/srec/srec/clib/ |
swimodel.c | 410 ** with diagonal covariance matrix.
|
/external/svox/pico/lib/ |
picocep.c | 699 * perform inversion of diagonal element of WUW matrix 848 * matrix inversion 881 cep->WUm[0] = (cep->WUm[0]) << rowscpow; /* if diag0 too low, multiply LHS and RHS of row in matrix equation by 1<<rowscpow */ [all...] |
/external/webkit/WebCore/platform/graphics/gtk/ |
MediaPlayerPrivateGStreamer.cpp | 478 // TODO: handle possible transformation matrix. See [all...] |
/external/webkit/WebCore/rendering/ |
RenderLayer.cpp | 386 TransformationMatrix matrix = *m_transform; local 387 makeMatrixRenderable(matrix, false /* flatten 3d */); 388 return matrix; [all...] |