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

1 2

  /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->thr, 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->thr, 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->thr, 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->thr, 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...]
  /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->thr);
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->thr);
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->thr, 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->thr, 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->thr, 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->thr, 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->thr, 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->thr, 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->thr, 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->thr, 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...]
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...]
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;
asm_com_offsets.c 35 DEFINE(yv12_buffer_config_y_stride, offsetof(YV12_BUFFER_CONFIG, y_stride));
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 68 setup_block(&x->block[block], x->dst.y_stride, y, x->dst.y_stride,
69 (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/
yv12config.h 44 int y_stride; member in struct:__anon8534
  /external/libvpx/vpx_scale/generic/
yv12config.c 56 ybf->y_stride = width + 2 * border;
69 ybf->buffer_alloc = (unsigned char *) duck_memalign(32, ybf->frame_size + (ybf->y_stride * 2) + 32, 0);
74 ybf->y_buffer = ybf->buffer_alloc + (border * ybf->y_stride) + border;
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/vp8/encoder/arm/
picklpf_arm.c 35 ystride = src_ybc->y_stride;
  /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;
  /external/webp/include/webp/
decode_vp8.h 57 int y_stride; // row stride for luma member in struct:VP8Io
  /external/libvpx/vp8/encoder/
picklpf.c 52 ystride = src_ybc->y_stride;
85 srcoffset = source->y_stride * (dest->y_height >> 5) * 16;
86 dstoffset = dest->y_stride * (dest->y_height >> 5) * 16;
97 Total += VARIANCE_INVOKE(rtcd, mse16x16)(src + j, source->y_stride, dst + j, dest->y_stride, &sse);
100 src += 16 * source->y_stride;
101 dst += 16 * dest->y_stride;
temporal_filter.c 177 b->src_stride = arf_frame->y_stride;
181 d->pre_stride = frame_ptr->y_stride;
370 cpi->frames[frame]->y_stride,
378 f->y_stride,
410 stride = cpi->alt_ref_buffer.source_buffer.y_stride;
462 mb_y_offset += 16*(f->y_stride-mb_cols);
  /external/webp/src/dec/
buffer.c 33 const int size = buf->y_stride * height;
41 ok &= (buf->y_stride >= width);
98 buf->y_stride = stride;
  /external/webp/src/enc/
iterator.c 60 it->y_stride_ = enc->pic_->y_stride;
79 const uint8_t* ysrc = pic->y + (y * pic->y_stride + x) * 16;
96 ysrc += pic->y_stride;
136 uint8_t* ydst = pic->y + (y * pic->y_stride + x) * 16;
148 memcpy(ydst + i * pic->y_stride, ysrc + i * BPS, w);
picture.c 30 const int y_stride = width; local
61 y_size = (uint64_t)y_stride * height;
74 picture->y_stride = y_stride;
134 memcpy(dst->y + y * dst->y_stride,
135 src->y + y * src->y_stride, src->width);
185 memcpy(tmp.y + y * tmp.y_stride,
186 pic->y + (top + y) * pic->y_stride + left, width);
339 RescalePlane(pic->y, prev_width, prev_height, pic->y_stride,
340 tmp.y, width, height, tmp.y_stride, work)
    [all...]
  /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...]

Completed in 3536 milliseconds

1 2