Searched refs:x0 (Results 76 - 100 of 146) sorted by relevance

123456

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_chroma_hor.s40 x0 RN 2 label
80 ;// i32 x0, : 0xcc
94 CMP x0, #0
97 ADD tmp6, x0, chrPW ;// tmp6 = x0+ chromaPartWidth
98 ADD tmp6, tmp6, #1 ;// tmp6 = x0 + chromaPartWidth + 1
99 CMP tmp6, width ;// x0+chromaPartWidth+1 > width
119 LDR x0, [sp, #0xcc]
128 MOV x0, #0 ;// x0
[all...]
H A Dh264bsd_interpolate_chroma_hor_ver.s41 x0 RN 2 label
81 ;// i32 x0, : 0xcc
97 CMP x0, #0
100 ADD tmp1, x0, chrPW ;// tmp1 = x0+ chromaPartWidth
101 ADD tmp1, tmp1, #1 ;// tmp1 = x0+ chromaPartWidth+1
102 CMP tmp1, width ;// x0+chromaPartWidth+1 > width
124 LDR x0, [sp, #0xcc]
133 MOV x0, #0 ;// x0
[all...]
H A Dh264bsd_interpolate_chroma_ver.s39 x0 RN 2 label
79 ;// i32 x0, : 0xcc
93 CMP x0, #0
96 ADD tmp1, x0, chrPW ;// tmp1 = x0+ chromaPartWidth
97 CMP tmp1, width ;// x0+chromaPartWidth > width
118 LDR x0, [sp, #0xcc]
127 MOV x0, #0 ;// x0 = 0
129 STR x0, [s
[all...]
H A Dh264bsd_interpolate_ver_quarter.s38 x0 RN 2 label
91 CMP x0, #0
92 BLT do_fill ;// (x0 < 0)
94 ADD tmp5, x0, partW ;// (x0+partWidth)
97 BHI do_fill ;// (x0+partW)>width
122 MOV x0, #0
123 STR x0,[sp,#0x1ec] ;// x0 = 0
124 STR x0,[s
[all...]
H A Dh264bsd_interpolate_hor_ver_quarter.s40 x0 RN 2 label
98 CMP x0, #0
99 BLT do_fill ;// (x0 < 0)
102 ADD tmpa, x0, partW ;// (x0+partWidth)
103 ADD tmpa, tmpa, #5 ;// (x0+partW+5)
105 BHI do_fill ;// (x0+partW)>width
131 MOV x0, #0
132 STR x0,[sp,#0x1ec] ;// x0
[all...]
/frameworks/base/core/jni/android/graphics/
H A DShader.cpp111 float x0, float y0, float x1, float y1,
115 pts[0].set(SkFloatToScalar(x0), SkFloatToScalar(y0));
144 float x0, float y0, float x1, float y1, jintArray colorArray,
151 storedBounds[0] = x0; storedBounds[1] = y0;
216 float x0, float y0, float x1, float y1, int color0, int color1, int tileMode) {
219 storedBounds[0] = x0; storedBounds[1] = y0;
241 float x0, float y0, float x1, float y1,
245 pts[0].set(SkFloatToScalar(x0), SkFloatToScalar(y0));
110 LinearGradient_create1(JNIEnv* env, jobject o, float x0, float y0, float x1, float y1, jintArray colorArray, jfloatArray posArray, int tileMode) argument
143 LinearGradient_postCreate1(JNIEnv* env, jobject o, SkShader* shader, float x0, float y0, float x1, float y1, jintArray colorArray, jfloatArray posArray, int tileMode) argument
215 LinearGradient_postCreate2(JNIEnv* env, jobject o, SkShader* shader, float x0, float y0, float x1, float y1, int color0, int color1, int tileMode) argument
240 LinearGradient_create2(JNIEnv* env, jobject o, float x0, float y0, float x1, float y1, int color0, int color1, int tileMode) argument
/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.h66 jfloat x0,
78 jfloat x0,
H A Djni_shader_program.cpp145 jfloat x0,
155 program->SetSourceRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3)));
163 jfloat x0,
173 program->SetTargetRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3)));
143 Java_android_filterfw_core_ShaderProgram_setSourceRegion(JNIEnv* env, jobject thiz, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) argument
161 Java_android_filterfw_core_ShaderProgram_setTargetRegion(JNIEnv* env, jobject thiz, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) argument
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DRotateFilter.java145 Point x0 = new Point(0.5f * (-cosTheta + sinTheta + 1f),
153 Quad quad = new Quad(x0, x1, x2, x3);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp213 0x0, // size
214 0x0, // value
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFlushBits.s63 LDR pStrmBuffStart, [pStrmData, #0x0]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFlushBits.S61 LDR pStrmBuffStart, [pStrmData, #0x0]
/frameworks/base/core/java/android/view/animation/
H A DTransformation.java32 public static int TYPE_IDENTITY = 0x0;
H A DGridLayoutAnimationController.java56 public static final int DIRECTION_LEFT_TO_RIGHT = 0x0;
66 public static final int DIRECTION_TOP_TO_BOTTOM = 0x0;
/frameworks/base/core/tests/coretests/src/com/android/internal/net/
H A DNetworkStatsFactoryTest.java77 assertStatsEntry(stats, "wlan0", 0, SET_DEFAULT, 0x0, 18621L, 2898L);
78 assertStatsEntry(stats, "wlan0", 10011, SET_DEFAULT, 0x0, 35777L, 5718L);
81 assertStatsEntry(stats, "rmnet2", 10001, SET_DEFAULT, 0x0, 1125899906842624L, 984L);
91 assertEquals(0, kernelToTag("0x0"));
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentLinker.cpp64 (*symbol)->setValue(0x0);
167 if (0x0 == relocation->type())
212 if (0x0 == reloc->type())
H A DFragmentGraph.cpp54 m_Data.assign(pSize * pSize, 0x0);
72 : m_pMatrix(NULL), m_NumOfPNodes(0x0), m_NumOfRNodes(0x0), m_NumOfEdges(0x0)
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp79 0x0, // size
80 0x0, // value
89 0x0, // size
90 0x0, // value
666 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size());
693 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size());
915 0x0, // size
916 0x0, // value
917 FragmentRef::Create(*(m_pGOT->begin()), 0x0),
926 0x0, // siz
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp141 0x0, // size
142 0x0, // value
143 FragmentRef::Create(pFrag, 0x0),
152 0x0, // size
153 0x0, // value
154 FragmentRef::Create(pFrag, 0x0),
197 Fragment* frag = new FillFragment(0x0, 1, pSym.size());
215 0x0, // value
216 FragmentRef::Create(*frag, 0x0),
375 0x0, // siz
[all...]
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DStub.h94 virtual uint64_t initSymValue() const { return 0x0; }
/frameworks/base/core/java/android/net/
H A DNetworkPolicyManager.java45 public static final int POLICY_NONE = 0x0;
50 public static final int RULE_ALLOW_ALL = 0x0;
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp257 float x0 = *pSrc++; local
258 float x1 = x0;
267 if (x < x0) {
268 x0 = x;
297 float dx = x1 - x0;
300 *pSphere++ = x0 + dx * 0.5f;
315 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) { argument
316 return x0 * x1 + y0 * y1 + z0 * z1;
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java265 public native boolean setSourceRegion(float x0, float y0, float x1, float y1, argument
268 private native boolean setTargetRegion(float x0, float y0, float x1, float y1, argument
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h408 LDSymbol::ValueType pValue = 0x0,
453 LDSymbol::ValueType pValue = 0x0,
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp112 0x0, // the filled value
160 0x0, // the filled value

Completed in 646 milliseconds

123456