Searched defs:stride (Results 1 - 25 of 75) sorted by relevance

123

/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/common/arm/armv6/
H A Drecon_v6.asm20 stride RN r3 label
22 ;void recon_b(unsigned char *pred_ptr, short *diff_ptr, unsigned char *dst_ptr, int stride)
26 ; R3 int stride
59 str r8, [dst], stride
79 str r8, [dst], stride
99 str r8, [dst], stride
118 str r8, [dst], stride
132 ; R3 int stride
210 add dst, dst, stride
229 ; R3 int stride
[all...]
/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/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.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/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/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/webkit/Source/WebKit2/Shared/gtk/
H A DUpdateChunk.cpp111 int stride = cairo_format_stride_for_width(imageFormat, m_rect.width()); local
113 imageFormat, m_rect.width(), m_rect.height(), stride);
/external/webp/src/dec/
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;
H A Dbuffer.c49 ok &= (buf->stride * height <= buf->size);
50 ok &= (buf->stride >= width * kModeBpp[mode]);
66 int stride; local
72 stride = w * kModeBpp[mode];
73 size = (uint64_t)stride * h;
98 buf->y_stride = stride;
114 buf->stride = stride;
/external/chromium/webkit/glue/
H A Dwebvideoframe_impl.cc80 int WebVideoFrameImpl::stride(unsigned plane) const { function in class:webkit_glue::WebVideoFrameImpl
82 return static_cast<int>(video_frame_->stride(plane));
/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;
/external/collada/src/dae/
H A DdaeRawResolver.cpp74 daeULong *stridePtr = (daeULong*)accessor->getAttributeValue( "stride" );
75 daeULong stride = stridePtr != NULL ? *stridePtr : 1; local
77 *(daeULong*)(array->getAttributeValue("count")) = count*stride;
81 valArray->setCount( (size_t)(count*stride) );
87 for ( unsigned int i = 0; i < count*stride; i++ )
96 for ( unsigned int i = 0; i < count*stride; i++ )
/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/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/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/webp/examples/
H A Ddwebp.c41 int width, height, stride, uv_stride; local
91 &u, &v, &stride, &uv_stride);
119 ok &= (fwrite(out + y * stride, width, 1, fout) == 1);
/external/libvpx/vp8/common/
H A Didctllm.c107 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, unsigned char *dst_ptr, int pitch, int stride) argument
127 dst_ptr += stride;
/external/skia/gpu/src/
H A DGrTextContext.cpp155 int stride) {
156 v[0 * stride].setI(l, t);
157 v[1 * stride].setI(l, b);
158 v[2 * stride].setI(r, b);
159 v[3 * stride].setI(r, t);
154 setRectFan(GrGpuTextVertex v[4], int l, int t, int r, int b, int stride) argument
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A Dvertexconversion.h151 // static void convertArray(const void *in, std::size_t stride, std::size_t n, void *out): convert an array of vertices. Input may be strided, but output will be unstrided.
162 static void convertArray(const InputType *in, std::size_t stride, std::size_t n, OutputType *out) argument
166 const InputType *ein = pointerAddBytes(in, i * stride);
177 static void convertArray(const void *in, std::size_t stride, std::size_t n, void *out) argument
179 return convertArray(static_cast<const InputType*>(in), stride, n, static_cast<OutputType*>(out));
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLVertexArrayObjectOES.h56 , stride(16)
68 GC3Dsizei stride; member in struct:WebCore::WebGLVertexArrayObjectOES::VertexAttribState
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEDisplacementMap.cpp123 int stride = paintSize.width() * 4; local
125 int line = y * stride;
134 unsigned char pixelValue = srcPixelArrayA->get(srcY * stride + srcX * 4 + channel);
/external/iproute2/tc/
H A Dm_pedit.c164 int ind = 0, stride = 0; local
187 stride = 8 * ind;
189 if (stride > 0) {
190 tkey->val <<= stride;
191 tkey->mask <<= stride;
192 retain <<= stride; local
207 int ind = 0, stride = 0; local
224 stride = 8 * ind;
225 tkey->val <<= stride;
226 tkey->mask <<= stride;
227 retain <<= stride; local
[all...]

Completed in 569 milliseconds

123