HomeSort by relevance Sort by last modified time
    Searched defs:y_stride (Results 1 - 25 of 31) sorted by null

1 2

  /external/libvpx/libvpx/vp8/common/arm/
reconintra_arm.c 21 int y_stride,
30 int y_stride = x->dst.y_stride; local
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
41 int y_stride,
50 int y_stride = x->dst.y_stride; local
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
reconintra_arm.c 21 int y_stride,
30 int y_stride = x->dst.y_stride; local
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
41 int y_stride,
50 int y_stride = x->dst.y_stride; local
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 52 int y_stride = ((aligned_width + 2 * border) + 31) & ~31; local
53 int yplane_size = (aligned_height + 2 * border) * y_stride;
57 * uv_stride == y_stride/2, so enforce this here. */
58 int uv_stride = y_stride >> 1;
82 ybf->y_stride = y_stride;
97 ybf->y_buffer = ybf->buffer_alloc + (border * y_stride) + border;
146 const int y_stride = ((aligned_width + 2 * border) + 31) & ~31; local
148 (uint64_t)y_stride;
151 const int uv_stride = y_stride >> ss_x
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12config.c 54 int y_stride = ((aligned_width + 2 * border) + 31) & ~31; local
55 int yplane_size = (aligned_height + 2 * border) * y_stride;
59 * uv_stride == y_stride/2, so enforce this here. */
60 int uv_stride = y_stride >> 1;
84 ybf->y_stride = y_stride;
97 ybf->y_buffer = ybf->buffer_alloc + (border * y_stride) + border;
147 int y_stride = ((aligned_width + 2 * border) + 31) & ~31; local
148 int yplane_size = (aligned_height + 2 * border) * y_stride;
152 int uv_stride = y_stride >> ss_x
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_media_info.h 36 * Y_Stride : Width aligned to 128
40 * Total size = align((Y_Stride * Y_Scanlines
72 * Y_Stride : Width aligned to 128
76 * Total size = align((Y_Stride * Y_Scanlines
128 * Y_Stride : Width aligned to 128
133 * View_2 begin at: Y_Stride * Y_Scanlines + UV_Stride * UV_Scanlines
134 * Total size = align((2*(Y_Stride * Y_Scanlines)
236 unsigned int y_plane, uv_plane, y_stride, local
241 y_stride = VENUS_Y_STRIDE(color_fmt, width);
249 y_plane = y_stride * y_sclines
273 unsigned int y_plane, uv_plane, y_stride, local
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_media_info.h 36 * Y_Stride : Width aligned to 128
40 * Total size = align((Y_Stride * Y_Scanlines
72 * Y_Stride : Width aligned to 128
76 * Total size = align((Y_Stride * Y_Scanlines
128 * Y_Stride : Width aligned to 128
133 * View_2 begin at: Y_Stride * Y_Scanlines + UV_Stride * UV_Scanlines
134 * Total size = align((2*(Y_Stride * Y_Scanlines)
236 unsigned int y_plane, uv_plane, y_stride, local
241 y_stride = VENUS_Y_STRIDE(color_fmt, width);
249 y_plane = y_stride * y_sclines
273 unsigned int y_plane, uv_plane, y_stride, local
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_media_info.h 36 * Y_Stride : Width aligned to 128
40 * Total size = align((Y_Stride * Y_Scanlines
72 * Y_Stride : Width aligned to 128
76 * Total size = align((Y_Stride * Y_Scanlines
128 * Y_Stride : Width aligned to 128
133 * View_2 begin at: Y_Stride * Y_Scanlines + UV_Stride * UV_Scanlines
134 * Total size = align((2*(Y_Stride * Y_Scanlines)
237 unsigned int y_plane, uv_plane, y_stride, local
242 y_stride = VENUS_Y_STRIDE(color_fmt, width);
250 y_plane = y_stride * y_sclines
274 unsigned int y_plane, uv_plane, y_stride, local
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_media_info.h 36 * Y_Stride : Width aligned to 128
40 * Total size = align((Y_Stride * Y_Scanlines
72 * Y_Stride : Width aligned to 128
76 * Total size = align((Y_Stride * Y_Scanlines
128 * Y_Stride : Width aligned to 128
133 * View_2 begin at: Y_Stride * Y_Scanlines + UV_Stride * UV_Scanlines
134 * Total size = align((2*(Y_Stride * Y_Scanlines)
237 unsigned int y_plane, uv_plane, y_stride, local
242 y_stride = VENUS_Y_STRIDE(color_fmt, width);
250 y_plane = y_stride * y_sclines
274 unsigned int y_plane, uv_plane, y_stride, local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_jpeg.cc 25 int y_stride; member in struct:libyuv::I420Buffers
42 dest->y, dest->y_stride,
46 dest->y += rows * dest->y_stride;
60 dest->y, dest->y_stride,
64 dest->y += rows * dest->y_stride;
78 dest->y, dest->y_stride,
82 dest->y += rows * dest->y_stride;
96 dest->y, dest->y_stride,
100 dest->y += rows * dest->y_stride;
112 dest->y, dest->y_stride,
    [all...]
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 32 int y_stride; member in struct:yv12_buffer_config
  /external/webp/src/dec/
buffer.c 45 const int y_stride = abs(buf->y_stride); local
49 const uint64_t y_size = (uint64_t)y_stride * height;
56 ok &= (y_stride >= width);
116 buf->y_stride = stride;
150 buf->y += (H - 1) * buf->y_stride;
151 buf->y_stride = -buf->y_stride;
decode_vp8.h 59 int y_stride; // row stride for luma member in struct:VP8Io
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h 32 int y_stride; member in struct:yv12_buffer_config
  /external/webp/src/enc/
picture.c 56 picture->y_stride = picture->uv_stride = 0;
92 const int y_stride = width; local
112 y_size = (uint64_t)y_stride * height;
131 picture->y_stride = y_stride;
  /external/libvpx/libvpx/vp8/encoder/
denoising.c 525 filter_xd->dst.y_stride,
555 int mc_avg_y_stride = denoiser->yv12_mc_running_avg.y_stride;
558 int avg_y_stride = denoiser->yv12_running_avg[INTRA_FRAME].y_stride;
602 denoiser->yv12_running_avg[INTRA_FRAME].y_stride);
625 int y_stride = denoiser->yv12_running_avg[INTRA_FRAME].y_stride; local
649 NULL, NULL, y_stride, uv_stride, &lfi);
661 NULL, NULL, y_stride, uv_stride, &lfi);
669 y_stride, x->thismb, 16);
mcomp.c 193 #define PRE(r,c) (y + (((r)>>2) * y_stride + ((c)>>2) -(offset)))
197 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse)
233 int y_stride; local
235 int pre_stride = x->e_mbd.pre.y_stride;
249 y_stride = 32;
252 vfp->copymem(y_0 - buf_c1 - pre_stride*buf_r1, pre_stride, xd->y_buf, y_stride, 16+buf_r1+buf_r2);
253 y = xd->y_buf + y_stride*buf_r1 +buf_c1;
256 y_stride = pre_stride;
259 offset = (bestmv->as_mv.row) * y_stride + bestmv->as_mv.col;
266 besterr = vfp->vf(y, y_stride, z, b->src_stride, sse1)
377 int y_stride; local
688 int y_stride; local
    [all...]
  /external/libyuv/files/source/
convert.cc 1517 int y_stride; member in struct:libyuv::I420Buffers
    [all...]
  /external/libvpx/libvpx/vp8/common/
postproc.c 317 vp8_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height,
319 vp8_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height,
368 source->y_buffer + 16 * mbr * source->y_stride,
369 post->y_buffer + 16 * mbr * post->y_stride, source->y_stride,
370 post->y_stride, source->y_width, ylimits, 16);
412 source->y_buffer + 16 * mbr * source->y_stride,
413 source->y_buffer + 16 * mbr * source->y_stride,
414 source->y_stride, source->y_stride, source->y_width, limits, 16)
934 int y_stride = oci->post_proc_buffer.y_stride; local
1093 int y_stride = oci->post_proc_buffer.y_stride; local
1165 int y_stride = oci->post_proc_buffer.y_stride; local
    [all...]
  /external/webp/include/webp/
decode.h 185 int y_stride; // luma stride member in struct:WebPYUVABuffer
encode.h 296 int y_stride, uv_stride; // luma/chroma strides. member in struct:WebPPicture
  /external/webp/src/webp/
decode.h 185 int y_stride; // luma stride member in struct:WebPYUVABuffer
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
postproc.c 316 vp8_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height,
318 vp8_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height,
367 source->y_buffer + 16 * mbr * source->y_stride,
368 post->y_buffer + 16 * mbr * post->y_stride, source->y_stride,
369 post->y_stride, source->y_width, ylimits, 16);
410 source->y_buffer + 16 * mbr * source->y_stride,
411 source->y_buffer + 16 * mbr * source->y_stride,
412 source->y_stride, source->y_stride, source->y_width, limits, 16)
932 int y_stride = oci->post_proc_buffer.y_stride; local
1091 int y_stride = oci->post_proc_buffer.y_stride; local
1163 int y_stride = oci->post_proc_buffer.y_stride; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mcomp.c 192 #define PRE(r,c) (y + (((r)>>2) * y_stride + ((c)>>2) -(offset)))
196 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse)
232 int y_stride; local
234 int pre_stride = x->e_mbd.pre.y_stride;
248 y_stride = 32;
251 vfp->copymem(y_0 - buf_c1 - pre_stride*buf_r1, pre_stride, xd->y_buf, y_stride, 16+buf_r1+buf_r2);
252 y = xd->y_buf + y_stride*buf_r1 +buf_c1;
255 y_stride = pre_stride;
258 offset = (bestmv->as_mv.row) * y_stride + bestmv->as_mv.col;
265 besterr = vfp->vf(y, y_stride, z, b->src_stride, sse1)
376 int y_stride; local
687 int y_stride; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 178 thismse = vfp->svf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), z, \
181 thismse = vfp->svaf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), \
282 const int y_stride = xd->plane[0].pre[0].stride; local
283 const int offset = bestmv->row * y_stride + bestmv->col;
308 vp9_comp_avg_pred(comp_pred, second_pred, w, h, y + offset, y_stride);
311 besterr = vfp->vf(y + offset, y_stride, z, src_stride, sse1);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 984 LLVMValueRef x_stride, y_stride, z_stride; local
1163 LLVMValueRef x_stride, y_stride, z_stride; local
    [all...]

Completed in 493 milliseconds

1 2