Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Dreconinter.c182 …x->subpixel_predict8x8(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_… in build_inter_predictors4b()
232 x->subpixel_predict8x8(uptr, pre_stride, mv_col & 7, mv_row & 7, upred_ptr, 8); in vp8_build_inter_predictors_mbuv()
233 x->subpixel_predict8x8(vptr, pre_stride, mv_col & 7, mv_row & 7, vpred_ptr, 8); in vp8_build_inter_predictors_mbuv()
357 x->subpixel_predict8x8(uptr, pre_stride, mv_col & 7, mv_row & 7, upred_ptr, 8); in vp8_build_inter_predictors_mb()
358 x->subpixel_predict8x8(vptr, pre_stride, mv_col & 7, mv_row & 7, vpred_ptr, 8); in vp8_build_inter_predictors_mb()
582 … x->subpixel_predict8x8(uptr, pre_stride, mv_col & 7, mv_row & 7, udst_ptr, x->dst.uv_stride); in vp8_build_inter_predictors_mb_s()
583 … x->subpixel_predict8x8(vptr, pre_stride, mv_col & 7, mv_row & 7, vdst_ptr, x->dst.uv_stride); in vp8_build_inter_predictors_mb_s()
615 …x->subpixel_predict8x8(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst_p… in vp8_build_inter_predictors_mb_s()
Dblockd.h278 vp8_subpix_fn_t subpixel_predict8x8; member
/external/libvpx/vp8/encoder/
Dethreading.c377 zd->subpixel_predict8x8 = xd->subpixel_predict8x8; in setup_mbby_copy()
410 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8; in vp8cx_init_mbrthread_data()
Dtemporal_filter.c79 x->subpixel_predict8x8(uptr, stride, in vp8_temporal_filter_predictors_mb_c()
81 x->subpixel_predict8x8(vptr, stride, in vp8_temporal_filter_predictors_mb_c()
Dencodeframe.c695 xd->subpixel_predict8x8 = SUBPIX_INVOKE( in vp8_encode_frame()
706 xd->subpixel_predict8x8 = SUBPIX_INVOKE( in vp8_encode_frame()
/external/libvpx/vp8/decoder/
Ddecodframe.c548 xd->subpixel_predict8x8 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), sixtap8x8); in init_frame()
555 xd->subpixel_predict8x8 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), bilinear8x8); in init_frame()
Dthreading.c49 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8; in setup_decoding_thread_data()