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

/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/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/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c944 static const UChar plane1[]={ 0xd800, 0xdc00 }; variable
964 { plane1, UPRV_LENGTHOF(plane1) },
/external/libvpx/libvpx/
H A Dvpxenc.c591 uint16_t *plane1, *plane2; local
603 plane1 = (uint16_t *)img1->planes[VPX_PLANE_Y];
614 if (*(plane1 + (i + k) * stride1 + j + l) !=
618 yloc[2] = *(plane1 + (i + k) * stride1 + j + l);
629 plane1 = (uint16_t *)img1->planes[VPX_PLANE_U];
640 if (*(plane1 + (i + k) * stride1 + j + l) !=
644 uloc[2] = *(plane1 + (i + k) * stride1 + j + l);
655 plane1 = (uint16_t *)img1->planes[VPX_PLANE_V];
666 if (*(plane1 + (i + k) * stride1 + j + l) !=
670 vloc[2] = *(plane1
[all...]
/external/webrtc/talk/media/base/
H A Dvideoframe_unittest.h440 const uint8_t* plane1,
447 const uint8_t* r1 = plane1;
439 IsPlaneEqual(const std::string& name, const uint8_t* plane1, uint32_t pitch1, const uint8_t* plane2, uint32_t pitch2, uint32_t width, uint32_t height, int max_error) argument

Completed in 211 milliseconds