Searched refs:subpixel_predict (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | reconinter.c | 292 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()
|
D | blockd.h | 282 vp8_subpix_fn_t subpixel_predict; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | ethreading.c | 395 zd->subpixel_predict = xd->subpixel_predict; in setup_mbby_copy() 451 mbd->subpixel_predict = xd->subpixel_predict; in vp8cx_init_mbrthread_data()
|
D | encodeframe.c | 742 xd->subpixel_predict = vp8_sixtap_predict4x4; in vp8_encode_frame() 749 xd->subpixel_predict = vp8_bilinear_predict4x4; in vp8_encode_frame()
|
D | firstpass.c | 551 xd->subpixel_predict = vp8_sixtap_predict4x4; in vp8_first_pass() 558 xd->subpixel_predict = vp8_bilinear_predict4x4; in vp8_first_pass()
|
D | rdopt.c | 1065 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/ |
D | threading.c | 49 mbd->subpixel_predict = xd->subpixel_predict; in setup_decoding_thread_data()
|
D | decodeframe.c | 941 xd->subpixel_predict = vp8_sixtap_predict4x4; in init_frame() 948 xd->subpixel_predict = vp8_bilinear_predict4x4; in init_frame()
|