Searched refs:subpixel_predict8x8 (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | reconinter.c | 158 …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() 232 x->subpixel_predict8x8(uptr, pre_stride, mv_col & 7, mv_row & 7, upred_ptr, 8); in vp8_build_inter16x16_predictors_mbuv() 233 x->subpixel_predict8x8(vptr, pre_stride, mv_col & 7, mv_row & 7, vpred_ptr, 8); in vp8_build_inter16x16_predictors_mbuv() 425 …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() 426 …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 | 284 vp8_subpix_fn_t subpixel_predict8x8; member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | ethreading.c | 412 zd->subpixel_predict8x8 = xd->subpixel_predict8x8; in setup_mbby_copy() 468 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 | 756 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8; in vp8_encode_frame() 763 xd->subpixel_predict8x8 = vp8_bilinear_predict8x8; in vp8_encode_frame()
|
D | firstpass.c | 553 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8; in vp8_first_pass() 560 xd->subpixel_predict8x8 = vp8_bilinear_predict8x8; in vp8_first_pass()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | threading.c | 51 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8; in setup_decoding_thread_data()
|
D | decodeframe.c | 952 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8; in init_frame() 959 xd->subpixel_predict8x8 = vp8_bilinear_predict8x8; in init_frame()
|