HomeSort by relevance Sort by last modified time
    Searched refs:pre_stride (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/vp8/common/
reconinter.h 28 int pre_stride, vp8_subpix_fn_t sppf);
reconinter.c 60 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
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/
mcomp.c 253 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, xd->y_buf, y_stride, 18)
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...]
temporal_filter.c 133 int pre_stride = x->e_mbd.pre.y_stride; local
181 x->e_mbd.pre.y_stride = pre_stride;
rdopt.c 382 int pre_stride = x->e_mbd.pre.uv_stride; local
399 offset = (mv_row >> 3) * pre_stride + (mv_col >> 3);
404 vpx_sub_pixel_variance8x8(uptr, pre_stride, mv_col & 7, mv_row & 7,
406 vpx_sub_pixel_variance8x8(vptr, pre_stride, mv_col & 7, mv_row & 7,
410 vpx_variance8x8(uptr, pre_stride, upred_ptr, uv_stride, &sse2);
411 vpx_variance8x8(vptr, pre_stride, vpred_ptr, uv_stride, &sse1);
900 int pre_stride = x->e_mbd.pre.y_stride; local
908 vp8_build_inter_predictors_b(bd, 16, base_pre, pre_stride,
    [all...]
pickinter.c 149 int pre_stride = mb->e_mbd.pre.y_stride; local
151 int in_what_stride = pre_stride;
155 in_what += (this_mv.as_mv.row >> 3) * pre_stride + (this_mv.as_mv.col >> 3);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 1872 const int pre_stride = xd->plane[0].pre[0].stride; local
1946 const int pre_stride = xd->plane[0].pre[0].stride; local
    [all...]

Completed in 426 milliseconds