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

12345678

/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/mips/
H A Didct_blk_mips.c18 unsigned char *dst, int stride, char *eobs, short *dc)
21 int higher = 4*stride - 12;
27 vp8_dequant_dc_idct_add_mips(q, dq, pre, dst, 16, stride, dc[0]);
29 vp8_dc_only_idct_add_mips(dc[0], pre, dst, 16, stride);
36 vp8_dequant_dc_idct_add_mips(q, dq, pre, dst, 16, stride, dc[1]);
38 vp8_dc_only_idct_add_mips(dc[1], pre, dst, 16, stride);
45 vp8_dequant_dc_idct_add_mips(q, dq, pre, dst, 16, stride, dc[2]);
47 vp8_dc_only_idct_add_mips(dc[2], pre, dst, 16, stride);
54 vp8_dequant_dc_idct_add_mips(q, dq, pre, dst, 16, stride, dc[3]);
56 vp8_dc_only_idct_add_mips(dc[3], pre, dst, 16, stride);
16 vp8_dequant_dc_idct_add_y_block_mips(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs, short *dc) argument
66 vp8_dequant_idct_add_y_block_mips(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs) argument
127 vp8_dequant_idct_add_uv_block_mips(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)
/external/aac/libAACdec/src/
H A Dldfiltbank.h104 const int stride,
H A Dldfiltbank.cpp102 static void multE2_DinvF_fdk(INT_PCM *output, FIXP_DBL* x, const FIXP_WTB* fb, FIXP_DBL* z, const int N, const int stride) argument
122 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp, -WTS1-1 + scale, SAMPLE_BITS);
125 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp, WTS1+1 - scale, SAMPLE_BITS);
146 output[(i-N/4)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp0, -WTS0-1 + scale, SAMPLE_BITS);
147 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp1, -WTS1-1 + scale, SAMPLE_BITS);
150 output[(i-N/4)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp0, WTS0+1 - scale, SAMPLE_BITS);
151 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp1, WTS1+1 - scale, SAMPLE_BITS);
164 output[(N*3/4 + i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp0, -WTS0-1 + scale, SAMPLE_BITS);
167 output[(N*3/4 + i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp0, WTS0+1 - scale, SAMPLE_BITS);
172 int InvMdctTransformLowDelay_fdk (FIXP_DBL *mdctData, const int mdctData_e, INT_PCM *output, FIXP_DBL *fs_buffer, const int stride, cons argument
[all...]
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
H A DAndroid22Workaround.java6 public static void glVertexAttribPointer(int location, int components, int format, boolean normalize, int stride, int offset){ argument
11 stride,
/external/webp/src/dsp/
H A Ddec_neon.c72 #define LOAD8x4(c1, c2, c3, c4, b1, b2, stride) \
73 "vld4.8 {" #c1"[0], " #c2"[0], " #c3"[0], " #c4"[0]}," #b1 "," #stride"\n" \
74 "vld4.8 {" #c1"[1], " #c2"[1], " #c3"[1], " #c4"[1]}," #b2 "," #stride"\n" \
75 "vld4.8 {" #c1"[2], " #c2"[2], " #c3"[2], " #c4"[2]}," #b1 "," #stride"\n" \
76 "vld4.8 {" #c1"[3], " #c2"[3], " #c3"[3], " #c4"[3]}," #b2 "," #stride"\n" \
77 "vld4.8 {" #c1"[4], " #c2"[4], " #c3"[4], " #c4"[4]}," #b1 "," #stride"\n" \
78 "vld4.8 {" #c1"[5], " #c2"[5], " #c3"[5], " #c4"[5]}," #b2 "," #stride"\n" \
79 "vld4.8 {" #c1"[6], " #c2"[6], " #c3"[6], " #c4"[6]}," #b1 "," #stride"\n" \
80 "vld4.8 {" #c1"[7], " #c2"[7], " #c3"[7], " #c4"[7]}," #b2 "," #stride"\n"
82 #define STORE8x2(c1, c2, p,stride) \
95 SimpleVFilter16NEON(uint8_t* p, int stride, int thresh) argument
116 SimpleHFilter16NEON(uint8_t* p, int stride, int thresh) argument
142 SimpleVFilter16iNEON(uint8_t* p, int stride, int thresh) argument
150 SimpleHFilter16iNEON(uint8_t* p, int stride, int thresh) argument
[all...]
H A Ddec_sse2.c472 static WEBP_INLINE void Load8x4(const uint8_t* b, int stride, argument
477 __m128i r0 = _mm_cvtsi32_si128(*((int*)&b[0 * stride])); // 03 02 01 00
478 __m128i r1 = _mm_cvtsi32_si128(*((int*)&b[1 * stride])); // 13 12 11 10
479 __m128i r4 = _mm_cvtsi32_si128(*((int*)&b[4 * stride])); // 43 42 41 40
480 __m128i r5 = _mm_cvtsi32_si128(*((int*)&b[5 * stride])); // 53 52 51 50
489 r0 = _mm_cvtsi32_si128(*((int*)&b[2 * stride])); // 23 22 21 22
490 r1 = _mm_cvtsi32_si128(*((int*)&b[3 * stride])); // 33 32 31 30
491 r4 = _mm_cvtsi32_si128(*((int*)&b[6 * stride])); // 63 62 61 60
492 r5 = _mm_cvtsi32_si128(*((int*)&b[7 * stride])); // 73 72 71 70
513 int stride,
512 Load16x4(const uint8_t* r0, const uint8_t* r8, int stride, __m128i* p1, __m128i* p0, __m128i* q0, __m128i* q1) argument
547 Store4x4(__m128i* x, uint8_t* dst, int stride) argument
556 Store16x4(uint8_t* r0, uint8_t* r8, int stride, __m128i* p1, __m128i* p0, __m128i* q0, __m128i* q1) argument
597 SimpleVFilter16SSE2(uint8_t* p, int stride, int thresh) argument
611 SimpleHFilter16SSE2(uint8_t* p, int stride, int thresh) argument
621 SimpleVFilter16iSSE2(uint8_t* p, int stride, int thresh) argument
629 SimpleHFilter16iSSE2(uint8_t* p, int stride, int thresh) argument
687 VFilter16SSE2(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) argument
713 HFilter16SSE2(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) argument
733 VFilter16iSSE2(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) argument
761 HFilter16iSSE2(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) argument
788 VFilter8SSE2(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) argument
813 HFilter8SSE2(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) argument
833 VFilter8iSSE2(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) argument
859 HFilter8iSSE2(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) argument
[all...]
/external/webp/src/utils/
H A Dfilters.c30 assert(stride >= width * bpp);
46 int width, int height, int bpp, int stride, int inverse, uint8_t* out) {
57 PredictLine(in, preds - stride, out, bpp, inverse);
60 preds += stride;
61 in += stride;
62 out += stride;
67 int bpp, int stride, uint8_t* filtered_data) {
68 DoHorizontalFilter(data, width, height, bpp, stride, 0, filtered_data);
72 int bpp, int stride, uint8_t* recon_data) {
73 DoHorizontalFilter(data, width, height, bpp, stride,
45 DoHorizontalFilter(const uint8_t* in, int width, int height, int bpp, int stride, int inverse, uint8_t* out) argument
66 HorizontalFilter(const uint8_t* data, int width, int height, int bpp, int stride, uint8_t* filtered_data) argument
71 HorizontalUnfilter(const uint8_t* data, int width, int height, int bpp, int stride, uint8_t* recon_data) argument
79 DoVerticalFilter(const uint8_t* in, int width, int height, int bpp, int stride, int inverse, uint8_t* out) argument
99 VerticalFilter(const uint8_t* data, int width, int height, int bpp, int stride, uint8_t* filtered_data) argument
104 VerticalUnfilter(const uint8_t* data, int width, int height, int bpp, int stride, uint8_t* recon_data) argument
118 DoGradientFilter(const uint8_t* in, int width, int height, int bpp, int stride, int inverse, uint8_t* out) argument
145 GradientFilter(const uint8_t* data, int width, int height, int bpp, int stride, uint8_t* filtered_data) argument
150 GradientUnfilter(const uint8_t* data, int width, int height, int bpp, int stride, uint8_t* recon_data) argument
164 EstimateBestFilter(const uint8_t* data, int width, int height, int stride) argument
[all...]
H A Dfilters.h33 int bpp, int stride, uint8_t* out);
36 // 'in' corresponds to a 2-dimensional pixel array of size (stride * height)
39 // 'stride' is number of bytes per scan line (with possible padding).
48 int width, int height, int stride);
H A Dhuffman_encode.c22 // Heuristics for selecting the stride ranges to collapse.
53 int stride = 0; local
56 if ((symbol == 0 && stride >= 5) ||
57 (symbol != 0 && stride >= 7)) {
59 for (k = 0; k < stride; ++k) {
63 stride = 1;
68 ++stride;
74 int stride = 0; local
81 if (stride >= 4 || (stride >
[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/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/skia/src/gpu/
H A DGrGpuVertex.h70 void setIRectFan(int l, int t, int r, int b, size_t stride) { argument
71 GrAssert(stride > sizeof(GrGpuTextVertex));
73 ((GrGpuTextVertex*)(v + 0*stride))->setI(l, t);
74 ((GrGpuTextVertex*)(v + 1*stride))->setI(l, b);
75 ((GrGpuTextVertex*)(v + 2*stride))->setI(r, b);
76 ((GrGpuTextVertex*)(v + 3*stride))->setI(r, t);
85 void setXRectFan(GrFixed l, GrFixed t, GrFixed r, GrFixed b, size_t stride) { argument
86 GrAssert(stride > sizeof(GrGpuTextVertex));
88 ((GrGpuTextVertex*)(v + 0*stride))->setX(l, t);
89 ((GrGpuTextVertex*)(v + 1*stride))
[all...]
/external/valgrind/main/VEX/test/
H A Drounderr.c41 my_mean1 (const double data[], size_t stride, const size_t size) argument
50 mean += (data[i * stride] - mean) / (i + 1);
56 my_mean2 (const double data[], size_t stride, const size_t size) argument
63 sum += data[i * 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;
/external/webp/src/dec/
H A Dalpha.c36 // dimension 'height'x'stride', as that of the image.
44 int width, int height, int stride, uint8_t* output) {
54 assert(width > 0 && height > 0 && stride >= width);
96 // Construct raw_data (height x stride) from alpha data (height x width).
97 CopyPlane(unfiltered_data, width, output, stride, width, height);
100 // Construct raw_data (height x stride) from alpha data (height x width).
101 CopyPlane(decoded_data, width, output, stride, width, height);
119 const int stride = dec->pic_hdr_.width_; local
128 dec->pic_hdr_.width_, dec->pic_hdr_.height_, stride,
136 return dec->alpha_plane_ + row * stride;
43 DecodeAlpha(const uint8_t* data, size_t data_size, int width, int height, int stride, uint8_t* output) argument
[all...]
/external/skia/gm/
H A Dtexdata.cpp40 static const int stride = 2 * S; local
52 gTextureData[offset + y * stride + x] = gray;
59 gTextureData[offset + y * stride + x] = white;
63 offset = S * stride;
66 gTextureData[offset + y * stride + x] = black;
70 offset = S * stride + S;
73 gTextureData[offset + y * stride + x] = gray;
124 gTextureData[offset + y * stride + x] =
130 4 * stride);
/external/aac/libFDK/include/
H A Dqmf.h183 const int stride, /*!< Stride factor of audio data */
194 const int stride, /*!< Stride factor of audio data */
212 const int stride, /*!< stride factor of input */
231 const int stride,

Completed in 350 milliseconds

12345678