Searched refs:subpixel_predict (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dreconinter.c292 vp8_build_inter_predictors_b(d0, 8, base_pre, pre_stride, x->subpixel_predict);
293 vp8_build_inter_predictors_b(d1, 8, base_pre, pre_stride, x->subpixel_predict);
307 vp8_build_inter_predictors_b(d0, 8, base_pre, pre_stride, x->subpixel_predict);
308 vp8_build_inter_predictors_b(d1, 8, base_pre, pre_stride, x->subpixel_predict);
487 build_inter_predictors_b(d0, base_dst + d0->offset, dst_stride, base_pre, dst_stride, x->subpixel_predict);
488 build_inter_predictors_b(d1, base_dst + d1->offset, dst_stride, base_pre, dst_stride, x->subpixel_predict);
508 build_inter_predictors_b(d0, base_dst + d0->offset, dst_stride, base_pre, dst_stride, x->subpixel_predict);
509 build_inter_predictors_b(d1, base_dst + d1->offset, dst_stride, base_pre, dst_stride, x->subpixel_predict);
527 build_inter_predictors_b(d0, base_dst + d0->offset, dst_stride, base_pre, dst_stride, x->subpixel_predict);
528 build_inter_predictors_b(d1, base_dst + d1->offset, dst_stride, base_pre, dst_stride, x->subpixel_predict);
[all...]
H A Dblockd.h282 vp8_subpix_fn_t subpixel_predict; member in struct:macroblockd
/external/libvpx/libvpx/vp8/common/
H A Dreconinter.c292 vp8_build_inter_predictors_b(d0, 8, base_pre, pre_stride, x->subpixel_predict);
293 vp8_build_inter_predictors_b(d1, 8, base_pre, pre_stride, x->subpixel_predict);
307 vp8_build_inter_predictors_b(d0, 8, base_pre, pre_stride, x->subpixel_predict);
308 vp8_build_inter_predictors_b(d1, 8, base_pre, pre_stride, x->subpixel_predict);
487 build_inter_predictors_b(d0, base_dst + d0->offset, dst_stride, base_pre, dst_stride, x->subpixel_predict);
488 build_inter_predictors_b(d1, base_dst + d1->offset, dst_stride, base_pre, dst_stride, x->subpixel_predict);
508 build_inter_predictors_b(d0, base_dst + d0->offset, dst_stride, base_pre, dst_stride, x->subpixel_predict);
509 build_inter_predictors_b(d1, base_dst + d1->offset, dst_stride, base_pre, dst_stride, x->subpixel_predict);
527 build_inter_predictors_b(d0, base_dst + d0->offset, dst_stride, base_pre, dst_stride, x->subpixel_predict);
528 build_inter_predictors_b(d1, base_dst + d1->offset, dst_stride, base_pre, dst_stride, x->subpixel_predict);
[all...]
H A Dblockd.h282 vp8_subpix_fn_t subpixel_predict; member in struct:macroblockd
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dethreading.c410 zd->subpixel_predict = xd->subpixel_predict;
466 mbd->subpixel_predict = xd->subpixel_predict;
H A Dencodeframe.c754 xd->subpixel_predict = vp8_sixtap_predict4x4;
761 xd->subpixel_predict = vp8_bilinear_predict4x4;
H A Dfirstpass.c551 xd->subpixel_predict = vp8_sixtap_predict4x4;
558 xd->subpixel_predict = vp8_bilinear_predict4x4;
H A Drdopt.c1059 vp8_build_inter_predictors_b(bd, 16, base_pre, pre_stride, x->e_mbd.subpixel_predict);
/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c395 zd->subpixel_predict = xd->subpixel_predict;
451 mbd->subpixel_predict = xd->subpixel_predict;
H A Dencodeframe.c741 xd->subpixel_predict = vp8_sixtap_predict4x4;
748 xd->subpixel_predict = vp8_bilinear_predict4x4;
H A Dfirstpass.c551 xd->subpixel_predict = vp8_sixtap_predict4x4;
558 xd->subpixel_predict = vp8_bilinear_predict4x4;
H A Drdopt.c1060 vp8_build_inter_predictors_b(bd, 16, base_pre, pre_stride, x->e_mbd.subpixel_predict);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Dthreading.c49 mbd->subpixel_predict = xd->subpixel_predict;
H A Ddecodeframe.c950 xd->subpixel_predict = vp8_sixtap_predict4x4;
957 xd->subpixel_predict = vp8_bilinear_predict4x4;
/external/libvpx/libvpx/vp8/decoder/
H A Dthreading.c49 mbd->subpixel_predict = xd->subpixel_predict;
H A Ddecodeframe.c941 xd->subpixel_predict = vp8_sixtap_predict4x4;
948 xd->subpixel_predict = vp8_bilinear_predict4x4;

Completed in 357 milliseconds