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

1 2 3

  /external/sonivox/jet_tools/JetCreator/
JetDebug.py 40 print("transpose: %d" % queueSeg.transpose)
53 print("transpose: %d" % segment.transpose)
JetFile.py 79 SEGMENT_TRANSPOSE = 'transpose'
94 def __init__ (self, segname, filename, start=None, end=None, length=None, output=None, quantize=None, jetevents=[], dlsfile=None, dump_file=None, transpose=0, repeat=0, mute_flags=0):
106 self.transpose = transpose
314 transpose = repeat = mute_flags = 0
336 transpose = config.get(segment_name, SEGMENT_TRANSPOSE)
360 segments.append(JetSegment(segname, filename, start, end, length, output, quantize, jetevents, dlsfile, dump_file, int(transpose), int(repeat), int(mute_flags)))
615 def AddSegment(self, segname, filename, start, end, length, output, quantize, jetevents, dlsfile, dump_file, transpose, repeat, mute_flags):
621 self.segments.append(JetSegment(segname, filename, start, end, length, output, quantize, jetevents, dlsfile, dump_file, transpose, repeat, mute_flags))
623 def UpdateSegment(self, orgsegname, segname, filename, start, end, length, output, quantize, jetevents, dlsfile, dump_file, transpose, repeat, mute_flags):
    [all...]
JetPreview.py 117 self.segment.transpose,
135 self.queueSegs.append(QueueSeg(self.segment.segname, userID, seg_num, dls_num, self.segment.repeat, self.segment.transpose, self.segment.mute_flags))
  /cts/tests/tests/media/src/android/media/cts/
JetPlayerTest.java 250 int transpose = 0; local
252 assertTrue(mJetPlayer.queueJetSegmentMuteArray(segmentNum, libNum, repeatCount, transpose,
261 assertTrue(mJetPlayer.queueJetSegmentMuteArray(segmentNum, libNum, repeatCount, transpose,
275 int transpose = 0; local
277 mJetPlayer.queueJetSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
281 transpose = -1;
282 mJetPlayer.queueJetSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
285 transpose = 0;
286 mJetPlayer.queueJetSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
  /frameworks/base/media/java/android/media/
JetPlayer.java 263 * @param transpose the amount of pitch transposition. Set to 0 for normal playback.
277 int transpose, int muteFlags, byte userID) {
279 transpose, muteFlags, userID);
291 * @param transpose the amount of pitch transposition. Set to 0 for normal playback.
306 int transpose, boolean[] muteArray, byte userID) {
311 transpose, muteArray, userID);
543 int repeatCount, int transpose, int muteFlags, byte userID);
545 int repeatCount, int transpose, boolean[] muteArray, byte userID);
  /frameworks/base/include/media/
JetPlayer.h 55 int queueSegment(int segmentNum, int libNum, int repeatCount, int transpose,
  /external/webkit/WebCore/html/canvas/
WebGLRenderingContext.h 250 void uniformMatrix2fv(const WebGLUniformLocation* location, bool transpose, WebGLFloatArray* value, ExceptionCode&);
251 void uniformMatrix2fv(const WebGLUniformLocation* location, bool transpose, float* value, int size, ExceptionCode&);
252 void uniformMatrix3fv(const WebGLUniformLocation* location, bool transpose, WebGLFloatArray* value, ExceptionCode&);
253 void uniformMatrix3fv(const WebGLUniformLocation* location, bool transpose, float* value, int size, ExceptionCode&);
254 void uniformMatrix4fv(const WebGLUniformLocation* location, bool transpose, WebGLFloatArray* value, ExceptionCode&);
255 void uniformMatrix4fv(const WebGLUniformLocation* location, bool transpose, float* value, int size, ExceptionCode&);
WebGLRenderingContext.cpp     [all...]
  /external/sonivox/arm-wt-22k/host_src/
jet.h 143 EAS_PUBLIC EAS_RESULT JET_QueueSegment (EAS_DATA_HANDLE easHandle, EAS_INT segmentNum, EAS_INT libNum, EAS_INT repeatCount, EAS_INT transpose, EAS_U32 muteFlags, EAS_U8 userID);
  /frameworks/base/media/libmedia/
JetPlayer.cpp 442 int JetPlayer::queueSegment(int segmentNum, int libNum, int repeatCount, int transpose,
445 LOGV("JetPlayer::queueSegment segmentNum=%d, libNum=%d, repeatCount=%d, transpose=%d",
446 segmentNum, libNum, repeatCount, transpose);
448 return JET_QueueSegment(mEasData, segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
  /external/sonivox/arm-wt-22k/lib_src/
jet_data.h 111 EAS_I8 transpose; member in struct:s_jet_segment_tag
jet.c 191 if (p->transpose)
193 result = EAS_SetTransposition(easHandle, p->streamHandle, p->transpose);
599 EAS_PUBLIC EAS_RESULT JET_QueueSegment (EAS_DATA_HANDLE easHandle, EAS_INT segmentNum, EAS_INT libNum, EAS_INT repeatCount, EAS_INT transpose, EAS_U32 muteFlags, EAS_U8 userID)
623 p->transpose = (EAS_I8) transpose;
    [all...]
  /frameworks/base/core/jni/
android_media_JetPlayer.cpp 267 jint segmentNum, jint libNum, jint repeatCount, jint transpose, jint muteFlags,
278 = lpJet->queueSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
293 jint segmentNum, jint libNum, jint repeatCount, jint transpose, jbooleanArray muteArray,
322 result = lpJet->queueSegment(segmentNum, libNum, repeatCount, transpose, muteMask, userID);
  /external/libvpx/vp8/encoder/arm/neon/
fastfdct8x4_neon.asm 39 ;transpose d2, d4, d6, d8. Then, d2=ip[0], d4=ip[1], d6=ip[2], d8=ip[3]
40 ;transpose d3, d5, d7, d9. Then, d3=ip[0], d5=ip[1], d7=ip[2], d9=ip[3]
95 ;transpose d2, d4, d6, d8. Then, d2=ip[0], d4=ip[4], d6=ip[8], d8=ip[12]
96 ;transpose d3, d5, d7, d9. Then, d3=ip[0], d5=ip[4], d7=ip[8], d9=ip[12]
fastfdct4x4_neon.asm 39 ;transpose d2, d3, d4, d5. Then, d2=ip[0], d3=ip[1], d4=ip[2], d5=ip[3]
70 ;transpose d2, d3, d4, d5. Then, d2=ip[0], d3=ip[4], d4=ip[8], d5=ip[12]
  /external/webkit/WebCore/bindings/js/
JSWebGLRenderingContextCustom.cpp 712 bool transpose = args.at(1).toBoolean(exec);
724 context->uniformMatrix2fv(location, transpose, webGLArray.get(), ec);
727 context->uniformMatrix3fv(location, transpose, webGLArray.get(), ec);
730 context->uniformMatrix4fv(location, transpose, webGLArray.get(), ec);
744 context->uniformMatrix2fv(location, transpose, array.data(), array.size(), ec);
747 context->uniformMatrix3fv(location, transpose, array.data(), array.size(), ec);
750 context->uniformMatrix4fv(location, transpose, array.data(), array.size(), ec);
  /external/webkit/WebCore/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 986 bool transpose = args[1]->BooleanValue(); local
    [all...]
  /external/libvpx/vp8/common/x86/
idctllm_sse2.asm 122 ; note the transpose of xmm1 and xmm2, necessary for shuffle
192 ; transpose for the second pass
270 ; transpose to save
460 ; note the transpose of xmm1 and xmm2, necessary for shuffle
537 ; transpose for the second pass
615 ; transpose to save
  /external/libvpx/vp8/common/ppc/
idctllm_altivec.asm 73 ;# transpose input
128 ;# transpose output
loopfilter_filters_altivec.asm 26 ;# We often need to perform transposes (and other transpose-like operations)
43 ;# A 16x16 transpose can then be thought of as an operation on
45 ;# memory and the effect of a transpose is to interchange address bit
89 ;# edges together. This requires a single 16x16 transpose, which, in
103 ;# For clarity, and because we can afford it, we do this transpose
137 ;# Whole transpose takes 4*16 = 64 instructions
173 ;# In other words, we transpose each of the four 4x4 submatrices.
216 ;# Normal mb vertical edge filter transpose.
247 ;# Inverse transpose is similar, except here I -> (I+3) mod 7 and the
    [all...]
  /external/libvpx/vp8/encoder/x86/
dct_mmx.asm 56 ; transpose for the second stage
129 ; transpose for the second stage
264 ; transpose for the second stage
349 ; transpose for the second stage
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES20.spec 129 void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
130 void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
131 void glUniformMatrix4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
  /external/webkit/WebCore/platform/graphics/
GraphicsContext3D.h 573 void uniformMatrix2fv(long location, bool transpose, float* value, int size);
574 void uniformMatrix3fv(long location, bool transpose, float* value, int size);
575 void uniformMatrix4fv(long location, bool transpose, float* value, int size);
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsContext3DMac.cpp 871 void GraphicsContext3D::uniformMatrix2fv(long location, bool transpose, float* array, int size)
875 ::glUniformMatrix2fv(location, size, transpose, array);
878 void GraphicsContext3D::uniformMatrix3fv(long location, bool transpose, float* array, int size)
882 ::glUniformMatrix3fv(location, size, transpose, array);
885 void GraphicsContext3D::uniformMatrix4fv(long location, bool transpose, float* array, int size)
889 ::glUniformMatrix4fv(location, size, transpose, array);
    [all...]

Completed in 824 milliseconds

1 2 3