Searched refs:stride (Results 26 - 50 of 292) sorted by relevance

1234567891011>>

/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsm_media_info.h142 unsigned int alignment, stride = 0; local
151 stride = MSM_MEDIA_ALIGN(width, alignment);
157 return stride;
162 unsigned int alignment, stride = 0; local
171 stride = MSM_MEDIA_ALIGN(width, alignment);
177 return stride;
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsm_media_info.h142 unsigned int alignment, stride = 0; local
151 stride = MSM_MEDIA_ALIGN(width, alignment);
157 return stride;
162 unsigned int alignment, stride = 0; local
171 stride = MSM_MEDIA_ALIGN(width, alignment);
177 return stride;
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsm_media_info.h142 unsigned int alignment, stride = 0; local
151 stride = MSM_MEDIA_ALIGN(width, alignment);
157 return stride;
162 unsigned int alignment, stride = 0; local
171 stride = MSM_MEDIA_ALIGN(width, alignment);
177 return stride;
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsm_media_info.h142 unsigned int alignment, stride = 0; local
151 stride = MSM_MEDIA_ALIGN(width, alignment);
157 return stride;
162 unsigned int alignment, stride = 0; local
171 stride = MSM_MEDIA_ALIGN(width, alignment);
177 return stride;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dutil.h35 int64_t d = img1->planes[VPX_PLANE_Y][i * img1->stride[VPX_PLANE_Y] + j] -
36 img2->planes[VPX_PLANE_Y][i * img2->stride[VPX_PLANE_Y] + j];
H A Ddct32x32_test.cc40 void reference_32x32_dct_1d(const double in[32], double out[32], int stride) { argument
74 typedef void (*fwd_txfm_t)(const int16_t *in, int16_t *out, int stride);
75 typedef void (*inv_txfm_t)(const int16_t *in, uint8_t *out, int stride);
151 const int stride = 32; local
152 vp9_fdct32x32_c(input_block, output_ref_block, stride);
153 REGISTER_STATE_CHECK(fwd_txfm_(input_block, output_block, stride));
189 const int stride = 32; local
190 vp9_fdct32x32_c(input_extreme_block, output_ref_block, stride);
191 REGISTER_STATE_CHECK(fwd_txfm_(input_extreme_block, output_block, stride));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_iface_common.h41 img->stride[VPX_PLANE_Y] = yv12->y_stride;
42 img->stride[VPX_PLANE_U] = yv12->uv_stride;
43 img->stride[VPX_PLANE_V] = yv12->uv_stride;
44 img->stride[VPX_PLANE_ALPHA] = yv12->alpha_stride;
73 yv12->y_stride = img->stride[VPX_PLANE_Y];
74 yv12->uv_stride = img->stride[VPX_PLANE_U];
75 yv12->alpha_stride = yv12->alpha_buffer ? img->stride[VPX_PLANE_ALPHA] : 0;
77 yv12->border = (img->stride[VPX_PLANE_Y] - img->w) / 2;
/hardware/intel/img/hwcomposer/include/
H A DDataBuffer.h32 typedef struct stride { struct in namespace:android::intel
35 uint32_t stride; member in struct:android::intel::stride::__anon709::__anon710
64 void setStride(stride_t& stride) { mStride = stride; } argument
/hardware/ti/omap4-aah/camera/inc/
H A DDecoder_libjpeg.h42 bool decode(unsigned char *jpeg_src, int filled_len, unsigned char *nv12_buffer, int stride);
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
H A Domap_ion.h30 size_t stride; member in struct:omap_ion_tiler_alloc_data
/hardware/qcom/display/msm8974/libgralloc/
H A Dalloc_controller.cpp105 int stride = ALIGN(width, 32); local
114 return stride;
133 // 32 pixels, hence we pass stride instead of width.
134 stride = LINK_adreno_compute_padding(stride, bpp,
142 stride = ALIGN(width, 32);
145 stride = ALIGN(width, 128);
154 stride = ALIGN(width, 16);
158 stride = VENUS_Y_STRIDE(COLOR_FMT_NV12, width);
161 stride
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dtemporal_filter.c43 int stride,
53 yptr = y_mb_ptr + (mv_row >> 3) * stride + (mv_col >> 3);
57 x->subpixel_predict16x16(yptr, stride,
62 vp8_copy_mem16x16(yptr, stride, &pred[0], 16);
68 stride = (stride + 1) >> 1;
69 offset = (mv_row >> 3) * stride + (mv_col >> 3);
75 x->subpixel_predict8x8(uptr, stride,
77 x->subpixel_predict8x8(vptr, stride,
82 vp8_copy_mem8x8(uptr, stride,
37 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
86 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
272 int stride; local
[all...]
H A Dmcomp.h41 extern void vp8_init_dsmotion_compensation(MACROBLOCK *x, int stride);
42 extern void vp8_init3smotion_compensation(MACROBLOCK *x, int stride);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_idct.c21 void vp9_iwht4x4_16_add_c(const int16_t *input, uint8_t *dest, int stride) { argument
63 dest[stride * 0] = clip_pixel(dest[stride * 0] + a1);
64 dest[stride * 1] = clip_pixel(dest[stride * 1] + b1);
65 dest[stride * 2] = clip_pixel(dest[stride * 2] + c1);
66 dest[stride * 3] = clip_pixel(dest[stride * 3] + d1);
119 void vp9_idct4x4_16_add_c(const int16_t *input, uint8_t *dest, int stride) { argument
204 vp9_idct8x8_64_add_c(const int16_t *input, uint8_t *dest, int stride) argument
228 vp9_idct8x8_1_add_c(const int16_t *input, uint8_t *dest, int stride) argument
283 vp9_iht4x4_16_add_c(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
398 vp9_iht8x8_64_add_c(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
424 vp9_idct8x8_10_add_c(const int16_t *input, uint8_t *dest, int stride) argument
614 vp9_idct16x16_256_add_c(const int16_t *input, uint8_t *dest, int stride) argument
816 vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
842 vp9_idct16x16_10_add_c(const int16_t *input, uint8_t *dest, int stride) argument
867 vp9_idct16x16_1_add_c(const int16_t *input, uint8_t *dest, int stride) argument
1247 vp9_idct32x32_1024_add_c(const int16_t *input, uint8_t *dest, int stride) argument
1284 vp9_idct32x32_34_add_c(const int16_t *input, uint8_t *dest, int stride) argument
1309 vp9_idct32x32_1_add_c(const int16_t *input, uint8_t *dest, int stride) argument
1325 vp9_idct4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob) argument
1333 vp9_iwht4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob) argument
1340 vp9_idct8x8_add(const int16_t *input, uint8_t *dest, int stride, int eob) argument
1357 vp9_idct16x16_add(const int16_t *input, uint8_t *dest, int stride, int eob) argument
1370 vp9_idct32x32_add(const int16_t *input, uint8_t *dest, int stride, int eob) argument
1382 vp9_iht4x4_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, int stride, int eob) argument
1390 vp9_iht8x8_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, int stride, int eob) argument
1399 vp9_iht16x16_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, int stride, int eob) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c75 return vp9_sad16x16(x->plane[0].src.buf, x->plane[0].src.stride,
76 xd->plane[0].dst.buf, xd->plane[0].dst.stride,
89 err = vp9_sad16x16(x->plane[0].src.buf, x->plane[0].src.stride,
90 xd->plane[0].pre[0].buf, xd->plane[0].pre[0].stride,
128 err = vp9_sad16x16(x->plane[0].src.buf, x->plane[0].src.stride,
129 xd->plane[0].pre[0].buf, xd->plane[0].pre[0].stride,
150 x->plane[0].src.buf, x->plane[0].src.stride,
151 xd->plane[0].dst.buf, xd->plane[0].dst.stride,
153 err = vp9_sad16x16(x->plane[0].src.buf, x->plane[0].src.stride,
154 xd->plane[0].dst.buf, xd->plane[0].dst.stride, best_er
[all...]
H A Dvp9_temporal_filter.c36 int stride,
51 uv_stride = (stride + 1) >> 1;
54 uv_stride = stride;
58 vp9_build_inter_predictor(y_mb_ptr, stride,
84 unsigned int stride,
121 byte += stride - block_size;
130 int stride) {
150 x->plane[0].src.stride = stride;
152 xd->plane[0].pre[0].stride
32 temporal_filter_predictors_mb_c(MACROBLOCKD *xd, uint8_t *y_mb_ptr, uint8_t *u_mb_ptr, uint8_t *v_mb_ptr, int stride, int uv_block_size, int mv_row, int mv_col, uint8_t *pred, struct scale_factors *scale, int x, int y) argument
83 vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count) argument
127 temporal_filter_find_matching_mb_c(VP9_COMP *cpi, uint8_t *arf_frame_buf, uint8_t *frame_ptr_buf, int stride) argument
241 int stride; local
[all...]
/hardware/intel/img/hwcomposer/ips/anniedale/
H A DAnnRGBPlane.cpp153 uint32_t stride; local
174 // setup stride and source buffer crop
179 stride = mapper.getStride().rgb.stride;
182 linoff = srcY * stride + srcX * bpp + (mapper.getCrop().h - 1) * stride + (mapper.getCrop().w - 1) * bpp;
184 linoff = srcY * stride + srcX * bpp;
187 if (linoff > (stride * mapper.getHeight())) {
210 mContext.ctx.sp_ctx.stride = stride;
321 uint32_t stride; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dsystemdependent.c60 void recon_b_ppc(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
61 void recon2b_ppc(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
62 void recon4b_ppc(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
80 void vp8_recon_b_c(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
81 void vp8_recon2b_c(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
82 void vp8_recon4b_c(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
H A Dcsystemdependent.c47 void (*vp8_subtract_mby)(short *diff, unsigned char *src, unsigned char *pred, int stride);
48 void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
64 extern void subtract_mby_c(short *diff, unsigned char *src, unsigned char *pred, int stride);
65 extern void subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
96 extern void vp8_subtract_mby_ppc(short *diff, unsigned char *src, unsigned char *pred, int stride);
97 extern void vp8_subtract_mbuv_ppc(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
/hardware/qcom/display/msm8960/libgralloc/
H A Dalloc_controller.cpp105 int stride = ALIGN(width, 32); local
124 // 32 pixels, hence we pass stride instead of width.
125 stride = LINK_adreno_compute_padding(stride, bpp,
133 stride = ALIGN(width, 32);
136 stride = ALIGN(width, 128);
146 stride = ALIGN(width, 16);
149 stride = VENUS_Y_STRIDE(COLOR_FMT_NV12, width);
152 stride = width;
157 return stride;
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_intrapred_sse2.asm22 cglobal dc_predictor_4x4, 4, 5, 2, dst, stride, above, left, goffset
43 cglobal dc_predictor_8x8, 4, 5, 3, dst, stride, above, left, goffset
49 DEFINE_ARGS dst, stride, stride3
72 cglobal dc_predictor_16x16, 4, 5, 3, dst, stride, above, left, goffset
78 DEFINE_ARGS dst, stride, stride3, lines4
104 cglobal dc_predictor_32x32, 4, 5, 5, dst, stride, above, left, goffset
112 DEFINE_ARGS dst, stride, stride3, lines4
146 cglobal v_predictor_4x4, 3, 3, 1, dst, stride, above
156 cglobal v_predictor_8x8, 3, 3, 1, dst, stride, above
158 DEFINE_ARGS dst, stride, stride
[all...]
/hardware/intel/img/psb_video/src/
H A Dpsb_surface_attrib.h50 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */
51 unsigned int chroma_u_stride, /* chroma stride */
65 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */
66 unsigned int chroma_u_stride, /* chroma stride */
77 int width, int height, int stride, int size,
90 int width, int height, int stride, int size,
H A Dpnw_rotate.c83 int stride = 0; local
88 stride = 512;
90 stride = 1024;
92 stride = 1280;
95 stride = 2048;
99 stride = 2048;
101 stride = 4096;
103 stride = (width + 0x3f) & ~0x3f;
106 return stride;
544 share_info->scaling_luma_stride = psb_surface->stride;
[all...]
/hardware/ti/omap4-aah/ion/
H A Dion.h29 struct ion_handle **handle, size_t *stride);
/hardware/ti/omap4xxx/ion/
H A Dion.h29 struct ion_handle **handle, size_t *stride);

Completed in 3070 milliseconds

1234567891011>>