Searched refs:plane1 (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/common_video/
H A Dplane_unittest.cc56 Plane plane1, plane2; local
58 plane1.CreateEmptyPlane(100, 10, 100);
59 int size1 = plane1.allocated_size();
62 int stride1 = plane1.stride();
64 plane1.Copy(plane2);
66 EXPECT_EQ(size1, plane1.allocated_size());
67 EXPECT_EQ(stride2, plane1.stride());
68 plane2.Copy(plane1);
70 EXPECT_EQ(plane1.allocated_size(), plane2.allocated_size());
82 Plane plane1, plane local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_dotprod_tmp.h44 const GLfloat plane0 = plane[0], plane1 = plane[1], plane3 = plane[3]; local
48 coord[1] * plane1 +
64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local
69 coord[1] * plane1 +
85 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local
90 coord[1] * plane1 +
/external/mesa3d/src/mesa/math/
H A Dm_dotprod_tmp.h44 const GLfloat plane0 = plane[0], plane1 = plane[1], plane3 = plane[3]; local
48 coord[1] * plane1 +
64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local
69 coord[1] * plane1 +
85 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local
90 coord[1] * plane1 +
/external/opencv/cxcore/src/
H A Dcxconvert.cpp50 arrtype_ptr plane1 = ptr[1];
54 arrtype_ptr plane1 = ptr[1]; \
59 arrtype_ptr plane1 = ptr[1]; \
74 plane1[j] = t1; \
77 plane1 += dststep; \
92 plane1[j] = t1; \
96 plane1 += dststep; \
111 plane1[j] = t1; \
120 plane1 += dststep; \
225 arrtype t1 = plane1[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c869 LLVMValueRef plane1, planes, plane_ptr, sum; local
993 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_x");
994 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1);
999 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_y");
1000 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1);
1006 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_z");
1007 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1);
1013 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_w");
1014 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c869 LLVMValueRef plane1, planes, plane_ptr, sum; local
993 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_x");
994 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1);
999 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_y");
1000 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1);
1006 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_z");
1007 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1);
1013 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_w");
1014 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dbocu1tst.c943 static const UChar plane1[]={ 0xd800, 0xdc00 }; variable
963 { plane1, LENGTHOF(plane1) },
/external/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c944 static const UChar plane1[]={ 0xd800, 0xdc00 }; variable
964 { plane1, LENGTHOF(plane1) },
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoframe_unittest.h392 const uint8* plane1, uint32 pitch1,
396 const uint8* r1 = plane1;
391 IsPlaneEqual(const std::string& name, const uint8* plane1, uint32 pitch1, const uint8* plane2, uint32 pitch2, uint32 width, uint32 height, int max_error) argument

Completed in 389 milliseconds