Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dethreading.c401 zd->subpixel_predict8x4 = xd->subpixel_predict8x4; in setup_mbby_copy()
446 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4; in vp8cx_init_mbrthread_data()
Dencodeframe.c693 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4; in vp8_encode_frame()
698 xd->subpixel_predict8x4 = vp8_bilinear_predict8x4; in vp8_encode_frame()
Dfirstpass.c515 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4; in vp8_first_pass()
520 xd->subpixel_predict8x4 = vp8_bilinear_predict8x4; in vp8_first_pass()
/external/libvpx/libvpx/vp8/common/
Dblockd.h285 vp8_subpix_fn_t subpixel_predict8x4; member
Dreconinter.c105 x->subpixel_predict8x4(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, in build_inter_predictors2b()
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c48 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4; in setup_decoding_thread_data()
Ddecodeframe.c855 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4; in init_frame()
860 xd->subpixel_predict8x4 = vp8_bilinear_predict8x4; in init_frame()