HomeSort by relevance Sort by last modified time
    Searched refs:plane1 (Results 1 - 8 of 8) 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/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...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 1148 LLVMValueRef plane1, planes, plane_ptr, sum; local
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/src/
mm_lib2d.c 243 p_frame->frame[0].plane[1].addr = yuv_buffer->plane1;
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/test/
mm_lib2d_test.c 489 src_buffer.yuv_buffer.plane1 = (int8_t *)m_yuv_memHandle.vaddr +
518 // DUMP_TO_FILE2(filename_in, src_buffer.yuv_buffer.plane0, y_plane_size, src_buffer.yuv_buffer.plane1, crcb_plane_size);
  /external/webrtc/talk/media/base/
videoframe_unittest.h 440 const uint8_t* plane1,
447 const uint8_t* r1 = plane1;
    [all...]

Completed in 1990 milliseconds