Searched refs:stride (Results 1 - 25 of 147) sorted by relevance

123456

/external/clang/test/CodeGen/
H A Dinline-asm-mrv.c5 int stride, int h) {
9 : "r" ((long)stride));
4 sad16_sse2(void *v, unsigned char *blk2, unsigned char *blk1, int stride, int h) argument
/external/libvpx/vp8/decoder/arm/armv6/
H A Didct_blk_v6.c17 unsigned char *dst, int stride, char *eobs, short *dc)
24 vp8_dequant_dc_idct_add_v6 (q, dq, pre, dst, 16, stride, dc[0]);
26 vp8_dc_only_idct_add_v6 (dc[0], pre, dst, 16, stride);
29 vp8_dequant_dc_idct_add_v6 (q+16, dq, pre+4, dst+4, 16, stride, dc[1]);
31 vp8_dc_only_idct_add_v6 (dc[1], pre+4, dst+4, 16, stride);
34 vp8_dequant_dc_idct_add_v6 (q+32, dq, pre+8, dst+8, 16, stride, dc[2]);
36 vp8_dc_only_idct_add_v6 (dc[2], pre+8, dst+8, 16, stride);
39 vp8_dequant_dc_idct_add_v6 (q+48, dq, pre+12, dst+12, 16, stride, dc[3]);
41 vp8_dc_only_idct_add_v6 (dc[3], pre+12, dst+12, 16, stride);
46 dst += 4*stride;
15 vp8_dequant_dc_idct_add_y_block_v6(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs, short *dc) argument
51 vp8_dequant_idct_add_y_block_v6(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs) argument
98 vp8_dequant_idct_add_uv_block_v6(short *q, short *dq, unsigned char *pre, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
[all...]
/external/libvpx/vp8/decoder/x86/
H A Didct_blk_mmx.c17 unsigned char *dst, int stride, char *eobs, short *dc)
24 vp8_dequant_dc_idct_add_mmx (q, dq, pre, dst, 16, stride, dc[0]);
26 vp8_dc_only_idct_add_mmx (dc[0], pre, dst, 16, stride);
29 vp8_dequant_dc_idct_add_mmx (q+16, dq, pre+4, dst+4, 16, stride, dc[1]);
31 vp8_dc_only_idct_add_mmx (dc[1], pre+4, dst+4, 16, stride);
34 vp8_dequant_dc_idct_add_mmx (q+32, dq, pre+8, dst+8, 16, stride, dc[2]);
36 vp8_dc_only_idct_add_mmx (dc[2], pre+8, dst+8, 16, stride);
39 vp8_dequant_dc_idct_add_mmx (q+48, dq, pre+12, dst+12, 16, stride, dc[3]);
41 vp8_dc_only_idct_add_mmx (dc[3], pre+12, dst+12, 16, stride);
46 dst += 4*stride;
15 vp8_dequant_dc_idct_add_y_block_mmx(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs, short *dc) argument
51 vp8_dequant_idct_add_y_block_mmx(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs) argument
98 vp8_dequant_idct_add_uv_block_mmx(short *q, short *dq, unsigned char *pre, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
[all...]
H A Didct_blk_sse2.c31 unsigned char *dst, int stride, char *eobs, short *dc)
38 idct_dequant_dc_full_2x_sse2 (q, dq, pre, dst, stride, dc);
40 idct_dequant_dc_0_2x_sse2 (q, dq, pre, dst, stride, dc);
43 idct_dequant_dc_full_2x_sse2 (q+32, dq, pre+8, dst+8, stride, dc+2);
45 idct_dequant_dc_0_2x_sse2 (q+32, dq, pre+8, dst+8, stride, dc+2);
50 dst += stride*4;
57 unsigned char *dst, int stride, char *eobs)
64 idct_dequant_full_2x_sse2 (q, dq, pre, dst, stride, 16);
66 idct_dequant_0_2x_sse2 (q, dq, pre, dst, stride, 16);
69 idct_dequant_full_2x_sse2 (q+32, dq, pre+8, dst+8, stride, 1
29 vp8_dequant_dc_idct_add_y_block_sse2(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs, short *dc) argument
55 vp8_dequant_idct_add_y_block_sse2(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs) argument
80 vp8_dequant_idct_add_uv_block_sse2(short *q, short *dq, unsigned char *pre, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
[all...]
/external/v8/test/mjsunit/
H A Dsparse-array.js34 var stride = 500;
37 array[i * stride] = i;
/external/libvpx/vp8/decoder/arm/neon/
H A Didct_blk_neon.c20 int stride, short *dc);
22 (short *dc, unsigned char *pre, unsigned char *dst, int stride);
25 int pitch, int stride);
28 unsigned char *dst, int stride);
32 unsigned char *dst, int stride, char *eobs, short *dc)
39 idct_dequant_dc_full_2x_neon (q, dq, pre, dst, stride, dc);
41 idct_dequant_dc_0_2x_neon(dc, pre, dst, stride);
44 idct_dequant_dc_full_2x_neon (q+32, dq, pre+8, dst+8, stride, dc+2);
46 idct_dequant_dc_0_2x_neon(dc+2, pre+8, dst+8, stride);
51 dst += 4*stride;
30 vp8_dequant_dc_idct_add_y_block_neon(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs, short *dc) argument
56 vp8_dequant_idct_add_y_block_neon(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs) argument
81 vp8_dequant_idct_add_uv_block_neon(short *q, short *dq, unsigned char *pre, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
[all...]
/external/libvpx/vp8/decoder/
H A Didct_blk.c16 unsigned char *dest, int pitch, int stride,
19 unsigned char *dest, int pitch, int stride);
21 unsigned char *dst_ptr, int pitch, int stride);
25 unsigned char *dst, int stride, char *eobs, short *dc)
34 vp8_dequant_dc_idct_add_c (q, dq, pre, dst, 16, stride, dc[0]);
36 vp8_dc_only_idct_add_c (dc[0], pre, dst, 16, stride);
45 dst += 4*stride - 16;
51 unsigned char *dst, int stride, char *eobs)
60 vp8_dequant_idct_add_c (q, dq, pre, dst, 16, stride);
63 vp8_dc_only_idct_add_c (q[0]*dq[0], pre, dst, 16, stride);
23 vp8_dequant_dc_idct_add_y_block_c(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs, short *dc) argument
49 vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs) argument
77 vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *pre, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
[all...]
H A Ddequantize.h22 int pitch, int stride)
27 int pitch, int stride, \
33 int stride, char *eobs, short *dc)
38 int stride, char *eobs)
43 unsigned char *dst_v, int stride, char *eobs)
H A Ddequantize.c35 unsigned char *dest, int pitch, int stride)
67 dest += stride;
74 unsigned char *dest, int pitch, int stride,
109 dest += stride;
34 vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *pred, unsigned char *dest, int pitch, int stride) argument
73 vp8_dequant_dc_idct_add_c(short *input, short *dq, unsigned char *pred, unsigned char *dest, int pitch, int stride, int Dc) argument
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_util.cpp39 int w, h, stride; local
69 stride = cairo_image_surface_get_stride(surface);
70 if (w <= 0 || h <= 0 || stride <= 0) {
71 ERR("invalid image size %dx%d, stride=%d", w, h, stride);
91 if (evas_object_image_stride_get(image) != stride) {
92 ERR("evas' stride %d diverges from cairo's %d.",
93 evas_object_image_stride_get(image), stride);
99 memcpy(dst, src, h * stride);
/external/skia/gpu/include/
H A DGrGpuVertex.h77 void setIRectFan(int l, int t, int r, int b, size_t stride) { argument
78 GrAssert(stride > sizeof(GrGpuTextVertex));
80 ((GrGpuTextVertex*)(v + 0*stride))->setI(l, t);
81 ((GrGpuTextVertex*)(v + 1*stride))->setI(l, b);
82 ((GrGpuTextVertex*)(v + 2*stride))->setI(r, b);
83 ((GrGpuTextVertex*)(v + 3*stride))->setI(r, t);
92 void setXRectFan(GrFixed l, GrFixed t, GrFixed r, GrFixed b, size_t stride) { argument
93 GrAssert(stride > sizeof(GrGpuTextVertex));
95 ((GrGpuTextVertex*)(v + 0*stride))->setX(l, t);
96 ((GrGpuTextVertex*)(v + 1*stride))
[all...]
/external/libvpx/vpx/src/
H A Dvpx_image.c137 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = s;
138 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = s >> xcs;
185 img->img_data + x * img->bps / 8 + y * img->stride[VPX_PLANE_PACKED];
194 data + x + y * img->stride[VPX_PLANE_ALPHA];
195 data += img->h * img->stride[VPX_PLANE_ALPHA];
198 img->planes[VPX_PLANE_Y] = data + x + y * img->stride[VPX_PLANE_Y];
199 data += img->h * img->stride[VPX_PLANE_Y];
205 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_
[all...]
/external/webp/src/dec/
H A Ddsp_sse2.c469 static inline void Load8x4(const uint8_t* b, int stride, argument
474 __m128i r0 = _mm_cvtsi32_si128(*((int*)&b[0 * stride])); // 03 02 01 00
475 __m128i r1 = _mm_cvtsi32_si128(*((int*)&b[1 * stride])); // 13 12 11 10
476 __m128i r4 = _mm_cvtsi32_si128(*((int*)&b[4 * stride])); // 43 42 41 40
477 __m128i r5 = _mm_cvtsi32_si128(*((int*)&b[5 * stride])); // 53 52 51 50
486 r0 = _mm_cvtsi32_si128(*((int*)&b[2 * stride])); // 23 22 21 22
487 r1 = _mm_cvtsi32_si128(*((int*)&b[3 * stride])); // 33 32 31 30
488 r4 = _mm_cvtsi32_si128(*((int*)&b[6 * stride])); // 63 62 61 60
489 r5 = _mm_cvtsi32_si128(*((int*)&b[7 * stride])); // 73 72 71 70
509 static inline void Load16x4(const uint8_t* r0, const uint8_t* r8, int stride, argument
543 Store4x4(__m128i* x, uint8_t* dst, int stride) argument
552 Store16x4(uint8_t* r0, uint8_t* r8, int stride, __m128i* p1, __m128i* p0, __m128i* q0, __m128i* q1) argument
592 SimpleVFilter16SSE2(uint8_t* p, int stride, int thresh) argument
606 SimpleHFilter16SSE2(uint8_t* p, int stride, int thresh) argument
616 SimpleVFilter16iSSE2(uint8_t* p, int stride, int thresh) argument
624 SimpleHFilter16iSSE2(uint8_t* p, int stride, int thresh) argument
682 VFilter16SSE2(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) argument
708 HFilter16SSE2(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) argument
728 VFilter16iSSE2(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) argument
756 HFilter16iSSE2(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) argument
783 VFilter8SSE2(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) argument
808 HFilter8SSE2(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) argument
828 VFilter8iSSE2(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) argument
854 HFilter8iSSE2(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) argument
[all...]
H A Dalpha.c28 const int stride = dec->pic_hdr_.width_; local
38 const size_t output_size = stride * dec->pic_hdr_.height_;
62 return output + row * stride;
/external/webkit/Source/WebKit/chromium/src/
H A DVideoFrameChromiumImpl.cpp105 int VideoFrameChromiumImpl::stride(unsigned plane) const function in class:WebKit::VideoFrameChromiumImpl
108 return m_webVideoFrame->stride(plane);
128 return IntSize(stride(plane), height(plane));
134 return stride(plane) - width(plane) > 0;
H A DVideoFrameChromiumImpl.h57 virtual int stride(unsigned plane) const;
/external/webp/src/enc/
H A Dfilter.c98 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { argument
101 if (needs_filter(p + i, stride, thresh)) {
102 do_filter2(p + i, stride);
107 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) { argument
110 if (needs_filter(p + i * stride, 1, thresh)) {
111 do_filter2(p + i * stride, 1);
116 static void SimpleVFilter16i(uint8_t* p, int stride, int thresh) { argument
119 p += 4 * stride;
120 SimpleVFilter16(p, stride, thresh);
124 static void SimpleHFilter16i(uint8_t* p, int stride, in argument
150 VFilter16i(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) argument
159 HFilter16i(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) argument
168 VFilter8i(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) argument
174 HFilter8i(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) argument
[all...]
/external/libvpx/vp8/encoder/
H A Dtemporal_filter.h19 unsigned int stride, \
H A Dtemporal_filter.c47 int stride,
57 yptr = y_mb_ptr + (mv_row >> 3) * stride + (mv_col >> 3);
61 x->subpixel_predict16x16(yptr, stride,
66 RECON_INVOKE(&x->rtcd->recon, copy16x16)(yptr, stride, &pred[0], 16);
72 stride = (stride + 1) >> 1;
73 offset = (mv_row >> 3) * stride + (mv_col >> 3);
79 x->subpixel_predict8x8(uptr, stride,
81 x->subpixel_predict8x8(vptr, stride,
86 RECON_INVOKE(&x->rtcd->recon, copy8x8)(uptr, stride,
41 vp8_temporal_filter_predictors_mb_c( MACROBLOCKD *x, unsigned char *y_mb_ptr, unsigned char *u_mb_ptr, unsigned char *v_mb_ptr, int stride, int mv_row, int mv_col, unsigned char *pred ) argument
90 vp8_temporal_filter_apply_c( unsigned char *frame1, unsigned int stride, unsigned char *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, unsigned short *count ) argument
321 int stride; local
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DContextShadow.cpp129 int stride = (!k) ? 4 : rowStride; local
149 int alpha2 = pixels[(dim - 1) * stride + channels[step]];
151 unsigned char* prev = pixels + stride + channels[step];
152 unsigned char* next = pixels + ofs * stride + channels[step];
157 for (i = 1; i < limit; ++i, prev += stride)
163 for (i = 0; i < limit; ptr += stride, next += stride, ++i, ++ofs) {
168 for (; ofs < dim; ptr += stride, prev += stride, next += stride,
[all...]
/external/webkit/Source/WebCore/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp99 int stride = width * bytesPerPixel; local
111 m_rgbOutput.resize(height * stride);
115 if (!WebPDecodeRGBInto(dataBytes, dataSize, m_rgbOutput.data(), m_rgbOutput.size(), stride))
120 m_decoder = WebPINewRGB(MODE_RGB, m_rgbOutput.data(), m_rgbOutput.size(), stride);
134 const uint8_t* const src = &m_rgbOutput[y * stride];
/external/libvpx/vp8/common/ppc/
H A Dsystemdependent.c66 void recon_b_ppc(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
67 void recon2b_ppc(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
68 void recon4b_ppc(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
86 void vp8_recon_b_c(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
87 void vp8_recon2b_c(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
88 void vp8_recon4b_c(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
/external/chromium/webkit/glue/
H A Dwebvideoframe_impl.h26 virtual int stride(unsigned plane) const;
/external/kernel-headers/original/linux/
H A Domap_ion.h28 * @stride: stride of the allocation, returned to caller from kernel
40 size_t stride; member in struct:omap_ion_tiler_alloc_data
/external/webkit/Source/WebKit/chromium/public/
H A DWebVideoFrame.h64 virtual int stride(unsigned plane) const = 0;

Completed in 817 milliseconds

123456