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

  /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/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btTriangleShapeEx.cpp 194 btVector4 plane1; local
195 other.buildTriPlane(plane1);
207 dis0 = bt_distance_point_plane(plane1,m_vertices1[0]) - total_margin;
209 dis1 = bt_distance_point_plane(plane1,m_vertices1[1]) - total_margin;
211 dis2 = bt_distance_point_plane(plane1,m_vertices1[2]) - total_margin;
  /hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/inc/
mm_lib2d.h 101 * @plane1: holds UV or VU plane for planar interleaved
116 void *plane1; member in struct:mm_lib2d_yuv_buffer_t
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-lib2d-interface/inc/
mm_lib2d.h 100 * @plane1: holds UV or VU plane for planar interleaved
115 void *plane1; member in struct:mm_lib2d_yuv_buffer_t
  /external/icu/icu4c/source/test/cintltst/
bocu1tst.c 942 static const UChar plane1[]={ 0xd800, 0xdc00 }; variable
962 { plane1, UPRV_LENGTHOF(plane1) },
  /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:__anon32597
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 328 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon32675
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 328 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon32746
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 328 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon32820
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 328 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon32886
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
c2d2.h 329 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon32959
    [all...]
  /hardware/qcom/display/msmcobalt/libcopybit/
c2d2.h 329 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon33031
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 555 uint16_t *plane1, *plane2; local
567 plane1 = (uint16_t*)img1->planes[VPX_PLANE_Y];
578 if (*(plane1 + (i + k) * stride1 + j + l) !=
582 yloc[2] = *(plane1 + (i + k) * stride1 + j + l);
593 plane1 = (uint16_t*)img1->planes[VPX_PLANE_U];
604 if (*(plane1 + (i + k) * stride1 + j + l) !=
608 uloc[2] = *(plane1 + (i + k) * stride1 + j + l);
619 plane1 = (uint16_t*)img1->planes[VPX_PLANE_V];
630 if (*(plane1 + (i + k) * stride1 + j + l) !=
634 vloc[2] = *(plane1 + (i + k) * stride1 + j + l)
    [all...]

Completed in 1173 milliseconds