Searched refs:subpixel_predict16x16 (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | ethreading.c | 403 zd->subpixel_predict16x16 = xd->subpixel_predict16x16; in setup_mbby_copy() 448 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16; in vp8cx_init_mbrthread_data()
|
D | temporal_filter.c | 48 x->subpixel_predict16x16(yptr, stride, mv_col & 7, mv_row & 7, &pred[0], in vp8_temporal_filter_predictors_mb_c()
|
D | encodeframe.c | 695 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in vp8_encode_frame() 700 xd->subpixel_predict16x16 = vp8_bilinear_predict16x16; in vp8_encode_frame()
|
D | firstpass.c | 517 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in vp8_first_pass() 522 xd->subpixel_predict16x16 = vp8_bilinear_predict16x16; in vp8_first_pass()
|
/external/libvpx/libvpx/vp8/common/ |
D | blockd.h | 287 vp8_subpix_fn_t subpixel_predict16x16; member
|
D | reconinter.c | 250 x->subpixel_predict16x16(ptr, pre_stride, mv_col & 7, mv_row & 7, dst_y, in vp8_build_inter16x16_predictors_mby() 320 x->subpixel_predict16x16(ptr, pre_stride, _16x16mv.as_mv.col & 7, in vp8_build_inter16x16_predictors_mb()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | threading.c | 50 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16; in setup_decoding_thread_data()
|
D | decodeframe.c | 857 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in init_frame() 862 xd->subpixel_predict16x16 = vp8_bilinear_predict16x16; in init_frame()
|