Searched refs:subpixel_predict8x8 (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | reconinter.c | 115 …x->subpixel_predict8x8(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst, dst… in build_inter_predictors4b() 189 x->subpixel_predict8x8(uptr, pre_stride, mv_col & 7, mv_row & 7, upred_ptr, 8); in vp8_build_inter16x16_predictors_mbuv() 190 x->subpixel_predict8x8(vptr, pre_stride, mv_col & 7, mv_row & 7, vpred_ptr, 8); in vp8_build_inter16x16_predictors_mbuv() 382 …x->subpixel_predict8x8(uptr, pre_stride, _16x16mv.as_mv.col & 7, _16x16mv.as_mv.row & 7, dst_u, d… in vp8_build_inter16x16_predictors_mb() 383 …x->subpixel_predict8x8(vptr, pre_stride, _16x16mv.as_mv.col & 7, _16x16mv.as_mv.row & 7, dst_v, d… in vp8_build_inter16x16_predictors_mb()
|
D | blockd.h | 288 vp8_subpix_fn_t subpixel_predict8x8; member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | ethreading.c | 413 zd->subpixel_predict8x8 = xd->subpixel_predict8x8; in setup_mbby_copy() 467 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8; in vp8cx_init_mbrthread_data()
|
D | temporal_filter.c | 75 x->subpixel_predict8x8(uptr, stride, in vp8_temporal_filter_predictors_mb_c() 77 x->subpixel_predict8x8(vptr, stride, in vp8_temporal_filter_predictors_mb_c()
|
D | encodeframe.c | 765 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8; in vp8_encode_frame() 772 xd->subpixel_predict8x8 = vp8_bilinear_predict8x8; in vp8_encode_frame()
|
D | firstpass.c | 554 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8; in vp8_first_pass() 561 xd->subpixel_predict8x8 = vp8_bilinear_predict8x8; in vp8_first_pass()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | threading.c | 52 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8; in setup_decoding_thread_data()
|
D | decodeframe.c | 955 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8; in init_frame() 962 xd->subpixel_predict8x8 = vp8_bilinear_predict8x8; in init_frame()
|