Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dreconinter.c90 x->subpixel_predict8x8(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, in build_inter_predictors4b()
159 x->subpixel_predict8x8(uptr, pre_stride, mv_col & 7, mv_row & 7, upred_ptr, in vp8_build_inter16x16_predictors_mbuv()
161 x->subpixel_predict8x8(vptr, pre_stride, mv_col & 7, mv_row & 7, vpred_ptr, in vp8_build_inter16x16_predictors_mbuv()
342 x->subpixel_predict8x8(uptr, pre_stride, _16x16mv.as_mv.col & 7, in vp8_build_inter16x16_predictors_mb()
344 x->subpixel_predict8x8(vptr, pre_stride, _16x16mv.as_mv.col & 7, in vp8_build_inter16x16_predictors_mb()
Dblockd.h286 vp8_subpix_fn_t subpixel_predict8x8; member
/external/libvpx/libvpx/vp8/encoder/
Dethreading.c402 zd->subpixel_predict8x8 = xd->subpixel_predict8x8; in setup_mbby_copy()
447 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8; in vp8cx_init_mbrthread_data()
Dtemporal_filter.c63 x->subpixel_predict8x8(uptr, stride, mv_col & 7, mv_row & 7, &pred[256], 8); in vp8_temporal_filter_predictors_mb_c()
64 x->subpixel_predict8x8(vptr, stride, mv_col & 7, mv_row & 7, &pred[320], 8); in vp8_temporal_filter_predictors_mb_c()
Dencodeframe.c694 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8; in vp8_encode_frame()
699 xd->subpixel_predict8x8 = vp8_bilinear_predict8x8; in vp8_encode_frame()
Dfirstpass.c516 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8; in vp8_first_pass()
521 xd->subpixel_predict8x8 = vp8_bilinear_predict8x8; in vp8_first_pass()
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c49 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8; in setup_decoding_thread_data()
Ddecodeframe.c856 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8; in init_frame()
861 xd->subpixel_predict8x8 = vp8_bilinear_predict8x8; in init_frame()