Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/math/
Dm_dotprod_tmp.h44 const GLfloat plane0 = plane[0], plane1 = plane[1], plane3 = plane[3]; in TAG() local
48 coord[1] * plane1 + in TAG()
64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; in TAG() local
69 coord[1] * plane1 + in TAG()
85 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; in TAG() local
90 coord[1] * plane1 + in TAG()
/external/opencv/cxcore/src/
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[j]; \
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c869 LLVMValueRef plane1, planes, plane_ptr, sum; in generate_clipmask() local
993 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_x"); in generate_clipmask()
994 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1); in generate_clipmask()
999 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_y"); in generate_clipmask()
1000 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1); in generate_clipmask()
1006 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_z"); in generate_clipmask()
1007 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1); in generate_clipmask()
1013 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_w"); in generate_clipmask()
1014 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1); in generate_clipmask()
/external/icu/icu4c/source/test/cintltst/
Dbocu1tst.c942 static const UChar plane1[]={ 0xd800, 0xdc00 }; variable
962 { plane1, UPRV_LENGTHOF(plane1) },
/external/libvpx/libvpx/
Dvpxenc.c555 uint16_t *plane1, *plane2; in find_mismatch_high() local
567 plane1 = (uint16_t*)img1->planes[VPX_PLANE_Y]; in find_mismatch_high()
578 if (*(plane1 + (i + k) * stride1 + j + l) != in find_mismatch_high()
582 yloc[2] = *(plane1 + (i + k) * stride1 + j + l); in find_mismatch_high()
593 plane1 = (uint16_t*)img1->planes[VPX_PLANE_U]; in find_mismatch_high()
604 if (*(plane1 + (i + k) * stride1 + j + l) != in find_mismatch_high()
608 uloc[2] = *(plane1 + (i + k) * stride1 + j + l); in find_mismatch_high()
619 plane1 = (uint16_t*)img1->planes[VPX_PLANE_V]; in find_mismatch_high()
630 if (*(plane1 + (i + k) * stride1 + j + l) != in find_mismatch_high()
634 vloc[2] = *(plane1 + (i + k) * stride1 + j + l); in find_mismatch_high()
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h440 const uint8_t* plane1, in IsPlaneEqual() argument
447 const uint8_t* r1 = plane1; in IsPlaneEqual()