Home
last modified time | relevance | path

Searched refs:plane2 (Results 1 – 4 of 4) 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/icu/icu4c/source/test/cintltst/
Dbocu1tst.c945 static const UChar plane2[]={ 0xd845, 0xdddd }; variable
965 { plane2, UPRV_LENGTHOF(plane2) },
/external/libvpx/libvpx/
Dvpxenc.c620 uint16_t *plane1, *plane2; in find_mismatch_high() local
633 plane2 = (uint16_t *)img2->planes[VPX_PLANE_Y]; in find_mismatch_high()
644 *(plane2 + (i + k) * stride2 + j + l)) { in find_mismatch_high()
648 yloc[3] = *(plane2 + (i + k) * stride2 + j + l); in find_mismatch_high()
659 plane2 = (uint16_t *)img2->planes[VPX_PLANE_U]; in find_mismatch_high()
670 *(plane2 + (i + k) * stride2 + j + l)) { in find_mismatch_high()
674 uloc[3] = *(plane2 + (i + k) * stride2 + j + l); in find_mismatch_high()
685 plane2 = (uint16_t *)img2->planes[VPX_PLANE_V]; in find_mismatch_high()
696 *(plane2 + (i + k) * stride2 + j + l)) { in find_mismatch_high()
700 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()