Searched refs:plane2 (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/math/
H A Dm_dotprod_tmp.h64 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 +
/external/opencv/cxcore/src/
H A Dcxconvert.cpp55 arrtype_ptr plane2 = ptr[2];
60 arrtype_ptr plane2 = ptr[2]; \
93 plane2[j] = t2; \
97 plane2 += dststep; \
116 plane2[j] = t0; \
121 plane2 += dststep; \
243 arrtype t2 = plane2[j]; \
251 plane2 += srcstep; \
267 t0 = plane2[j]; \
275 plane2
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c945 static const UChar plane2[]={ 0xd845, 0xdddd }; variable
965 { plane2, UPRV_LENGTHOF(plane2) },
/external/libvpx/libvpx/
H A Dvpxenc.c591 uint16_t *plane1, *plane2; local
604 plane2 = (uint16_t *)img2->planes[VPX_PLANE_Y];
615 *(plane2 + (i + k) * stride2 + j + l)) {
619 yloc[3] = *(plane2 + (i + k) * stride2 + j + l);
630 plane2 = (uint16_t *)img2->planes[VPX_PLANE_U];
641 *(plane2 + (i + k) * stride2 + j + l)) {
645 uloc[3] = *(plane2 + (i + k) * stride2 + j + l);
656 plane2 = (uint16_t *)img2->planes[VPX_PLANE_V];
667 *(plane2 + (i + k) * stride2 + j + l)) {
671 vloc[3] = *(plane2
[all...]
/external/webrtc/talk/media/base/
H A Dvideoframe_unittest.h442 const uint8_t* plane2,
448 const uint8_t* r2 = plane2;
439 IsPlaneEqual(const std::string& name, const uint8_t* plane1, uint32_t pitch1, const uint8_t* plane2, uint32_t pitch2, uint32_t width, uint32_t height, int max_error) argument

Completed in 2921 milliseconds