Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dreconinter.c83 void vp8_build_inter_predictors_b(BLOCKD *d, int pitch, unsigned char *base_pre, int pre_stride, vp… in vp8_build_inter_predictors_b() argument
88 … ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3); in vp8_build_inter_predictors_b()
92 sppf(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch); in vp8_build_inter_predictors_b()
103 ptr += pre_stride; in vp8_build_inter_predictors_b()
108 …OBLOCKD *x, BLOCKD *d, unsigned char *dst, int dst_stride, unsigned char *base_pre, int pre_stride) in build_inter_predictors4b() argument
111 … ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3); in build_inter_predictors4b()
115 …x->subpixel_predict8x8(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst, dst… in build_inter_predictors4b()
119 vp8_copy_mem8x8(ptr, pre_stride, dst, dst_stride); in build_inter_predictors4b()
123 …OBLOCKD *x, BLOCKD *d, unsigned char *dst, int dst_stride, unsigned char *base_pre, int pre_stride) in build_inter_predictors2b() argument
126 … ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3); in build_inter_predictors2b()
[all …]
Dreconinter.h33 int pre_stride,
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c238 int pre_stride = x->e_mbd.pre.y_stride; in vp8_find_best_sub_pixel_step_iteratively() local
244 … unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; in vp8_find_best_sub_pixel_step_iteratively()
255 … vfp->copymem(y_0 - buf_c1 - pre_stride*buf_r1, pre_stride, xd->y_buf, y_stride, 16+buf_r1+buf_r2); in vp8_find_best_sub_pixel_step_iteratively()
258 unsigned char *y = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; in vp8_find_best_sub_pixel_step_iteratively()
259 y_stride = pre_stride; in vp8_find_best_sub_pixel_step_iteratively()
381 int pre_stride = x->e_mbd.pre.y_stride; in vp8_find_best_sub_pixel_step() local
386 … unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; in vp8_find_best_sub_pixel_step()
391 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, xd->y_buf, y_stride, 18); in vp8_find_best_sub_pixel_step()
394 unsigned char *y = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; in vp8_find_best_sub_pixel_step()
395 y_stride = pre_stride; in vp8_find_best_sub_pixel_step()
[all …]
Dtemporal_filter.c164 int pre_stride = x->e_mbd.pre.y_stride; in vp8_temporal_filter_find_matching_mb_c() local
219 x->e_mbd.pre.y_stride = pre_stride; in vp8_temporal_filter_find_matching_mb_c()
Drdopt.c483 int pre_stride = x->e_mbd.pre.uv_stride; in VP8_UVSSE() local
498 offset = (mv_row >> 3) * pre_stride + (mv_col >> 3); in VP8_UVSSE()
504 vpx_sub_pixel_variance8x8(uptr, pre_stride, in VP8_UVSSE()
506 vpx_sub_pixel_variance8x8(vptr, pre_stride, in VP8_UVSSE()
512 vpx_variance8x8(uptr, pre_stride, in VP8_UVSSE()
514 vpx_variance8x8(vptr, pre_stride, in VP8_UVSSE()
1056 int pre_stride = x->e_mbd.pre.y_stride; in vp8_encode_inter_mb_segment() local
1067 vp8_build_inter_predictors_b(bd, 16, base_pre, pre_stride, x->e_mbd.subpixel_predict); in vp8_encode_inter_mb_segment()
Dpickinter.c202 int pre_stride = mb->e_mbd.pre.y_stride; in vp8_get_inter_mbpred_error() local
204 int in_what_stride = pre_stride; in vp8_get_inter_mbpred_error()
208 in_what += (this_mv.as_mv.row >> 3) * pre_stride + (this_mv.as_mv.col >> 3); in vp8_get_inter_mbpred_error()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1304 const int pre_stride = xd->plane[0].pre[0].stride; in vp9_pick_inter_mode() local
1306 (frame_mv[NEWMV][LAST_FRAME].as_mv.row >> 3) * pre_stride + in vp9_pick_inter_mode()
1310 pre_buf, pre_stride); in vp9_pick_inter_mode()
1317 const int pre_stride = xd->plane[0].pre[0].stride; in vp9_pick_inter_mode() local
1319 (frame_mv[NEWMV][GOLDEN_FRAME].as_mv.row >> 3) * pre_stride + in vp9_pick_inter_mode()
1323 pre_buf, pre_stride); in vp9_pick_inter_mode()