Home
last modified time | relevance | path

Searched refs:plane1 (Results 1 – 7 of 7) sorted by relevance

/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
169 uint8_t* const plane2 = plane1 + w * h; in SSIMScaleChannel()
170 if (plane1 == NULL) return -1; in SSIMScaleChannel()
175 plane1[x + y * w] = src1[x * x_stride + y * stride1]; in SSIMScaleChannel()
181 const double ssim = SSIMGetClipped(plane1, w, plane2, w, x, y, w, h); in SSIMScaleChannel()
191 free(plane1); in SSIMScaleChannel()
/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
169 uint8_t* const plane2 = plane1 + w * h; in SSIMScaleChannel()
170 if (plane1 == NULL) return -1; in SSIMScaleChannel()
175 plane1[x + y * w] = src1[x * x_stride + y * stride1]; in SSIMScaleChannel()
181 const double ssim = SSIMGetClipped(plane1, w, plane2, w, x, y, w, h); in SSIMScaleChannel()
191 free(plane1); in SSIMScaleChannel()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_texture.c256 struct fd_resource *plane1 = fd_resource(rsc->b.b.next); in fd6_sampler_view_update() local
258 plane1 ? fd_resource(plane1->b.b.next) : NULL; in fd6_sampler_view_update()
262 plane1 ? &plane1->layout : &dummy_layout, in fd6_sampler_view_update()
274 so->ptr2 = plane1; in fd6_sampler_view_update()
/third_party/icu/icu4c/source/test/cintltst/
Dbocu1tst.c944 static const UChar plane1[]={ 0xd800, 0xdc00 }; variable
964 { plane1, UPRV_LENGTHOF(plane1) },
/third_party/ffmpeg/libavcodec/
Ddxv.c62 uint8_t *plane1, ptrdiff_t stride1,
112 uint8_t *plane1, ptrdiff_t stride1, in cocg_block() argument
132 plane1[x] = extract_component(co0, co1, co_code); in cocg_block()
135 plane1 += stride1; in cocg_block()
Dhuffyuvdec.c621 #define READ_2PIX(dst0, dst1, plane1) \ argument
623 GET_VLC_DUAL(dst0, dst1, re, &s->gb, s->vlc[4+plane1].table, \
624 s->vlc[0].table, s->vlc[plane1].table, VLC_BITS, 3, OP8bits)
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1507 LLVMValueRef plane1, planes, plane_ptr, sum; in generate_clipmask() local
1653 plane1 = LLVMBuildLoad2(builder, vs_elem_type, plane_ptr, in generate_clipmask()
1655 planes = lp_build_broadcast(gallivm, vs_type_llvm, plane1); in generate_clipmask()