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

  /external/mesa3d/src/mesa/math/
m_dotprod_tmp.h 64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local
70 coord[2] * plane2 +
85 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local
91 coord[2] * plane2 +
  /hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/inc/
mm_lib2d.h 104 * @plane2: holds the 3. plane, ignored if YUV format is not planar
119 void *plane2; member in struct:mm_lib2d_yuv_buffer_t
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-lib2d-interface/inc/
mm_lib2d.h 103 * @plane2: holds the 3. plane, ignored if YUV format is not planar
118 void *plane2; member in struct:mm_lib2d_yuv_buffer_t
  /external/icu/icu4c/source/test/cintltst/
bocu1tst.c 943 static const UChar plane2[]={ 0xd845, 0xdddd }; variable
963 { plane2, UPRV_LENGTHOF(plane2) },
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 331 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon32597
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 331 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon32675
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 331 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon32746
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 331 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon32820
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 331 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon32886
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
c2d2.h 332 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon32959
    [all...]
  /hardware/qcom/display/msmcobalt/libcopybit/
c2d2.h 332 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon33031
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 555 uint16_t *plane1, *plane2; local
568 plane2 = (uint16_t*)img2->planes[VPX_PLANE_Y];
579 *(plane2 + (i + k) * stride2 + j + l)) {
583 yloc[3] = *(plane2 + (i + k) * stride2 + j + l);
594 plane2 = (uint16_t*)img2->planes[VPX_PLANE_U];
605 *(plane2 + (i + k) * stride2 + j + l)) {
609 uloc[3] = *(plane2 + (i + k) * stride2 + j + l);
620 plane2 = (uint16_t*)img2->planes[VPX_PLANE_V];
631 *(plane2 + (i + k) * stride2 + j + l)) {
635 vloc[3] = *(plane2 + (i + k) * stride2 + j + l)
    [all...]

Completed in 2337 milliseconds