HomeSort by relevance Sort by last modified time
    Searched defs:plane1 (Results 1 - 5 of 5) 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 +
  /device/google/marlin/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
  /external/icu/icu4c/source/test/cintltst/
bocu1tst.c 944 static const UChar plane1[]={ 0xd800, 0xdc00 }; variable
964 { plane1, UPRV_LENGTHOF(plane1) },
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 1148 LLVMValueRef plane1, planes, plane_ptr, sum; local
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 620 uint16_t *plane1, *plane2; local
632 plane1 = (uint16_t *)img1->planes[VPX_PLANE_Y];
643 if (*(plane1 + (i + k) * stride1 + j + l) !=
647 yloc[2] = *(plane1 + (i + k) * stride1 + j + l);
658 plane1 = (uint16_t *)img1->planes[VPX_PLANE_U];
669 if (*(plane1 + (i + k) * stride1 + j + l) !=
673 uloc[2] = *(plane1 + (i + k) * stride1 + j + l);
684 plane1 = (uint16_t *)img1->planes[VPX_PLANE_V];
695 if (*(plane1 + (i + k) * stride1 + j + l) !=
699 vloc[2] = *(plane1 + (i + k) * stride1 + j + l)
    [all...]

Completed in 175 milliseconds