Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dethreading.c414 zd->subpixel_predict16x16 = xd->subpixel_predict16x16; in setup_mbby_copy()
468 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16; in vp8cx_init_mbrthread_data()
Dtemporal_filter.c57 x->subpixel_predict16x16(yptr, stride, in vp8_temporal_filter_predictors_mb_c()
Dencodeframe.c766 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in vp8_encode_frame()
773 xd->subpixel_predict16x16 = vp8_bilinear_predict16x16; in vp8_encode_frame()
Dfirstpass.c555 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in vp8_first_pass()
562 xd->subpixel_predict16x16 = vp8_bilinear_predict16x16; in vp8_first_pass()
/external/libvpx/libvpx/vp8/common/
Dblockd.h289 vp8_subpix_fn_t subpixel_predict16x16; member
Dreconinter.c287 x->subpixel_predict16x16(ptr, pre_stride, mv_col & 7, mv_row & 7, in vp8_build_inter16x16_predictors_mby()
360 …x->subpixel_predict16x16(ptr, pre_stride, _16x16mv.as_mv.col & 7, _16x16mv.as_mv.row & 7, dst_y, … in vp8_build_inter16x16_predictors_mb()
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c53 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16; in setup_decoding_thread_data()
Ddecodeframe.c956 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in init_frame()
963 xd->subpixel_predict16x16 = vp8_bilinear_predict16x16; in init_frame()