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

1 2 3

  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_x86.c 51 int y_stride, int uv_stride, loop_filter_info *lfi)
53 vp8_mbloop_filter_horizontal_edge_mmx(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2);
65 int y_stride, int uv_stride, loop_filter_info *lfi)
67 vp8_mbloop_filter_vertical_edge_mmx(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2);
79 int y_stride, int uv_stride, loop_filter_info *lfi)
81 vp8_loop_filter_horizontal_edge_mmx(y_ptr + 4 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
82 vp8_loop_filter_horizontal_edge_mmx(y_ptr + 8 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
83 vp8_loop_filter_horizontal_edge_mmx(y_ptr + 12 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2)
    [all...]
recon_wrapper_sse2.c 168 int y_stride)
171 y_stride, yleft, left_stride,
180 int y_stride)
183 y_stride, yleft, left_stride,
  /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);
loopfilter_arm.c 50 int y_stride, int uv_stride, loop_filter_info *lfi)
52 vp8_mbloop_filter_horizontal_edge_armv6(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2);
63 int y_stride, int uv_stride, loop_filter_info *lfi)
65 vp8_mbloop_filter_vertical_edge_armv6(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2);
76 int y_stride, int uv_stride, loop_filter_info *lfi)
78 vp8_loop_filter_horizontal_edge_armv6(y_ptr + 4 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
79 vp8_loop_filter_horizontal_edge_armv6(y_ptr + 8 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
80 vp8_loop_filter_horizontal_edge_armv6(y_ptr + 12 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2)
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_altivec.c 56 int y_stride, int uv_stride, loop_filter_info *lfi)
58 mbloop_filter_horizontal_edge_y_ppc(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr);
65 int y_stride, int uv_stride, loop_filter_info *lfi)
70 loop_filter_simple_horizontal_edge_ppc(y_ptr, y_stride, lfi->mbflim);
75 int y_stride, int uv_stride, loop_filter_info *lfi)
77 mbloop_filter_vertical_edge_y_ppc(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr);
84 int y_stride, int uv_stride, loop_filter_info *lfi)
89 loop_filter_simple_vertical_edge_ppc(y_ptr, y_stride, lfi->mbflim);
94 int y_stride, int uv_stride, loop_filter_info *lfi)
97 loop_filter_horizontal_edge_y_ppc(y_ptr + 4 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr)
    [all...]
  /external/libvpx/libvpx/vp8/common/
setupintrarecon.h 20 int y_stride,
26 y_buffer[y_stride *i] = (unsigned char) 129;
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;
36 vpx_memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5);
reconintra4x4.h 19 int dst_stride = xd->dst.y_stride;
loopfilter_filters.c 358 unsigned char *v_ptr, int y_stride, int uv_stride,
361 vp8_mbloop_filter_horizontal_edge_c(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2);
372 unsigned char *v_ptr, int y_stride, int uv_stride,
375 vp8_mbloop_filter_vertical_edge_c(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2);
386 unsigned char *v_ptr, int y_stride, int uv_stride,
389 vp8_loop_filter_horizontal_edge_c(y_ptr + 4 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
390 vp8_loop_filter_horizontal_edge_c(y_ptr + 8 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
391 vp8_loop_filter_horizontal_edge_c(y_ptr + 12 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2)
    [all...]
mfqe.c 127 int y_stride,
154 act = (vp8_variance16x16(y, y_stride, VP8_ZEROS, 0, &sse)+128)>>8;
156 sad = (vp8_variance16x16(y, y_stride, yd, yd_stride, &sse));
163 sad = (vp8_sad16x16(y, y_stride, yd, yd_stride, UINT_MAX) + 128) >> 8;
171 act = (vp8_variance8x8(y, y_stride, VP8_ZEROS, 0, &sse)+32)>>6;
173 sad = (vp8_variance8x8(y, y_stride, yd, yd_stride, &sse));
180 sad = (vp8_sad8x8(y, y_stride, yd, yd_stride, UINT_MAX) + 32) >> 6;
216 apply_ifactor(y, y_stride, yd, yd_stride,
226 vp8_copy_mem16x16(y, y_stride, yd, yd_stride);
232 vp8_copy_mem8x8(y, y_stride, yd, yd_stride)
    [all...]
postproc.c 320 vp8_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height,
322 vp8_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height,
371 source->y_buffer + 16 * mbr * source->y_stride,
372 post->y_buffer + 16 * mbr * post->y_stride, source->y_stride,
373 post->y_stride, source->y_width, ylimits, 16);
414 source->y_buffer + 16 * mbr * source->y_stride,
415 source->y_buffer + 16 * mbr * source->y_stride,
416 source->y_stride, source->y_stride, source->y_width, limits, 16)
937 int y_stride = oci->post_proc_buffer.y_stride; local
1096 int y_stride = oci->post_proc_buffer.y_stride; local
1168 int y_stride = oci->post_proc_buffer.y_stride; local
    [all...]
extend.c 83 copy_and_extend_plane(src->y_buffer, src->y_stride,
84 dst->y_buffer, dst->y_stride,
114 int src_y_offset = srcy * src->y_stride + srcx;
115 int dst_y_offset = srcy * dst->y_stride + srcx;
130 src->y_stride,
132 dst->y_stride,
167 YPtr += ybf->y_stride * 14;
178 YPtr += ybf->y_stride;
loopfilter.c 326 int post_y_stride = post->y_stride;
508 (y_ptr, 0, 0, post->y_stride, 0, &lfi);
512 (y_ptr, 0, 0, post->y_stride, 0, &lfi);
517 (y_ptr, 0, 0, post->y_stride, 0, &lfi);
521 (y_ptr, 0, 0, post->y_stride, 0, &lfi);
527 (y_ptr, post->y_stride, lfi_n->mblim[filter_level]);
531 (y_ptr, post->y_stride, lfi_n->blim[filter_level]);
536 (y_ptr, post->y_stride, lfi_n->mblim[filter_level]);
540 (y_ptr, post->y_stride, lfi_n->blim[filter_level]);
549 y_ptr += post->y_stride * 16 - post->y_width
    [all...]
reconintra.c 22 int y_stride)
78 ypred_ptr += y_stride;
92 ypred_ptr += y_stride;
103 ypred_ptr += y_stride;
126 ypred_ptr += y_stride;
invtrans.h 60 xd->dst.y_stride, xd->eobs);
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 46 int y_stride = ((width + 2 * border) + 31) & ~31; local
47 int yplane_size = (height + 2 * border) * y_stride;
51 * uv_stride == y_stride/2, so enforce this here. */
52 int uv_stride = y_stride >> 1;
68 ybf->y_stride = y_stride;
82 ybf->y_buffer = ybf->buffer_alloc + (border * y_stride) + border;
vpxscale.c 556 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height,
557 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh,
562 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);
566 duck_memcpy(dst->y_buffer + i * dst->y_stride, dst->y_buffer + (dh - 2) * dst->y_stride, dst->y_width + 1);
843 src_yuv_config->y_stride, sw, sh,
845 dst_yuv_config->y_stride, dw, dh);
848 duck_memset(dst_yuv_config->y_buffer + YOffset + i * dst_yuv_config->y_stride + dw, 0, ew - dw);
851 duck_memset(dst_yuv_config->y_buffer + YOffset + i * dst_yuv_config->y_stride, 0, ew)
    [all...]
yv12extend.c 38 plane_stride = ybf->y_stride;
156 plane_stride = ybf->y_stride;
224 source += src_ybc->y_stride;
225 dest += dst_ybc->y_stride;
260 source += src_ybc->y_stride;
261 dest += dst_ybc->y_stride;
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 44 int y_stride; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 56 int dst_stride = x->e_mbd.dst.y_stride;
86 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
99 xd->dst.y_buffer - xd->dst.y_stride,
101 xd->dst.y_stride,
103 xd->dst.y_stride);
106 b->src_stride, xd->dst.y_buffer, xd->dst.y_stride);
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)
228 int y_stride; local
230 int pre_stride = x->e_mbd.pre.y_stride;
245 y_stride = 32;
248 vfp->copymem(y0 - buf_c1 - pre_stride*buf_r1, pre_stride, xd->y_buf, y_stride, 16+buf_r1+buf_r2);
249 y = xd->y_buf + y_stride*buf_r1 +buf_c1;
252 y_stride = pre_stride;
255 offset = (bestmv->as_mv.row) * y_stride + bestmv->as_mv.col;
262 besterr = vfp->vf(y, y_stride, z, b->src_stride, sse1)
373 int y_stride; local
684 int y_stride; local
    [all...]
picklpf.c 35 ystride = src_ybc->y_stride;
71 srcoffset = source->y_stride * ((dest->y_height >> 5) * 16);
72 dstoffset = dest->y_stride * ((dest->y_height >> 5) * 16);
85 Total += vp8_mse16x16(src + j, source->y_stride,
86 dst + j, dest->y_stride,
90 src += 16 * source->y_stride;
91 dst += 16 * dest->y_stride;
temporal_filter.c 164 int pre_stride = x->e_mbd.pre.y_stride;
172 b->src_stride = arf_frame->y_stride;
176 x->e_mbd.pre.y_stride = frame_ptr->y_stride;
217 x->e_mbd.pre.y_stride = pre_stride;
326 cpi->frames[frame]->y_stride,
334 f->y_stride,
366 stride = cpi->alt_ref_buffer.y_stride;
418 mb_y_offset += 16*(f->y_stride-mb_cols);
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 29 ystride = src_ybc->y_stride;
  /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;
293 dst->y_stride = src->y_stride;
    [all...]

Completed in 675 milliseconds

1 2 3