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

/external/compiler-rt/test/tsan/
H A Dbench_shadow_flush.cc28 int stride2 = 1; local
30 stride2 = atoi(argv[4]);
32 uptr sz = mem_size + stride2 * kStride + kLargePage;
39 for (uptr off2 = 0; off2 < stride2; off2++)
/external/libopus/celt/
H A Dvq.c76 int stride2=0; local
91 stride2 = 1;
93 It's basically incrementing long as (stride2+0.5)^2 < len/stride. */
94 while ((stride2*stride2+stride2)*stride + (stride>>2) < len)
95 stride2++;
104 if (stride2)
105 exp_rotation1(X+i*len, len, stride2, s, c);
109 if (stride2)
[all...]
/external/mesa3d/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c78 int32_t offset2, int32_t stride2)
98 buffer->stride[2] = stride2;
150 int32_t offset2, int32_t stride2)
169 offset0, stride0, offset1, stride1, offset2, stride2);
179 int32_t offset2, int32_t stride2)
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.cc160 const int stride2 = (flags.stride != 0) ? flags.stride : w * c;
163 const uint8* p2 = &imgdata2[i * stride2];
302 const int stride2 = 3 * 357; local
303 const std::unique_ptr<uint8[]> refdata2(new uint8[stride2 * in_h]);
305 memcpy(&refdata2[i * stride2], &refdata1[i * stride1], 3 * in_w);
319 flags.stride = stride2;
332 flags.stride = stride2;
/external/webp/src/dsp/
H A Dssim.c64 const uint8_t* src2, int stride2,
75 src2 += ymin * stride2;
76 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) {
94 const uint8_t* src2, int stride2) {
97 for (y = 0; y <= 2 * VP8_SSIM_KERNEL; ++y, src1 += stride1, src2 += stride2) {
63 SSIMGetClipped_C(const uint8_t* src1, int stride1, const uint8_t* src2, int stride2, int xo, int yo, int W, int H) argument
93 SSIMGet_C(const uint8_t* src1, int stride1, const uint8_t* src2, int stride2) argument
H A Dssim_sse2.c122 src2 += stride2; \
126 const uint8_t* src2, int stride2) {
125 SSIMGet_SSE2(const uint8_t* src1, int stride1, const uint8_t* src2, int stride2) argument
/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
989 stride2 = 0;
993 stride2 = vb2->stride;
998 R300_VBPNTR_SIZE1(size2) | R300_VBPNTR_STRIDE1(stride2));
/external/libvpx/libvpx/
H A Dvpxenc.c613 uint32_t stride1, stride2; local
627 stride2 = img2->stride[VPX_PLANE_Y] / 2;
636 *(plane2 + (i + k) * stride2 + j + l)) {
640 yloc[3] = *(plane2 + (i + k) * stride2 + j + l);
653 stride2 = img2->stride[VPX_PLANE_U] / 2;
662 *(plane2 + (i + k) * stride2 + j + l)) {
666 uloc[3] = *(plane2 + (i + k) * stride2 + j + l);
679 stride2 = img2->stride[VPX_PLANE_V] / 2;
688 *(plane2 + (i + k) * stride2 + j + l)) {
692 vloc[3] = *(plane2 + (i + k) * stride2
[all...]

Completed in 1021 milliseconds