Searched refs:m1 (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_TransformQuant_LumaDC.c57 OMX_S32 m1[4][4], m2[4][4]; local
72 m1[i][0] = pSrcDst[j + 0] + pSrcDst[j + 2]; /* a+c */
73 m1[i][1] = pSrcDst[j + 1] + pSrcDst[j + 3]; /* b+d */
74 m1[i][2] = pSrcDst[j + 0] - pSrcDst[j + 2]; /* a-c */
75 m1[i][3] = pSrcDst[j + 1] - pSrcDst[j + 3]; /* b-d */
77 m2[i][0] = m1[i][0] + m1[i][1]; /* a+b+c+d */
78 m2[i][1] = m1[i][2] + m1[i][3]; /* a+b-c-d */
79 m2[i][2] = m1[
[all...]
H A DomxVCM4P10_InvTransformDequant_LumaDC.c58 OMX_S32 m1[4][4], m2[4][4], Value; local
74 m1[i][0] = pSrc[j + 0] + pSrc[j + 2]; /* a+c */
75 m1[i][1] = pSrc[j + 1] + pSrc[j + 3]; /* b+d */
76 m1[i][2] = pSrc[j + 0] - pSrc[j + 2]; /* a-c */
77 m1[i][3] = pSrc[j + 1] - pSrc[j + 3]; /* b-d */
79 m2[i][0] = m1[i][0] + m1[i][1]; /* a+b+c+d */
80 m2[i][1] = m1[i][2] + m1[i][3]; /* a+b-c-d */
81 m2[i][2] = m1[
[all...]
H A DomxVCM4P10_SATD_4x4.c64 OMX_S32 d [4][4], m1[4][4], m2[4][4]; local
89 m1[i][0] = d[i][0] + d[i][2]; /* a+c */
90 m1[i][1] = d[i][1] + d[i][3]; /* b+d */
91 m1[i][2] = d[i][0] - d[i][2]; /* a-c */
92 m1[i][3] = d[i][1] - d[i][3]; /* b-d */
94 m2[i][0] = m1[i][0] + m1[i][1]; /* a+b+c+d */
95 m2[i][1] = m1[i][2] + m1[i][3]; /* a+b-c-d */
96 m2[i][2] = m1[
[all...]
/frameworks/base/tools/layoutlib/bridge/tests/src/android/graphics/
H A DMatrix_DelegateTest.java37 Matrix m1 = new Matrix();
39 assertTrue(m1.isIdentity());
41 m1.setValues(new float[] { 1,0,0, 0,1,0, 0,0,1 });
42 assertTrue(m1.isIdentity());
46 Matrix m1 = new Matrix();
47 Matrix m2 = new Matrix(m1);
51 m1.getValues(v1);
/frameworks/base/media/java/android/media/videoeditor/
H A DTransition.java333 MediaItem m1 = this.getAfterMediaItem();
345 if (m1 != null)
346 mNativeHelper = m1.getNativeContext();
351 if (m1 != null && m2 != null) {
353 clipSettings1 = m1.getClipSettings();
363 effectSettings_clip1 = isEffectandOverlayOverlapping(m1, clipSettings1,1);
383 } else if (m1 == null && m2 != null) {
405 } else if (m1 != null && m2 == null) {
407 clipSettings1 = m1.getClipSettings();
408 m1
[all...]
H A DMediaArtistNativeHelper.java2420 * @param m1 First media item associated with transition
2425 private int getTransitionResolution(MediaItem m1, MediaItem m2) { argument
2430 if (m1 != null && m2 != null) {
2431 if (m1 instanceof MediaVideoItem) {
2432 clip1Height = m1.getHeight();
2433 } else if (m1 instanceof MediaImageItem) {
2434 clip1Height = ((MediaImageItem)m1).getScaledHeight();
2446 } else if (m1 == null && m2 != null) {
2453 } else if (m1 != null && m2 == null) {
2454 if (m1 instanceo
2476 generateTransitionClip(EditSettings e, String uniqueId, MediaItem m1, MediaItem m2,Transition t) argument
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DMatrix4f.java329 Matrix4f m1 = new Matrix4f();
334 m1.loadFrustum(-aspect,aspect, -1,1, 1,100);
337 m1.loadFrustum(-1,1, -aspect,aspect, 1,100);
341 m1.loadMultiply(m1, m2);
344 m1.loadMultiply(m1, m2);
347 m1.loadMultiply(m1, m2);
349 load(m1);
[all...]
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DUiTest.java177 Matrix4f m1 = new Matrix4f();
182 m1.loadFrustum(-aspect,aspect, -1,1, 1,100);
185 m1.loadFrustum(-1,1, -aspect,aspect, 1,100);
189 m1.loadMultiply(m1, m2);
192 m1.loadMultiply(m1, m2);
195 m1.loadMultiply(m1, m2);
196 return m1;
[all...]
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DMatrix4f.java329 Matrix4f m1 = new Matrix4f();
334 m1.loadFrustum(-aspect,aspect, -1,1, 1,100);
337 m1.loadFrustum(-1,1, -aspect,aspect, 1,100);
341 m1.loadMultiply(m1, m2);
344 m1.loadMultiply(m1, m2);
347 m1.loadMultiply(m1, m2);
349 load(m1);
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp498 int m0, m1, m2, m3; local
513 m1 = org[1] - pred[1];
515 m1 += m2;
516 m2 = m1 - (m2 << 1);
517 pres[0] = m0 + m1;
518 pres[2] = m0 - m1;
541 m1 = pres[1<<4];
543 m1 += m2;
544 m2 = m1 - (m2 << 1);
545 pres[0] = m0 = m0 + m1;
1293 int m0, m1, m2, m3, tmp1; local
1730 int m0, m1, m2, m3, tmp1; local
[all...]
H A Dblock.cpp369 int r0, r1, r2, r3, m0, m1, m2 , m3; local
507 m1 = coef[0] - coef[4];
514 coef[8] = m1 - m3;
515 coef[12] = m1 + m3;
527 m1 = coef[0] - coef[64];
533 coef[128] = ((m1 - m3) * quant) << Qq;
534 coef[192] = ((m1 + m3) * quant) << Qq;
547 m1 = coef[0] - coef[64];
553 coef[128] = (((m1 - m3) * quant + offset) >> Qq);
554 coef[192] = (((m1
[all...]
/frameworks/base/core/tests/coretests/src/android/app/
H A DSearchablesTest.java171 boolean m1 = (ai.getQueryActionMsg() != null) && (ai.getQueryActionMsg().length() > 0);
175 assertTrue(m1 || m2 || m3);
/frameworks/native/opengl/libagl/
H A Dlight.cpp50 const GLfixed* m0, const GLfixed* m1, const GLfixed* a);
52 const GLfixed* m0, const GLfixed* m1);
163 const GLfixed* m0, const GLfixed* m1, const GLfixed* a)
165 d[0] = gglMulAddx(m0[0], m1[0], a[0]);
166 d[1] = gglMulAddx(m0[1], m1[1], a[1]);
167 d[2] = gglMulAddx(m0[2], m1[2], a[2]);
171 void vmul3(GLfixed* d, const GLfixed* m0, const GLfixed* m1) { argument
172 d[0] = gglMulx(m0[0], m1[0]);
173 d[1] = gglMulx(m0[1], m1[1]);
174 d[2] = gglMulx(m0[2], m1[
162 vmla3(GLfixed* d, const GLfixed* m0, const GLfixed* m1, const GLfixed* a) argument
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DVideoEditorStressTest.java189 "m1" + i, videoItemFileName1, renderingMode);
220 mVideoEditor.removeMediaItem("m1" + i);
261 "m1"+ i, ImageItemFileName1, 5000, renderingMode);
288 mVideoEditor.removeMediaItem("m1"+i);
329 "m1"+i, VideoItemFileName1, renderingMode);
339 "m1"+i, VideoItemFileName1, renderingMode);
401 mVideoEditor.removeMediaItem("m1" + i);
405 mVideoEditor.removeMediaItem("m1" + i);
442 "m1", VideoItemFileName1, renderingMode);
501 "m1", VideoItemFileName
[all...]

Completed in 1024 milliseconds