Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dethreading.c325 zd->subpixel_predict16x16 = xd->subpixel_predict16x16; in setup_mbby_copy()
359 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16; in vp8cx_init_mbrthread_data()
Dtemporal_filter.c84 x->subpixel_predict16x16(yptr, stride, in build_predictors_mb()
Dencodeframe.c561 xd->subpixel_predict16x16 = SUBPIX_INVOKE( in vp8_encode_frame()
572 xd->subpixel_predict16x16 = SUBPIX_INVOKE( in vp8_encode_frame()
/external/libvpx/vp8/common/
Dblockd.h281 vp8_subpix_fn_t subpixel_predict16x16; member
Dreconinter.c278 x->subpixel_predict16x16(ptr, pre_stride, mv_col & 7, mv_row & 7, pred_ptr, 16); in vp8_build_inter_predictors_mby()
341 x->subpixel_predict16x16(ptr, pre_stride, mv_col & 7, mv_row & 7, pred_ptr, 16); in vp8_build_inter_predictors_mb()
566 …x->subpixel_predict16x16(ptr, pre_stride, mv_col & 7, mv_row & 7, dst_ptr, x->dst.y_stride); /*x->… in vp8_build_inter_predictors_mb_s()
/external/libvpx/vp8/decoder/
Ddecodframe.c543 xd->subpixel_predict16x16 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), sixtap16x16); in init_frame()
550 xd->subpixel_predict16x16 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), bilinear16x16); in init_frame()
Dthreading.c54 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16; in vp8_setup_decoding_thread_data()