HomeSort by relevance Sort by last modified time
    Searched defs:plane1 (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_dotprod_tmp.h 44 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/chromium_org/third_party/webrtc/common_video/
plane_unittest.cc 56 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, plane2 local
    [all...]
  /external/mesa3d/src/mesa/math/
m_dotprod_tmp.h 44 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/chromium_org/third_party/icu/source/test/cintltst/
bocu1tst.c 944 static const UChar plane1[]={ 0xd800, 0xdc00 }; variable
964 { plane1, LENGTHOF(plane1) },
  /external/icu/icu4c/source/test/cintltst/
bocu1tst.c 944 static const UChar plane1[]={ 0xd800, 0xdc00 }; variable
964 { plane1, LENGTHOF(plane1) },
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 869 LLVMValueRef plane1, planes, plane_ptr, sum; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 869 LLVMValueRef plane1, planes, plane_ptr, sum; local
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 328 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon20619
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 328 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon20697
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 328 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon20768
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
c2d2.h 328 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon20834
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c 487 uint16_t *plane1, *plane2; local
499 plane1 = (uint16_t*)img1->planes[VPX_PLANE_Y];
510 if (*(plane1 + (i + k) * stride1 + j + l) !=
514 yloc[2] = *(plane1 + (i + k) * stride1 + j + l);
525 plane1 = (uint16_t*)img1->planes[VPX_PLANE_U];
536 if (*(plane1 + (i + k) * stride1 + j + l) !=
540 uloc[2] = *(plane1 + (i + k) * stride1 + j + l);
551 plane1 = (uint16_t*)img1->planes[VPX_PLANE_V];
562 if (*(plane1 + (i + k) * stride1 + j + l) !=
566 vloc[2] = *(plane1 + (i + k) * stride1 + j + l)
    [all...]

Completed in 208 milliseconds