Searched refs:subpixel_predict8x8 (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | reconinter.c | 90 x->subpixel_predict8x8(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, in build_inter_predictors4b() 159 x->subpixel_predict8x8(uptr, pre_stride, mv_col & 7, mv_row & 7, upred_ptr, in vp8_build_inter16x16_predictors_mbuv() 161 x->subpixel_predict8x8(vptr, pre_stride, mv_col & 7, mv_row & 7, vpred_ptr, in vp8_build_inter16x16_predictors_mbuv() 349 x->subpixel_predict8x8(uptr, pre_stride, _16x16mv.as_mv.col & 7, in vp8_build_inter16x16_predictors_mb() 351 x->subpixel_predict8x8(vptr, pre_stride, _16x16mv.as_mv.col & 7, in vp8_build_inter16x16_predictors_mb()
|
D | blockd.h | 286 vp8_subpix_fn_t subpixel_predict8x8; member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | ethreading.c | 402 zd->subpixel_predict8x8 = xd->subpixel_predict8x8; in setup_mbby_copy() 447 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8; in vp8cx_init_mbrthread_data()
|
D | temporal_filter.c | 63 x->subpixel_predict8x8(uptr, stride, mv_col & 7, mv_row & 7, &pred[256], 8); in vp8_temporal_filter_predictors_mb_c() 64 x->subpixel_predict8x8(vptr, stride, mv_col & 7, mv_row & 7, &pred[320], 8); in vp8_temporal_filter_predictors_mb_c()
|
D | encodeframe.c | 694 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8; in vp8_encode_frame() 699 xd->subpixel_predict8x8 = vp8_bilinear_predict8x8; in vp8_encode_frame()
|
D | firstpass.c | 512 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8; in vp8_first_pass() 517 xd->subpixel_predict8x8 = vp8_bilinear_predict8x8; in vp8_first_pass()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | threading.c | 49 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8; in setup_decoding_thread_data()
|
D | decodeframe.c | 854 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8; in init_frame() 859 xd->subpixel_predict8x8 = vp8_bilinear_predict8x8; in init_frame()
|