Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dethreading.c412 zd->subpixel_predict8x4 = xd->subpixel_predict8x4; in setup_mbby_copy()
466 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4; in vp8cx_init_mbrthread_data()
Dencodeframe.c762 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4; in vp8_encode_frame()
769 xd->subpixel_predict8x4 = vp8_bilinear_predict8x4; in vp8_encode_frame()
Dfirstpass.c553 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4; in vp8_first_pass()
560 xd->subpixel_predict8x4 = vp8_bilinear_predict8x4; in vp8_first_pass()
/external/libvpx/libvpx/vp8/common/
Dblockd.h287 vp8_subpix_fn_t subpixel_predict8x4; member
Dreconinter.c130 …x->subpixel_predict8x4(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst, dst… in build_inter_predictors2b()
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c50 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4; in setup_decoding_thread_data()
Ddecodeframe.c953 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4; in init_frame()
960 xd->subpixel_predict8x4 = vp8_bilinear_predict8x4; in init_frame()