Searched defs:stride (Results 26 - 50 of 693) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_linear.h55 unsigned stride; member in struct:pipe_tile_info
97 if (t->stride != t->block.size * t->cols * t->tiles_x)
100 if (t->size < t->stride * t->rows * t->tiles_y)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_texture.h49 unsigned stride[SP_MAX_TEXTURE_2D_LEVELS]; member in struct:softpipe_resource
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/sw/
H A Di915_sw_winsys.h47 unsigned stride; member in struct:i915_sw_buffer
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_array.h37 int stride, fields, type; member in struct:nouveau_array
48 nouveau_init_array(struct nouveau_array *a, int attr, int stride,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_span.c59 int stride; local
66 &map, &stride);
69 rrb->base.RowStride = stride;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_span.c59 int stride; local
66 &map, &stride);
69 rrb->base.RowStride = stride;
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_dotprod_tmp.h31 /* Note - respects the stride of the output vector.
38 GLuint stride = coord_vec->stride; local
46 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) {
58 GLuint stride = coord_vec->stride; local
67 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) {
80 GLuint stride = coord_vec->stride; local
88 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_
[all...]
/external/chromium_org/third_party/webrtc/common_video/
H A Dplane.cc29 int Plane::CreateEmptyPlane(int allocated_size, int stride, int plane_size) { argument
30 if (allocated_size < 1 || stride < 1 || plane_size < 1)
32 stride_ = stride;
64 int Plane::Copy(int size, int stride, const uint8_t* buffer) { argument
69 stride_ = stride;
H A Dplane.h26 // CreateEmptyPlane - set allocated size, actual plane size and stride:
30 int CreateEmptyPlane(int allocated_size, int stride, int plane_size);
39 int Copy(int size, int stride, const uint8_t* buffer);
53 // Get stride value.
54 int stride() const {return stride_;} function in class:webrtc::Plane
H A Dplane_unittest.cc22 int size, stride; local
24 EXPECT_EQ(0, plane.stride());
27 stride = 20;
28 EXPECT_EQ(-1, plane.CreateEmptyPlane(size, stride, 1));
29 EXPECT_EQ(-1, plane.CreateEmptyPlane(10, stride, size));
31 stride = 0;
32 EXPECT_EQ(-1, plane.CreateEmptyPlane(size, stride, size));
33 stride = 20;
34 EXPECT_EQ(0, plane.CreateEmptyPlane(size, stride, size));
36 EXPECT_EQ(stride, plan
43 int allocated_size, plane_size, stride; local
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_frame_win.cc18 int stride,
22 : DesktopFrame(size, stride, data, shared_memory),
17 DesktopFrameWin(DesktopSize size, int stride, uint8_t* data, SharedMemory* shared_memory, HBITMAP bitmap) argument
H A Ddiffer_block_sse2.cc26 int stride) {
58 image1 += stride;
59 image2 += stride;
66 int stride) {
114 image1 += stride;
115 image2 += stride;
24 BlockDifference_SSE2_W16(const uint8_t* image1, const uint8_t* image2, int stride) argument
64 BlockDifference_SSE2_W32(const uint8_t* image1, const uint8_t* image2, int stride) argument
/external/compiler-rt/test/tsan/
H A Dbench_shadow_flush.cc21 uptr stride = kSmallPage; local
23 stride = (uptr)atoi(argv[2]) << 10;
34 for (uptr off = 0; off < mem_size; off += stride)
/external/eigen/blas/
H A DGeneralRank1Update.h22 static void run(Index rows, Index cols, Scalar* mat, Index stride, const Scalar* u, const Scalar* v, Scalar alpha) argument
29 Map<Matrix<Scalar,Dynamic,1> >(mat+stride*i,rows) += alpha * cj(v[i]) * ConjRhsType(OtherMap(u,rows));
36 static void run(Index rows, Index cols, Scalar* mat, Index stride, const Scalar* u, const Scalar* v, Scalar alpha) argument
38 general_rank1_update<Scalar,Index,ColMajor,ConjRhs,ConjRhs>::run(rows,cols,mat,stride,u,v,alpha);
H A DRank2Update.h21 static void run(Index size, Scalar* mat, Index stride, const Scalar* u, const Scalar* v, Scalar alpha) argument
26 Map<Matrix<Scalar,Dynamic,1> >(mat+stride*i+(UpLo==Lower ? i : 0), UpLo==Lower ? size-i : (i+1)) +=
/external/harfbuzz_ng/util/
H A Dhelper-cairo-ansi.cc59 unsigned int stride = cairo_image_surface_get_stride (surface); local
77 data += stride / 4;
85 const uint32_t *row = data + (height - 1) * stride / 4;
98 ansi_print_image_rgb24 (data, width, height, stride / 4);
/external/libvpx/libvpx/vp8/common/
H A Ddequantize.c30 unsigned char *dest, int stride)
39 vp8_short_idct4x4llm_c(input, dest, stride, dest, stride);
29 vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *dest, int stride) argument
H A Didct_blk.c16 unsigned char *dest, int stride);
23 unsigned char *dst, int stride, char *eobs)
32 vp8_dequant_idct_add_c (q, dq, dst, stride);
35 vp8_dc_only_idct_add_c (q[0]*dq[0], dst, stride, dst, stride);
43 dst += 4*stride - 16;
49 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs)
58 vp8_dequant_idct_add_c (q, dq, dstu, stride);
61 vp8_dc_only_idct_add_c (q[0]*dq[0], dstu, stride, dstu, stride);
21 vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
47 vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
[all...]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didct_blk_dspr2.c18 unsigned char *dst, int stride, char *eobs)
27 vp8_dequant_idct_add_dspr2(q, dq, dst, stride);
30 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dst, stride, dst, stride);
38 dst += 4 * stride - 16;
44 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs)
53 vp8_dequant_idct_add_dspr2(q, dq, dstu, stride);
56 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dstu, stride, dstu, stride);
64 dstu += 4 * stride
16 vp8_dequant_idct_add_y_block_dspr2(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
42 vp8_dequant_idct_add_uv_block_dspr2(short *q, short *dq, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
[all...]
/external/libvpx/libvpx/vp8/common/x86/
H A Didct_blk_mmx.c28 unsigned char *dst, int stride, char *eobs)
35 vp8_dequant_idct_add_mmx (q, dq, dst, stride);
38 vp8_dc_only_idct_add_mmx (q[0]*dq[0], dst, stride, dst, stride);
43 vp8_dequant_idct_add_mmx (q+16, dq, dst+4, stride);
46 vp8_dc_only_idct_add_mmx (q[16]*dq[0], dst+4, stride,
47 dst+4, stride);
52 vp8_dequant_idct_add_mmx (q+32, dq, dst+8, stride);
55 vp8_dc_only_idct_add_mmx (q[32]*dq[0], dst+8, stride,
56 dst+8, stride);
26 vp8_dequant_idct_add_y_block_mmx(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
75 vp8_dequant_idct_add_uv_block_mmx(short *q, short *dq, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.h42 static INLINE int scaled_buffer_offset(int x_offset, int y_offset, int stride, argument
46 return y * stride + x;
50 uint8_t *src, int stride,
56 dst->buf = src + scaled_buffer_offset(x, y, stride, scale);
57 dst->stride = stride;
49 setup_pred_plane(struct buf_2d *dst, uint8_t *src, int stride, int mi_row, int mi_col, const struct scale_factors *scale, int subsampling_x, int subsampling_y) argument
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_util.c129 unsigned stride = draw->pipeline.vertex_stride; local
133 verts += stride;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_linear.h55 unsigned stride; member in struct:pipe_tile_info
97 if (t->stride != t->block.size * t->cols * t->tiles_x)
100 if (t->size < t->stride * t->rows * t->tiles_y)
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.h49 unsigned stride[SP_MAX_TEXTURE_2D_LEVELS]; member in struct:softpipe_resource
/external/mesa3d/src/gallium/winsys/i915/sw/
H A Di915_sw_winsys.h47 unsigned stride; member in struct:i915_sw_buffer

Completed in 1408 milliseconds

1234567891011>>