HomeSort by relevance Sort by last modified time
    Searched refs:subpixel_predict (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vp8/common/
reconinter.c 292 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...]
blockd.h 278 vp8_subpix_fn_t subpixel_predict; member in struct:macroblockd
  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 395 zd->subpixel_predict = xd->subpixel_predict;
451 mbd->subpixel_predict = xd->subpixel_predict;
encodeframe.c 741 xd->subpixel_predict = vp8_sixtap_predict4x4;
748 xd->subpixel_predict = vp8_bilinear_predict4x4;
    [all...]
firstpass.c 551 xd->subpixel_predict = vp8_sixtap_predict4x4;
558 xd->subpixel_predict = vp8_bilinear_predict4x4;
    [all...]
rdopt.c 1063 vp8_build_inter_predictors_b(bd, 16, base_pre, pre_stride, x->e_mbd.subpixel_predict);
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 49 mbd->subpixel_predict = xd->subpixel_predict;
decodframe.c 950 xd->subpixel_predict = vp8_sixtap_predict4x4;
957 xd->subpixel_predict = vp8_bilinear_predict4x4;
    [all...]

Completed in 2687 milliseconds