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

  /external/libvpx/vp8/common/
blockd.h 279 vp8_subpix_fn_t subpixel_predict8x4; member in struct:__anon5217
reconinter.c 200 x->subpixel_predict8x4(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
640 x->subpixel_predict8x4(ptr, d0->pre_stride, d0->bmi.mv.as_mv.col & 7, d0->bmi.mv.as_mv.row & 7, dst_ptr, x->dst.y_stride);
672 x->subpixel_predict8x4(ptr, d0->pre_stride, d0->bmi.mv.as_mv.col & 7, d0->bmi.mv.as_mv.row & 7, dst_ptr, x->dst.y_stride);
  /external/libvpx/vp8/encoder/
ethreading.c 323 zd->subpixel_predict8x4 = xd->subpixel_predict8x4;
357 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4;
encodeframe.c 553 xd->subpixel_predict8x4 = SUBPIX_INVOKE(&cpi->common.rtcd.subpix, sixtap8x4);
560 xd->subpixel_predict8x4 = SUBPIX_INVOKE(&cpi->common.rtcd.subpix, bilinear8x4);
    [all...]
  /external/libvpx/vp8/decoder/
decodframe.c 541 xd->subpixel_predict8x4 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), sixtap8x4);
548 xd->subpixel_predict8x4 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), bilinear8x4);
threading.c 51 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4;
103 //mbd->subpixel_predict8x4 = xd->subpixel_predict8x4;

Completed in 27 milliseconds