/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 +
|
/device/google/marlin/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
|
/external/icu/icu4c/source/test/cintltst/ |
bocu1tst.c | 945 static const UChar plane2[]={ 0xd845, 0xdddd }; variable 965 { plane2, UPRV_LENGTHOF(plane2) },
|
/external/libvpx/libvpx/ |
vpxenc.c | 620 uint16_t *plane1, *plane2; local 633 plane2 = (uint16_t *)img2->planes[VPX_PLANE_Y]; 644 *(plane2 + (i + k) * stride2 + j + l)) { 648 yloc[3] = *(plane2 + (i + k) * stride2 + j + l); 659 plane2 = (uint16_t *)img2->planes[VPX_PLANE_U]; 670 *(plane2 + (i + k) * stride2 + j + l)) { 674 uloc[3] = *(plane2 + (i + k) * stride2 + j + l); 685 plane2 = (uint16_t *)img2->planes[VPX_PLANE_V]; 696 *(plane2 + (i + k) * stride2 + j + l)) { 700 vloc[3] = *(plane2 + (i + k) * stride2 + j + l) [all...] |
/external/webrtc/talk/media/base/ |
videoframe_unittest.h | 442 const uint8_t* plane2, 448 const uint8_t* r2 = plane2; [all...] |