Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dethreading.c376 zd->subpixel_predict8x4 = xd->subpixel_predict8x4; in setup_mbby_copy()
409 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4; in vp8cx_init_mbrthread_data()
Dencodeframe.c693 xd->subpixel_predict8x4 = SUBPIX_INVOKE( in vp8_encode_frame()
704 xd->subpixel_predict8x4 = SUBPIX_INVOKE( in vp8_encode_frame()
/external/libvpx/vp8/common/
Dblockd.h277 vp8_subpix_fn_t subpixel_predict8x4; member
Dreconinter.c201 …x->subpixel_predict8x4(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_… in build_inter_predictors2b()
643 …x->subpixel_predict8x4(ptr, d0->pre_stride, d0->bmi.mv.as_mv.col & 7, d0->bmi.mv.as_mv.row & 7, ds… in vp8_build_inter_predictors_mb_s()
675 x->subpixel_predict8x4(ptr, d0->pre_stride, in vp8_build_inter_predictors_mb_s()
/external/libvpx/vp8/decoder/
Ddecodframe.c547 xd->subpixel_predict8x4 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), sixtap8x4); in init_frame()
554 xd->subpixel_predict8x4 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), bilinear8x4); in init_frame()
Dthreading.c48 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4; in setup_decoding_thread_data()