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 +
  /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
  /hardware/qcom/camera/msm8998/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 944 static const UChar plane1[]={ 0xd800, 0xdc00 }; variable
964 { plane1, UPRV_LENGTHOF(plane1) },
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 1144 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:__anon44476
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 328 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon44554
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 328 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon44625
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 328 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon44699
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 328 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon44765
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
c2d2.h 329 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon44838
    [all...]
  /hardware/qcom/display/msm8998/libcopybit/
c2d2.h 329 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon44910
    [all...]
  /hardware/qcom/display/sdm845/libcopybit/
c2d2.h 329 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon44982
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 591 uint16_t *plane1, *plane2; local
603 plane1 = (uint16_t *)img1->planes[VPX_PLANE_Y];
614 if (*(plane1 + (i + k) * stride1 + j + l) !=
618 yloc[2] = *(plane1 + (i + k) * stride1 + j + l);
629 plane1 = (uint16_t *)img1->planes[VPX_PLANE_U];
640 if (*(plane1 + (i + k) * stride1 + j + l) !=
644 uloc[2] = *(plane1 + (i + k) * stride1 + j + l);
655 plane1 = (uint16_t *)img1->planes[VPX_PLANE_V];
666 if (*(plane1 + (i + k) * stride1 + j + l) !=
670 vloc[2] = *(plane1 + (i + k) * stride1 + j + l)
    [all...]

Completed in 466 milliseconds