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

1234567891011>>

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Didct_blk_v6.c17 int stride, char *eobs)
24 vp8_dequant_idct_add_v6 (q, dq, dst, stride);
27 vp8_dc_only_idct_add_v6 (q[0]*dq[0], dst, stride, dst, stride);
32 vp8_dequant_idct_add_v6 (q+16, dq, dst+4, stride);
35 vp8_dc_only_idct_add_v6 (q[16]*dq[0], dst+4, stride, dst+4, stride);
40 vp8_dequant_idct_add_v6 (q+32, dq, dst+8, stride);
43 vp8_dc_only_idct_add_v6 (q[32]*dq[0], dst+8, stride, dst+8, stride);
15 vp8_dequant_idct_add_y_block_v6(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
61 vp8_dequant_idct_add_uv_block_v6(short *q, short *dq, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
H A Didct_blk_neon.c18 unsigned char *dst, int stride);
20 unsigned char *dst, int stride);
25 int stride, char *eobs)
34 idct_dequant_full_2x_neon (q, dq, dst, stride);
36 idct_dequant_0_2x_neon (q, dq[0], dst, stride);
42 idct_dequant_full_2x_neon (q+32, dq, dst+8, stride);
44 idct_dequant_0_2x_neon (q+32, dq[0], dst+8, stride);
47 dst += 4*stride;
55 int stride, char *eobs)
60 idct_dequant_full_2x_neon (q, dq, dstu, stride);
23 vp8_dequant_idct_add_y_block_neon(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
52 vp8_dequant_idct_add_uv_block_neon(short *q, short *dq, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Didct_blk_sse2.c23 unsigned char *dst, int stride, char *eobs)
32 vp8_idct_dequant_full_2x_sse2 (q, dq, dst, stride);
34 vp8_idct_dequant_0_2x_sse2 (q, dq, dst, stride);
39 vp8_idct_dequant_full_2x_sse2 (q+32, dq, dst+8, stride);
41 vp8_idct_dequant_0_2x_sse2 (q+32, dq, dst+8, stride);
44 dst += stride*4;
51 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs)
56 vp8_idct_dequant_full_2x_sse2 (q, dq, dstu, stride);
58 vp8_idct_dequant_0_2x_sse2 (q, dq, dstu, stride);
61 dstu += stride*
21 vp8_dequant_idct_add_y_block_sse2(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
49 vp8_dequant_idct_add_uv_block_sse2(short *q, short *dq, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
[all...]
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...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
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...]
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
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]
H A Ddequantize_dspr2.c18 unsigned char *dest, int stride)
27 vp8_short_idct4x4llm_dspr2(input, dest, stride, dest, stride);
17 vp8_dequant_idct_add_dspr2(short *input, short *dq, unsigned char *dest, int stride) argument
/hardware/intel/img/psb_video/src/
H A Dpsb_surface.c67 psb_surface->stride = 512;
70 psb_surface->stride = 1024;
73 psb_surface->stride = 1280;
77 psb_surface->stride = 2048;
82 psb_surface->stride = 2048;
85 psb_surface->stride = 4096;
88 psb_surface->stride = (width + 0x3f) & ~0x3f;
92 psb_surface->chroma_offset = psb_surface->stride * height;
93 psb_surface->size = (psb_surface->stride * height * 3) / 2;
98 psb_surface->stride
247 psb_surface_create_camera(psb_driver_data_p driver_data, int width, int height, int stride, int size, psb_surface_p psb_surface, int is_v4l2, unsigned int id_or_ofs ) argument
286 psb_surface_create_camera_from_ub(psb_driver_data_p driver_data, int width, int height, int stride, int size, psb_surface_p psb_surface, int is_v4l2, unsigned int id_or_ofs, const unsigned long *user_ptr) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
H A Dvp9_intrapred4_dspr2.c17 void vp9_h_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, argument
31 "add %[dst], %[dst], %[stride] \n\t"
33 "add %[dst], %[dst], %[stride] \n\t"
35 "add %[dst], %[dst], %[stride] \n\t"
40 : [left] "r" (left), [dst] "r" (dst), [stride] "r" (stride)
44 void vp9_dc_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, argument
69 "add %[dst], %[dst], %[stride] \n\t"
71 "add %[dst], %[dst], %[stride] \n\t"
73 "add %[dst], %[dst], %[stride] \
86 vp9_tm_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
[all...]
H A Dvp9_intrapred16_dspr2.c17 void vp9_h_predictor_16x16_dspr2(uint8_t *dst, ptrdiff_t stride, argument
62 "add %[dst], %[dst], %[stride] \n\t"
68 "add %[dst], %[dst], %[stride] \n\t"
74 "add %[dst], %[dst], %[stride] \n\t"
80 "add %[dst], %[dst], %[stride] \n\t"
86 "add %[dst], %[dst], %[stride] \n\t"
92 "add %[dst], %[dst], %[stride] \n\t"
98 "add %[dst], %[dst], %[stride] \n\t"
104 "add %[dst], %[dst], %[stride] \n\t"
110 "add %[dst], %[dst], %[stride] \
164 vp9_dc_predictor_16x16_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
[all...]
H A Dvp9_intrapred8_dspr2.c17 void vp9_h_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, argument
42 "add %[dst], %[dst], %[stride] \n\t"
45 "add %[dst], %[dst], %[stride] \n\t"
48 "add %[dst], %[dst], %[stride] \n\t"
51 "add %[dst], %[dst], %[stride] \n\t"
54 "add %[dst], %[dst], %[stride] \n\t"
57 "add %[dst], %[dst], %[stride] \n\t"
60 "add %[dst], %[dst], %[stride] \n\t"
69 [stride] "r" (stride)
73 vp9_dc_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
156 vp9_tm_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dvpx_image.c166 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = s;
167 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = s >> xcs;
211 img->img_data + x * img->bps / 8 + y * img->stride[VPX_PLANE_PACKED];
217 data + x + y * img->stride[VPX_PLANE_ALPHA];
218 data += img->h * img->stride[VPX_PLANE_ALPHA];
221 img->planes[VPX_PLANE_Y] = data + x + y * img->stride[VPX_PLANE_Y];
222 data += img->h * img->stride[VPX_PLANE_Y];
227 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_idct.h93 void vp9_iwht4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob);
95 void vp9_idct4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob);
96 void vp9_idct8x8_add(const int16_t *input, uint8_t *dest, int stride, int eob);
97 void vp9_idct16x16_add(const int16_t *input, uint8_t *dest, int stride, int
99 void vp9_idct32x32_add(const int16_t *input, uint8_t *dest, int stride,
103 int stride, int eob);
105 int stride, int eob);
107 int stride, int eob);
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
H A Dvp9_reconintra.c36 ptrdiff_t stride, \
39 type##_predictor(dst, stride, size, above, left); \
48 static INLINE void d207_predictor(uint8_t *dst, ptrdiff_t stride, int bs, argument
54 dst[r * stride] = ROUND_POWER_OF_TWO(left[r] + left[r + 1], 1);
55 dst[(bs - 1) * stride] = left[bs - 1];
60 dst[r * stride] = ROUND_POWER_OF_TWO(left[r] + left[r + 1] * 2 +
62 dst[(bs - 2) * stride] = ROUND_POWER_OF_TWO(left[bs - 2] +
64 dst[(bs - 1) * stride] = left[bs - 1];
69 dst[(bs - 1) * stride + c] = left[bs - 1];
73 dst[r * stride
77 d63_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
93 d45_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
108 d117_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
137 d135_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
158 d153_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
185 v_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
196 h_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
207 tm_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
220 dc_128_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
232 dc_left_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
248 dc_top_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
263 dc_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_1_add_neon.asm20 LD_16x8 $src, $stride
21 vld1.8 {q8}, [$src], $stride
22 vld1.8 {q9}, [$src], $stride
23 vld1.8 {q10}, [$src], $stride
24 vld1.8 {q11}, [$src], $stride
25 vld1.8 {q12}, [$src], $stride
26 vld1.8 {q13}, [$src], $stride
27 vld1.8 {q14}, [$src], $stride
28 vld1.8 {q15}, [$src], $stride
56 ST_16x8 $dst, $stride
[all...]
/hardware/ti/omap4-aah/ion/
H A Domap_ion.h30 size_t stride; member in struct:omap_ion_tiler_alloc_data
/hardware/ti/omap4xxx/ion/
H A Domap_ion.h30 size_t stride; member in struct:omap_ion_tiler_alloc_data
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DRotationBufferProvider.cpp121 int stride = 0; local
123 stride = 512;
125 stride = 1024;
127 stride = 1280;
129 stride = 2048;
131 stride = 2048;
133 stride = 4096;
135 stride = (width + 0x3f) & ~0x3f;
136 return stride;
142 int allignment = 16 * 2048; // tiling row stride aligne
158 int stride; local
383 int stride; local
518 prepareBufferInfo(int w, int h, int stride, VideoPayloadBuffer *payload, void *user_pt) argument
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_stream.c2334 int stride = 0, scanline = 0; local
2353 stride = PAD_TO_SIZE(dim->width, width_padding);
2357 buf_planes->plane_info.mp[0].len = (uint32_t)(stride * scanline);
2360 buf_planes->plane_info.mp[0].stride = stride;
2365 stride = PAD_TO_SIZE(dim->width, width_padding);
2369 (uint32_t)(stride * scanline);
2372 buf_planes->plane_info.mp[1].stride = stride;
2387 stride
2673 int stride = 0, scanline = 0; local
2965 int stride = 0, scanline = 0; local
3260 int32_t stride = PAD_TO_SIZE(dim->width, (int32_t)padding->width_padding); local
3600 int stride = 0, scanline = 0; local
3826 int32_t stride, scanline; local
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DRotationBufferProvider.cpp121 int stride = 0; local
123 stride = 512;
125 stride = 1024;
127 stride = 1280;
129 stride = 2048;
131 stride = 2048;
133 stride = 4096;
135 stride = (width + 0x3f) & ~0x3f;
136 return stride;
142 int allignment = 16 * 2048; // tiling row stride aligne
158 int stride; local
513 prepareBufferInfo(int w, int h, int stride, VideoPayloadBuffer *payload, void *user_pt) argument
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DPlaneCapabilities.cpp83 const stride_t& stride = hwcLayer->getBufferStride(); local
95 VLOGTRACE("stride %d", stride.rgb.stride);
96 if (stride.rgb.stride > SPRITE_PLANE_MAX_STRIDE_LINEAR) {
97 VLOGTRACE("too large stride %d", stride.rgb.stride);
122 // don't use overlay plane if stride i
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dfdct4x4_test.cc33 typedef void (*fdct_t)(const int16_t *in, int16_t *out, int stride);
34 typedef void (*idct_t)(const int16_t *in, uint8_t *out, int stride);
35 typedef void (*fht_t) (const int16_t *in, int16_t *out, int stride,
37 typedef void (*iht_t) (const int16_t *in, uint8_t *out, int stride,
43 void fdct4x4_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
44 vp9_fdct4x4_c(in, out, stride);
47 void fht4x4_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
48 vp9_fht4x4_c(in, out, stride, tx_type);
56 virtual void RunFwdTxfm(const int16_t *in, int16_t *out, int stride) = 0;
58 virtual void RunInvTxfm(const int16_t *out, uint8_t *dst, int stride)
204 RunFwdTxfm(const int16_t *in, int16_t *out, int stride) argument
207 RunInvTxfm(const int16_t *out, uint8_t *dst, int stride) argument
247 RunFwdTxfm(const int16_t *in, int16_t *out, int stride) argument
251 RunInvTxfm(const int16_t *out, uint8_t *dst, int stride) argument
[all...]
H A Dfdct8x8_test.cc32 typedef void (*fdct_t)(const int16_t *in, int16_t *out, int stride);
33 typedef void (*idct_t)(const int16_t *in, uint8_t *out, int stride);
34 typedef void (*fht_t) (const int16_t *in, int16_t *out, int stride,
36 typedef void (*iht_t) (const int16_t *in, uint8_t *out, int stride,
42 void fdct8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
43 vp9_fdct8x8_c(in, out, stride);
46 void fht8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
47 vp9_fht8x8_c(in, out, stride, tx_type);
55 virtual void RunFwdTxfm(int16_t *in, int16_t *out, int stride) = 0;
56 virtual void RunInvTxfm(int16_t *out, uint8_t *dst, int stride)
239 RunFwdTxfm(int16_t *in, int16_t *out, int stride) argument
242 RunInvTxfm(int16_t *out, uint8_t *dst, int stride) argument
279 RunFwdTxfm(int16_t *in, int16_t *out, int stride) argument
282 RunInvTxfm(int16_t *out, uint8_t *dst, int stride) argument
[all...]

Completed in 3592 milliseconds

1234567891011>>