Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dreconinter.c215 x->subpixel_predict); in vp8_build_inter4x4_predictors_mbuv()
217 x->subpixel_predict); in vp8_build_inter4x4_predictors_mbuv()
230 x->subpixel_predict); in vp8_build_inter4x4_predictors_mbuv()
232 x->subpixel_predict); in vp8_build_inter4x4_predictors_mbuv()
402 base_pre, dst_stride, x->subpixel_predict); in build_inter4x4_predictors_mb()
404 base_pre, dst_stride, x->subpixel_predict); in build_inter4x4_predictors_mb()
422 dst_stride, x->subpixel_predict); in build_inter4x4_predictors_mb()
424 dst_stride, x->subpixel_predict); in build_inter4x4_predictors_mb()
442 dst_stride, x->subpixel_predict); in build_inter4x4_predictors_mb()
444 dst_stride, x->subpixel_predict); in build_inter4x4_predictors_mb()
Dblockd.h284 vp8_subpix_fn_t subpixel_predict; member
/external/libvpx/libvpx/vp8/encoder/
Dethreading.c400 zd->subpixel_predict = xd->subpixel_predict; in setup_mbby_copy()
445 mbd->subpixel_predict = xd->subpixel_predict; in vp8cx_init_mbrthread_data()
Dencodeframe.c692 xd->subpixel_predict = vp8_sixtap_predict4x4; in vp8_encode_frame()
697 xd->subpixel_predict = vp8_bilinear_predict4x4; in vp8_encode_frame()
Dfirstpass.c514 xd->subpixel_predict = vp8_sixtap_predict4x4; in vp8_first_pass()
519 xd->subpixel_predict = vp8_bilinear_predict4x4; in vp8_first_pass()
Drdopt.c909 x->e_mbd.subpixel_predict); in vp8_encode_inter_mb_segment()
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c47 mbd->subpixel_predict = xd->subpixel_predict; in setup_decoding_thread_data()
Ddecodeframe.c854 xd->subpixel_predict = vp8_sixtap_predict4x4; in init_frame()
859 xd->subpixel_predict = vp8_bilinear_predict4x4; in init_frame()