| /external/eigen/blas/ |
| drotm.f | 14 * (DX**T) , WHERE **T INDICATES TRANSPOSE. THE ELEMENTS OF DX ARE IN
|
| srotm.f | 14 * (SX**T) , WHERE **T INDICATES TRANSPOSE. THE ELEMENTS OF SX ARE IN
|
| /external/eigen/test/ |
| diagonalmatrices.cpp | 51 sq_m1.transpose() = ldm1;
|
| nullary.cpp | 83 VERIFY( row_vector.isApprox(col_vector.transpose(), NumTraits<Scalar>::epsilon()));
|
| /external/libvpx/libvpx/examples/includes/geshi/geshi/ |
| fortran.php | 90 'sum system','system_clock','tan','tanh','timer','tiny','transfer','transpose',
|
| /external/libvpx/libvpx/vp8/encoder/ppc/ |
| fdct_altivec.asm | 77 ;# forward transform uses transpose.
|
| /external/libvpx/libvpx/vp9/common/arm/neon/ |
| vp9_loopfilter_neon.asm | 124 ;transpose to 8x16 matrix 165 ; necessary load, transpose (if necessary) and store. The function does not use 375 ;transpose to 8x16 matrix 427 ; necessary load, transpose (if necessary) and store. The function does not use
|
| /external/libvpx/libvpx/vp9/common/mips/dspr2/ |
| vp9_mbloop_loopfilter_dspr2.c | 378 /* transpose p3, p2, p1, p0 386 after transpose 416 /* transpose q0, q1, q2, q3 424 after transpose
|
| /external/llvm/test/CodeGen/X86/ |
| vec_shuffle-25.ll | 5 ; Transpose example using the more generic vector shuffle. We return
|
| /external/sonivox/jet_tools/JetCreator/ |
| JetUtils.py | 101 jet.QueueSegment(queueSeg.userID, queueSeg.seg_num, queueSeg.dls_num, queueSeg.repeat, queueSeg.transpose, queueSeg.mute_flags)
105 def __init__ (self, name, userID, seg_num, dls_num=-1, repeat=0, transpose=0, mute_flags=0, status=''):
111 self.transpose = transpose
|
| /frameworks/av/media/libmedia/ |
| JetPlayer.cpp | 420 int JetPlayer::queueSegment(int segmentNum, int libNum, int repeatCount, int transpose, 423 ALOGV("JetPlayer::queueSegment segmentNum=%d, libNum=%d, repeatCount=%d, transpose=%d", 424 segmentNum, libNum, repeatCount, transpose); 426 return JET_QueueSegment(mEasData, segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
|
| /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
| omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s | 165 ;// 8x8 Transpose
|
| /frameworks/base/core/jni/ |
| android_media_JetPlayer.cpp | 271 jint segmentNum, jint libNum, jint repeatCount, jint transpose, jint muteFlags, 283 = lpJet->queueSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID); 298 jint segmentNum, jint libNum, jint repeatCount, jint transpose, jbooleanArray muteArray, 328 result = lpJet->queueSegment(segmentNum, libNum, repeatCount, transpose, muteMask, userID);
|
| /frameworks/native/opengl/libs/GLES_trace/src/ |
| gltrace_fixup.cpp | 258 /* void glUniformMatrix?fv(GLint location, GLsizei count, GLboolean transpose, 799 /* void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, 804 /* void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, 809 /* void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, [all...] |
| /hardware/invensense/60xx/mlsdk/mllite/ |
| mlSetGyroBias.c | 67 // Rotate bias vector by the transpose of the orientation matrix
|
| /packages/apps/Camera/jni/feature_stab/db_vlvm/ |
| db_framestitching.cpp | 74 /*Compute score=transpose(q)*N*q */
|
| /packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
| db_framestitching.cpp | 74 /*Compute score=transpose(q)*N*q */
|
| /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
| db_framestitching.cpp | 74 /*Compute score=transpose(q)*N*q */
|
| /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/ |
| libGLESv2.so | |
| /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/ |
| libGLESv2.so | |
| /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/lib/ |
| libGLESv2.so | |
| /prebuilts/ndk/6/platforms/android-5/arch-arm/usr/lib/ |
| libGLESv2.so | |
| /external/libvpx/libvpx/vp9/common/x86/ |
| vp9_loopfilter_intrin_sse2.c | 1162 static INLINE void transpose(unsigned char *src[], int in_p, function [all...] |
| /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
| glapitable.h | [all...] |
| /sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
| GLESv2Imp.cpp | [all...] |