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

  /external/libvpx/vp8/common/
blockd.h 280 vp8_subpix_fn_t subpixel_predict8x8; member in struct:__anon5217
reconinter.c 181 x->subpixel_predict8x8(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
231 x->subpixel_predict8x8(uptr, pre_stride, mv_col & 7, mv_row & 7, upred_ptr, 8);
232 x->subpixel_predict8x8(vptr, pre_stride, mv_col & 7, mv_row & 7, vpred_ptr, 8);
356 x->subpixel_predict8x8(uptr, pre_stride, mv_col & 7, mv_row & 7, upred_ptr, 8);
357 x->subpixel_predict8x8(vptr, pre_stride, mv_col & 7, mv_row & 7, vpred_ptr, 8);
580 x->subpixel_predict8x8(uptr, pre_stride, mv_col & 7, mv_row & 7, udst_ptr, x->dst.uv_stride);
581 x->subpixel_predict8x8(vptr, pre_stride, mv_col & 7, mv_row & 7, vdst_ptr, x->dst.uv_stride);
612 x->subpixel_predict8x8(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst_ptr, x->dst.y_stride); //x->block[0].dst_stride);
  /external/libvpx/vp8/encoder/
ethreading.c 324 zd->subpixel_predict8x8 = xd->subpixel_predict8x8;
358 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8;
encodeframe.c 554 xd->subpixel_predict8x8 = SUBPIX_INVOKE(&cpi->common.rtcd.subpix, sixtap8x8);
561 xd->subpixel_predict8x8 = SUBPIX_INVOKE(&cpi->common.rtcd.subpix, bilinear8x8);
    [all...]
  /external/libvpx/vp8/decoder/
decodframe.c 542 xd->subpixel_predict8x8 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), sixtap8x8);
549 xd->subpixel_predict8x8 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), bilinear8x8);
threading.c 52 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8;
104 //mbd->subpixel_predict8x8 = xd->subpixel_predict8x8;

Completed in 1243 milliseconds