Searched defs:stride1 (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c77 int32_t offset1, int32_t stride1,
96 buffer->stride[1] = stride1;
149 int32_t offset1, int32_t stride1,
169 offset0, stride0, offset1, stride1, offset2, stride2);
178 int32_t offset1, int32_t stride1,
182 offset0, stride0, offset1, stride1, offset2, stride2);
72 create_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, uint32_t name, int fd, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) argument
144 drm_create_planar_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, uint32_t name, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) argument
173 drm_create_prime_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, int fd, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) argument
/external/tensorflow/tensorflow/core/lib/jpeg/
H A Djpeg_mem_unittest.cc159 const int stride1 = (flags.stride != 0) ? flags.stride : w1 * c;
162 const uint8* p1 = &imgdata1[(i + crop_y) * stride1 + crop_x * c];
290 const int stride1 = 3 * in_w; local
291 const std::unique_ptr<uint8[]> refdata1(new uint8[stride1 * in_h]);
294 const int offset = i * stride1 + 3 * j;
305 memcpy(&refdata2[i * stride2], &refdata1[i * stride1], 3 * in_w);
355 imgdata1.get(), refdata1.get(), in_w, in_h, stride1, stride1);
374 imgdata1.get(), imgdata2.get(), in_w, in_h, stride1, flags.stride);
395 imgdata1.get(), refdata1.get(), in_w, in_h, stride1, stride
[all...]
/external/webp/src/dsp/
H A Dssim.c63 static double SSIMGetClipped_C(const uint8_t* src1, int stride1, argument
74 src1 += ymin * stride1;
76 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) {
93 static double SSIMGet_C(const uint8_t* src1, int stride1, argument
97 for (y = 0; y <= 2 * VP8_SSIM_KERNEL; ++y, src1 += stride1, src2 += stride2) {
H A Dssim_sse2.c121 src1 += stride1; \
125 static double SSIMGet_SSE2(const uint8_t* src1, int stride1, argument
/external/webp/src/enc/
H A Dpicture_psnr_enc.c197 const size_t stride1 = 4 * (size_t)p1.argb_stride; local
199 (const uint8_t*)p1.argb + c, stride1,
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_vp.c114 uint32_t stride1, stride2; // 04 08 member in struct:h264_picparm_vp
327 h->stride1 = h->stride2 = mb(dec->base.width)*16;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_emit.c939 unsigned size1, size2, offset1, offset2, stride1, stride2; local
981 stride1 = 0;
985 stride1 = vb1->stride;
997 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1) |
1008 stride1 = 0;
1012 stride1 = vb1->stride;
1016 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1));
/external/libvpx/libvpx/
H A Dvpxenc.c613 uint32_t stride1, stride2; local
626 stride1 = img1->stride[VPX_PLANE_Y] / 2;
635 if (*(plane1 + (i + k) * stride1 + j + l) !=
639 yloc[2] = *(plane1 + (i + k) * stride1 + j + l);
652 stride1 = img1->stride[VPX_PLANE_U] / 2;
661 if (*(plane1 + (i + k) * stride1 + j + l) !=
665 uloc[2] = *(plane1 + (i + k) * stride1 + j + l);
678 stride1 = img1->stride[VPX_PLANE_V] / 2;
687 if (*(plane1 + (i + k) * stride1 + j + l) !=
691 vloc[2] = *(plane1 + (i + k) * stride1
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1162 LLVMValueRef indexes[2], stride, stride1; local
1166 stride1 = LLVMBuildGEP(builder, stride_array, indexes, 2, "");
1167 stride1 = LLVMBuildLoad(builder, stride1, "");
1168 stride = lp_build_broadcast_scalar(&bld->int_coord_bld, stride1);
1171 LLVMValueRef stride1; local
1179 stride1 = LLVMBuildGEP(builder, stride_array, indexes, 2, "");
1180 stride1 = LLVMBuildLoad(builder, stride1, "");
1181 stride = LLVMBuildInsertElement(builder, stride, stride1, index
1186 LLVMValueRef stride1; local
[all...]

Completed in 363 milliseconds