Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dethreading.c396 zd->subpixel_predict8x4 = xd->subpixel_predict8x4; in setup_mbby_copy()
452 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4; in vp8cx_init_mbrthread_data()
Dencodeframe.c743 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4; in vp8_encode_frame()
750 xd->subpixel_predict8x4 = vp8_bilinear_predict8x4; in vp8_encode_frame()
Dfirstpass.c552 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4; in vp8_first_pass()
559 xd->subpixel_predict8x4 = vp8_bilinear_predict8x4; in vp8_first_pass()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dblockd.h283 vp8_subpix_fn_t subpixel_predict8x4; member
Dreconinter.c173 …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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dthreading.c50 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4; in setup_decoding_thread_data()
Ddecodeframe.c942 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4; in init_frame()
949 xd->subpixel_predict8x4 = vp8_bilinear_predict8x4; in init_frame()