Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dethreading.c403 zd->subpixel_predict16x16 = xd->subpixel_predict16x16; in setup_mbby_copy()
448 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16; in vp8cx_init_mbrthread_data()
Dtemporal_filter.c48 x->subpixel_predict16x16(yptr, stride, mv_col & 7, mv_row & 7, &pred[0], in vp8_temporal_filter_predictors_mb_c()
Dencodeframe.c695 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in vp8_encode_frame()
700 xd->subpixel_predict16x16 = vp8_bilinear_predict16x16; in vp8_encode_frame()
Dfirstpass.c517 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/
Dblockd.h287 vp8_subpix_fn_t subpixel_predict16x16; member
Dreconinter.c250 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/
Dthreading.c50 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16; in setup_decoding_thread_data()
Ddecodeframe.c857 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in init_frame()
862 xd->subpixel_predict16x16 = vp8_bilinear_predict16x16; in init_frame()