Home
last modified time | relevance | path

Searched defs:plane1 (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/math/
Dm_dotprod_tmp.h44 const GLfloat plane0 = plane[0], plane1 = plane[1], plane3 = plane[3]; in TAG() local
64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; in TAG() local
85 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; in TAG() local
/third_party/skia/third_party/externals/libwebp/extras/
Dget_disto.c168 uint8_t* const plane1 = (uint8_t*)malloc(2 * w * h * sizeof(*plane1)); in SSIMScaleChannel() local
/third_party/flutter/skia/third_party/externals/libwebp/extras/
Dget_disto.c168 uint8_t* const plane1 = (uint8_t*)malloc(2 * w * h * sizeof(*plane1)); in SSIMScaleChannel() local
/third_party/icu/icu4c/source/test/cintltst/
Dbocu1tst.c944 static const UChar plane1[]={ 0xd800, 0xdc00 }; variable
/third_party/ffmpeg/libavcodec/
Dhuffyuvdec.c621 #define READ_2PIX(dst0, dst1, plane1) \ argument
Ddxv.c112 uint8_t *plane1, ptrdiff_t stride1, in cocg_block()
/third_party/boost/boost/geometry/strategies/spherical/
Dintersection.hpp339 plane1 = calc_policy.get_plane(a1v, a2v); in apply() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1520 LLVMValueRef plane1, planes, plane_ptr, sum; in generate_clipmask() local