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

1 2 3

  /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);
loopfilter_arm.c 41 int y_stride, int uv_stride, loop_filter_info *lfi, int simpler_lpf)
44 vp8_mbloop_filter_horizontal_edge_armv6(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->mbthr, 2);
54 int y_stride, int uv_stride, loop_filter_info *lfi, int simpler_lpf)
60 vp8_loop_filter_simple_horizontal_edge_armv6(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->mbthr, 2);
65 int y_stride, int uv_stride, loop_filter_info *lfi, int simpler_lpf)
68 vp8_mbloop_filter_vertical_edge_armv6(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->mbthr, 2);
78 int y_stride, int uv_stride, loop_filter_info *lfi, int simpler_lpf)
84 vp8_loop_filter_simple_vertical_edge_armv6(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->mbthr, 2);
89 int y_stride, int uv_stride, loop_filter_info *lfi, int simpler_lpf)
92 vp8_loop_filter_horizontal_edge_armv6(y_ptr + 4 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2)
    [all...]
vpx_asm_offsets.c 37 DEFINE(yv12_buffer_config_y_stride, offsetof(YV12_BUFFER_CONFIG, y_stride));
50 DEFINE(mb_dst_y_stride, offsetof(MACROBLOCKD, dst.y_stride));
  /external/libvpx/vp8/common/ppc/
loopfilter_altivec.c 56 int y_stride, int uv_stride, loop_filter_info *lfi, int simpler_lpf)
59 mbloop_filter_horizontal_edge_y_ppc(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->mbthr);
66 int y_stride, int uv_stride, loop_filter_info *lfi, int simpler_lpf)
72 loop_filter_simple_horizontal_edge_ppc(y_ptr, y_stride, lfi->mbflim);
77 int y_stride, int uv_stride, loop_filter_info *lfi, int simpler_lpf)
80 mbloop_filter_vertical_edge_y_ppc(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->mbthr);
87 int y_stride, int uv_stride, loop_filter_info *lfi, int simpler_lpf)
93 loop_filter_simple_vertical_edge_ppc(y_ptr, y_stride, lfi->mbflim);
98 int y_stride, int uv_stride, loop_filter_info *lfi, int simpler_lpf)
102 loop_filter_horizontal_edge_y_ppc(y_ptr + 4 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr)
    [all...]
  /external/libvpx/vp8/common/x86/
loopfilter_x86.c 45 int y_stride, int uv_stride, loop_filter_info *lfi, int simpler_lpf)
48 vp8_mbloop_filter_horizontal_edge_mmx(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->mbthr, 2);
59 int y_stride, int uv_stride, loop_filter_info *lfi, int simpler_lpf)
65 vp8_loop_filter_simple_horizontal_edge_mmx(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->mbthr, 2);
71 int y_stride, int uv_stride, loop_filter_info *lfi, int simpler_lpf)
74 vp8_mbloop_filter_vertical_edge_mmx(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->mbthr, 2);
85 int y_stride, int uv_stride, loop_filter_info *lfi, int simpler_lpf)
91 vp8_loop_filter_simple_vertical_edge_mmx(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->mbthr, 2);
97 int y_stride, int uv_stride, loop_filter_info *lfi, int simpler_lpf)
100 vp8_loop_filter_horizontal_edge_mmx(y_ptr + 4 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2)
    [all...]
  /external/libvpx/vp8/common/
setupintrarecon.c 20 vpx_memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5);
22 ybf->y_buffer[ybf->y_stride *i - 1] = (unsigned char) 129;
loopfilter.c 28 int y_stride, int uv_stride, loop_filter_info *lfi, int simpler_lpf)
31 vp8_mbloop_filter_horizontal_edge_c(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->mbthr, 2);
41 int y_stride, int uv_stride, loop_filter_info *lfi, int simpler_lpf)
47 vp8_loop_filter_simple_horizontal_edge_c(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->mbthr, 2);
52 int y_stride, int uv_stride, loop_filter_info *lfi, int simpler_lpf)
55 vp8_mbloop_filter_vertical_edge_c(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->mbthr, 2);
65 int y_stride, int uv_stride, loop_filter_info *lfi, int simpler_lpf)
71 vp8_loop_filter_simple_vertical_edge_c(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->mbthr, 2);
76 int y_stride, int uv_stride, loop_filter_info *lfi, int simpler_lpf)
79 vp8_loop_filter_horizontal_edge_c(y_ptr + 4 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2)
    [all...]
vpxblit_c64.h 23 int y_stride; member in struct:__anon5105
postproc.c 315 POSTPROC_INVOKE(rtcd, downacross)(source->y_buffer, post->y_buffer, source->y_stride, post->y_stride, source->y_height, source->y_width, ppl);
316 POSTPROC_INVOKE(rtcd, across)(post->y_buffer, post->y_stride, post->y_height, post->y_width, vp8_q2mbl(q));
317 POSTPROC_INVOKE(rtcd, down)(post->y_buffer, post->y_stride, post->y_height, post->y_width, vp8_q2mbl(q));
336 POSTPROC_INVOKE(rtcd, downacross)(source->y_buffer, post->y_buffer, source->y_stride, post->y_stride, source->y_height, source->y_width, ppl);
355 source->y_buffer + 2 * source->y_stride + 2,
356 source->y_buffer + 2 * source->y_stride + 2,
357 source->y_stride,
358 source->y_stride,
864 int y_stride = oci->post_proc_buffer.y_stride; local
1015 int y_stride = oci->post_proc_buffer.y_stride; local
1082 int y_stride = oci->post_proc_buffer.y_stride; local
    [all...]
extend.c 83 extend_plane_borders(ybf->y_buffer, ybf->y_stride, height, width, 0, 0, eb, er);
104 YPtr += ybf->y_stride * 14;
115 YPtr += ybf->y_stride;
codec_common_interface.h 58 int y_stride; member in struct:__anon5055
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...]
mbpitch.c 67 vp8_setup_block(&x->block[block], x->dst.y_stride, y, x->dst.y_stride,
68 (block >> 2) * 4 * x->dst.y_stride + (block & 3) * 4, bs);
  /external/libvpx/vp8/common/arm/neon/
recon_neon.c 25 int ystride = x->dst.y_stride;
  /external/libvpx/vpx_scale/blackfin/
yv12config.c 74 ybf->y_stride = width + 2 * border;
85 ybf->buffer_alloc = (unsigned char *) duck_memalign(32, (yplane_size * 3 / 2) + ybf->y_stride , 0);
90 ybf->y_buffer = ybf->buffer_alloc + border * ybf->y_stride + border;
111 extend_memset(ybf->y_buffer, 0x0, ybf->y_stride *(ybf->y_height + 2 * ybf->border));
yv12extend.c 131 plane_stride = ybf->y_stride;
281 source += src_ybc->y_stride;
282 dest += dst_ybc->y_stride;
321 source += src_ybc->y_stride;
322 dest += dst_ybc->y_stride;
  /external/libvpx/vpx_scale/generic/
yv12config.c 59 ybf->y_stride = width + 2 * border;
72 ybf->buffer_alloc = (unsigned char *) duck_memalign(32, ybf->frame_size + (ybf->y_stride * 2) + 32, 0);
77 ybf->y_buffer = ybf->buffer_alloc + (border * ybf->y_stride) + border;
103 duck_memset(ybf->y_buffer, 0x0, ybf->y_stride * ybf->y_height);
vpxscale.c 621 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height,
622 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh,
627 duck_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i*dst->y_stride+dw-2], dst->y_width - dw + 1);
631 duck_memcpy(dst->y_buffer + i * dst->y_stride, dst->y_buffer + (dh - 2) * dst->y_stride, dst->y_width + 1);
915 src_yuv_config->y_stride, sw, sh,
    [all...]
yv12extend.c 39 plane_stride = ybf->y_stride;
164 plane_stride = ybf->y_stride;
235 source += src_ybc->y_stride;
236 dest += dst_ybc->y_stride;
275 source += src_ybc->y_stride;
276 dest += dst_ybc->y_stride;
  /external/libvpx/vpx_scale/
yv12config.h 44 int y_stride; member in struct:__anon5174
  /external/libvpx/vp8/encoder/arm/
picklpf_arm.c 35 ystride = src_ybc->y_stride;
  /external/libvpx/vpx_scale/leapster/
vpxscale_lf.c 463 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height,
464 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh,
469 duck_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i*dst->y_stride+dw-2], dst->y_width - dw + 1);
473 duck_memcpy(dst->y_buffer + i * dst->y_stride, dst->y_buffer + (dh - 2) * dst->y_stride, dst->y_width + 1);
717 src_yuv_config->y_stride, sw, sh,
719 dst_yuv_config->y_stride, dw, dh);
722 duck_memset(dst_yuv_config->y_buffer + YOffset + i * dst_yuv_config->y_stride + dw, 0, ew - dw);
725 duck_memset(dst_yuv_config->y_buffer + YOffset + i * dst_yuv_config->y_stride, 0, ew)
    [all...]
  /external/libvpx/vp8/encoder/
psnr.c 56 src += source->y_stride;
57 dst += dest->y_stride;
  /external/libvpx/vp8/decoder/x86/
onyxdxv.c 61 int y_stride; member in struct:__anon5114
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...]
  /external/libvpx/vpx_scale/arm/nds/
yv12extend.c 55 plane_stride = ybf->y_stride;
184 int yplane_size = (src_ybc->y_height + 2 * src_ybc->border) * (src_ybc->y_stride);
185 int mem_size = (yplane_size * 3 / 2) + (src_ybc->y_stride * 2);
202 ystride = src_ybc->y_stride;

Completed in 232 milliseconds

1 2 3