Searched refs:plane1 (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/libwebp/extras/ |
H A D | get_disto.c | 168 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/ |
H A D | fd6_texture.c | 256 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/ |
H A D | bocu1tst.c | 946 static const UChar plane1[]={ 0xd800, 0xdc00 }; variable 966 { plane1, UPRV_LENGTHOF(plane1) },
|
/third_party/ffmpeg/libavcodec/ |
H A D | dxv.c | 62 uint8_t *plane1, ptrdiff_t stride1, 112 uint8_t *plane1, ptrdiff_t stride1, in cocg_block() 132 plane1[x] = extract_component(co0, co1, co_code); in cocg_block() 135 plane1 += stride1; in cocg_block() 111 cocg_block(uint8_t *plane0, ptrdiff_t stride0, uint8_t *plane1, ptrdiff_t stride1, const uint8_t *block) cocg_block() argument
|
H A D | huffyuvdec.c | 615 #define READ_2PIX(dst0, dst1, plane1) \ 617 GET_VLC_DUAL(dst0, dst1, re, &s->gb, s->vlc[4+plane1].table, \ 618 s->vlc[0].table, s->vlc[plane1].table, VLC_BITS, 3, OP8bits)
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.c | 1507 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()
|
Completed in 14 milliseconds