HomeSort by relevance Sort by last modified time
    Searched defs:y_stride (Results 1 - 7 of 7) 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/vp8/common/
vpxblit_c64.h 23 int y_stride; member in struct:__anon5269
vpxblit.h 56 int y_stride; member in struct:__anon5268
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...]
codec_common_interface.h 58 int y_stride; member in struct:__anon5218
  /external/libvpx/vpx_scale/
yv12config.h 44 int y_stride; member in struct:__anon5335
  /external/libvpx/vp8/decoder/x86/
onyxdxv.c 61 int y_stride; member in struct:__anon5278
177 dest->y_stride = source->y_stride;
294 common->post_proc_buffer.y_stride);
347 common->post_proc_buffer.y_stride, 63 - q, noise);
376 vp8_blit_text(message, common->post_proc_buffer.y_buffer, common->post_proc_buffer.y_stride);
389 y_ptr = post->y_buffer + 4 * post->y_stride + 4;
403 vp8_blit_text(zz, y_ptr, post->y_stride);
409 y_ptr += post->y_stride * 16 - post->y_width;
423 y_ptr = post->y_buffer + 4 * post->y_stride + 4
    [all...]

Completed in 50 milliseconds