Searched refs:pre_stride (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Dreconinter.h28 int pre_stride, vp8_subpix_fn_t sppf);
H A Dreconinter.c60 int pre_stride, vp8_subpix_fn_t sppf) {
64 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride +
68 sppf(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7,
77 ptr += pre_stride;
84 unsigned char *base_pre, int pre_stride) {
86 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride +
90 x->subpixel_predict8x8(ptr, pre_stride, d->bmi.mv.as_mv.col & 7,
93 vp8_copy_mem8x8(ptr, pre_stride, dst, dst_stride);
99 unsigned char *base_pre, int pre_stride) {
101 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride
59 vp8_build_inter_predictors_b(BLOCKD *d, int pitch, unsigned char *base_pre, int pre_stride, vp8_subpix_fn_t sppf) argument
82 build_inter_predictors4b(MACROBLOCKD *x, BLOCKD *d, unsigned char *dst, int dst_stride, unsigned char *base_pre, int pre_stride) argument
97 build_inter_predictors2b(MACROBLOCKD *x, BLOCKD *d, unsigned char *dst, int dst_stride, unsigned char *base_pre, int pre_stride) argument
112 build_inter_predictors_b(BLOCKD *d, unsigned char *dst, int dst_stride, unsigned char *base_pre, int pre_stride, vp8_subpix_fn_t sppf) argument
144 int pre_stride = x->pre.uv_stride; local
172 int pre_stride = x->pre.uv_stride; local
244 int pre_stride = x->pre.y_stride; local
308 int pre_stride = x->pre.y_stride; local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c253 int pre_stride = x->e_mbd.pre.y_stride; local
258 unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride +
276 vfp->copymem(y_0 - buf_c1 - pre_stride * buf_r1, pre_stride, xd->y_buf,
280 unsigned char *y = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride +
282 y_stride = pre_stride;
382 int pre_stride = x->e_mbd.pre.y_stride; local
387 unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride +
393 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, x
678 int pre_stride = x->e_mbd.pre.y_stride; local
851 int pre_stride = x->e_mbd.pre.y_stride; local
1031 int pre_stride = x->e_mbd.pre.y_stride; local
1143 int pre_stride = x->e_mbd.pre.y_stride; local
1290 int pre_stride = x->e_mbd.pre.y_stride; local
1376 int pre_stride = x->e_mbd.pre.y_stride; local
1494 int pre_stride = x->e_mbd.pre.y_stride; local
1643 int pre_stride = x->e_mbd.pre.y_stride; local
1721 int pre_stride = x->e_mbd.pre.y_stride; local
[all...]
H A Dtemporal_filter.c132 int pre_stride = x->e_mbd.pre.y_stride; local
180 x->e_mbd.pre.y_stride = pre_stride;
H A Drdopt.c380 int pre_stride = x->e_mbd.pre.uv_stride; local
397 offset = (mv_row >> 3) * pre_stride + (mv_col >> 3);
402 vpx_sub_pixel_variance8x8(uptr, pre_stride, mv_col & 7, mv_row & 7,
404 vpx_sub_pixel_variance8x8(vptr, pre_stride, mv_col & 7, mv_row & 7,
408 vpx_variance8x8(uptr, pre_stride, upred_ptr, uv_stride, &sse2);
409 vpx_variance8x8(vptr, pre_stride, vpred_ptr, uv_stride, &sse1);
899 int pre_stride = x->e_mbd.pre.y_stride; local
907 vp8_build_inter_predictors_b(bd, 16, base_pre, pre_stride,
H A Dpickinter.c221 int pre_stride = mb->e_mbd.pre.y_stride; local
223 int in_what_stride = pre_stride;
227 in_what += (this_mv.as_mv.row >> 3) * pre_stride + (this_mv.as_mv.col >> 3);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_pickmode.c1782 const int pre_stride = xd->plane[0].pre[0].stride; local
1787 (frame_mv[NEWMV][ref_frame].as_mv.row >> 3) * pre_stride +
1790 x->plane[0].src.buf, x->plane[0].src.stride, pre_buf, pre_stride);
1820 const int pre_stride = xd->plane[0].pre[0].stride; local
1823 (frame_mv[NEWMV][LAST_FRAME].as_mv.row >> 3) * pre_stride +
1826 x->plane[0].src.buf, x->plane[0].src.stride, pre_buf, pre_stride);

Completed in 185 milliseconds