Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/math/
Dm_dotprod_tmp.h64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; in TAG() local
70 coord[2] * plane2 + in TAG()
85 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; in TAG() local
91 coord[2] * plane2 + in TAG()
/external/opencv/cxcore/src/
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 += srcstep; \
/external/icu/icu4c/source/test/cintltst/
Dbocu1tst.c943 static const UChar plane2[]={ 0xd845, 0xdddd }; variable
963 { plane2, UPRV_LENGTHOF(plane2) },
/external/libvpx/libvpx/
Dvpxenc.c555 uint16_t *plane1, *plane2; in find_mismatch_high() local
568 plane2 = (uint16_t*)img2->planes[VPX_PLANE_Y]; in find_mismatch_high()
579 *(plane2 + (i + k) * stride2 + j + l)) { in find_mismatch_high()
583 yloc[3] = *(plane2 + (i + k) * stride2 + j + l); in find_mismatch_high()
594 plane2 = (uint16_t*)img2->planes[VPX_PLANE_U]; in find_mismatch_high()
605 *(plane2 + (i + k) * stride2 + j + l)) { in find_mismatch_high()
609 uloc[3] = *(plane2 + (i + k) * stride2 + j + l); in find_mismatch_high()
620 plane2 = (uint16_t*)img2->planes[VPX_PLANE_V]; in find_mismatch_high()
631 *(plane2 + (i + k) * stride2 + j + l)) { in find_mismatch_high()
635 vloc[3] = *(plane2 + (i + k) * stride2 + j + l); in find_mismatch_high()
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h442 const uint8_t* plane2, in IsPlaneEqual() argument
448 const uint8_t* r2 = plane2; in IsPlaneEqual()