Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dreconinter.c158 …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()
232 x->subpixel_predict8x8(uptr, pre_stride, mv_col & 7, mv_row & 7, upred_ptr, 8); in vp8_build_inter16x16_predictors_mbuv()
233 x->subpixel_predict8x8(vptr, pre_stride, mv_col & 7, mv_row & 7, vpred_ptr, 8); in vp8_build_inter16x16_predictors_mbuv()
425 …x->subpixel_predict8x8(uptr, pre_stride, _16x16mv.as_mv.col & 7, _16x16mv.as_mv.row & 7, dst_u, d… in vp8_build_inter16x16_predictors_mb()
426 …x->subpixel_predict8x8(vptr, pre_stride, _16x16mv.as_mv.col & 7, _16x16mv.as_mv.row & 7, dst_v, d… in vp8_build_inter16x16_predictors_mb()
Dblockd.h284 vp8_subpix_fn_t subpixel_predict8x8; member
/external/libvpx/libvpx/vp8/encoder/
Dethreading.c412 zd->subpixel_predict8x8 = xd->subpixel_predict8x8; in setup_mbby_copy()
468 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8; in vp8cx_init_mbrthread_data()
Dtemporal_filter.c75 x->subpixel_predict8x8(uptr, stride, in vp8_temporal_filter_predictors_mb_c()
77 x->subpixel_predict8x8(vptr, stride, in vp8_temporal_filter_predictors_mb_c()
Dencodeframe.c756 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8; in vp8_encode_frame()
763 xd->subpixel_predict8x8 = vp8_bilinear_predict8x8; in vp8_encode_frame()
Dfirstpass.c553 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8; in vp8_first_pass()
560 xd->subpixel_predict8x8 = vp8_bilinear_predict8x8; in vp8_first_pass()
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c51 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8; in setup_decoding_thread_data()
Ddecodeframe.c952 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8; in init_frame()
959 xd->subpixel_predict8x8 = vp8_bilinear_predict8x8; in init_frame()