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

  /external/libvpx/vp8/common/arm/
reconintra_arm.c 22 int y_stride,
31 int y_stride = x->dst.y_stride; local
36 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
45 int y_stride,
54 int y_stride = x->dst.y_stride; local
59 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
  /external/libvpx/vpx_scale/
yv12config.h 44 int y_stride; member in struct:__anon9823
  /external/libvpx/vp8/common/
reconintra.c 34 unsigned char *yabove_row = x->dst.y_buffer - x->dst.y_stride;
42 yleft_col[i] = x->dst.y_buffer [i* x->dst.y_stride -1];
152 unsigned char *yabove_row = x->dst.y_buffer - x->dst.y_stride;
158 int y_stride = x->dst.y_stride; local
163 yleft_col[i] = x->dst.y_buffer [i* x->dst.y_stride -1];
211 ypred_ptr += y_stride; /*16;*/
225 ypred_ptr += y_stride; /*16;*/
236 ypred_ptr += y_stride; /*16;*/
259 ypred_ptr += y_stride; /*16;*
    [all...]
postproc.c 316 POSTPROC_INVOKE(rtcd, downacross)(source->y_buffer, post->y_buffer, source->y_stride, post->y_stride, source->y_height, source->y_width, ppl);
317 POSTPROC_INVOKE(rtcd, across)(post->y_buffer, post->y_stride, post->y_height, post->y_width, q2mbl(q));
318 POSTPROC_INVOKE(rtcd, down)(post->y_buffer, post->y_stride, post->y_height, post->y_width, q2mbl(q));
337 POSTPROC_INVOKE(rtcd, downacross)(source->y_buffer, post->y_buffer, source->y_stride, post->y_stride, source->y_height, source->y_width, ppl);
356 source->y_buffer + 2 * source->y_stride + 2,
357 source->y_buffer + 2 * source->y_stride + 2,
358 source->y_stride,
359 source->y_stride,
839 int y_stride = oci->post_proc_buffer.y_stride; local
998 int y_stride = oci->post_proc_buffer.y_stride; local
1070 int y_stride = oci->post_proc_buffer.y_stride; local
    [all...]
  /external/webp/src/dec/
decode_vp8.h 57 int y_stride; // row stride for luma member in struct:VP8Io
  /external/libvpx/vp8/decoder/
reconintra_mt.c 24 unsigned char *yabove_row; /* = x->dst.y_buffer - x->dst.y_stride; */
37 yabove_row = x->dst.y_buffer - x->dst.y_stride;
40 yleft_buf[i] = x->dst.y_buffer [i* x->dst.y_stride -1];
152 unsigned char *yabove_row; /* = x->dst.y_buffer - x->dst.y_stride; */
159 int y_stride = x->dst.y_stride; local
168 yabove_row = x->dst.y_buffer - x->dst.y_stride;
171 yleft_buf[i] = x->dst.y_buffer [i* x->dst.y_stride -1];
222 ypred_ptr += y_stride; /*16;*/
236 ypred_ptr += y_stride; /*16;*
    [all...]
  /external/webp/include/webp/
decode.h 163 int y_stride; // luma stride member in struct:__anon16545
encode.h 264 int y_stride, uv_stride; // luma/chroma strides. member in struct:WebPPicture
  /external/webp/src/enc/
picture.c 47 const int y_stride = width; local
78 y_size = (uint64_t)y_stride * height;
96 picture->y_stride = y_stride;
151 picture->y_stride = picture->uv_stride = 0;
238 CopyPlane(src->y, src->y_stride,
239 dst->y, dst->y_stride, dst->width, dst->height);
290 dst->y = src->y + top * src->y_stride + left;
326 const int y_offset = top * pic->y_stride + left;
328 CopyPlane(pic->y + y_offset, pic->y_stride,
    [all...]

Completed in 110 milliseconds