Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dreconinter.c292 vp8_build_inter_predictors_b(d0, 8, base_pre, pre_stride, x->subpixel_predict); in vp8_build_inter4x4_predictors_mbuv()
293 vp8_build_inter_predictors_b(d1, 8, base_pre, pre_stride, x->subpixel_predict); in vp8_build_inter4x4_predictors_mbuv()
307 vp8_build_inter_predictors_b(d0, 8, base_pre, pre_stride, x->subpixel_predict); in vp8_build_inter4x4_predictors_mbuv()
308 vp8_build_inter_predictors_b(d1, 8, base_pre, pre_stride, x->subpixel_predict); in vp8_build_inter4x4_predictors_mbuv()
487 …ter_predictors_b(d0, base_dst + d0->offset, dst_stride, base_pre, dst_stride, x->subpixel_predict); in build_inter4x4_predictors_mb()
488 …ter_predictors_b(d1, base_dst + d1->offset, dst_stride, base_pre, dst_stride, x->subpixel_predict); in build_inter4x4_predictors_mb()
508 …ter_predictors_b(d0, base_dst + d0->offset, dst_stride, base_pre, dst_stride, x->subpixel_predict); in build_inter4x4_predictors_mb()
509 …ter_predictors_b(d1, base_dst + d1->offset, dst_stride, base_pre, dst_stride, x->subpixel_predict); in build_inter4x4_predictors_mb()
527 …ter_predictors_b(d0, base_dst + d0->offset, dst_stride, base_pre, dst_stride, x->subpixel_predict); in build_inter4x4_predictors_mb()
528 …ter_predictors_b(d1, base_dst + d1->offset, dst_stride, base_pre, dst_stride, x->subpixel_predict); in build_inter4x4_predictors_mb()
Dblockd.h282 vp8_subpix_fn_t subpixel_predict; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dethreading.c395 zd->subpixel_predict = xd->subpixel_predict; in setup_mbby_copy()
451 mbd->subpixel_predict = xd->subpixel_predict; in vp8cx_init_mbrthread_data()
Dencodeframe.c742 xd->subpixel_predict = vp8_sixtap_predict4x4; in vp8_encode_frame()
749 xd->subpixel_predict = vp8_bilinear_predict4x4; in vp8_encode_frame()
Dfirstpass.c551 xd->subpixel_predict = vp8_sixtap_predict4x4; in vp8_first_pass()
558 xd->subpixel_predict = vp8_bilinear_predict4x4; in vp8_first_pass()
Drdopt.c1065 vp8_build_inter_predictors_b(bd, 16, base_pre, pre_stride, x->e_mbd.subpixel_predict); in vp8_encode_inter_mb_segment()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dthreading.c49 mbd->subpixel_predict = xd->subpixel_predict; in setup_decoding_thread_data()
Ddecodeframe.c941 xd->subpixel_predict = vp8_sixtap_predict4x4; in init_frame()
948 xd->subpixel_predict = vp8_bilinear_predict4x4; in init_frame()