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

  /external/libvpx/vp8/common/
blockd.h 278 vp8_subpix_fn_t subpixel_predict8x8; member in struct:__anon8427
reconinter.c 182 x->subpixel_predict8x8(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
232 x->subpixel_predict8x8(uptr, pre_stride, mv_col & 7, mv_row & 7, upred_ptr, 8);
233 x->subpixel_predict8x8(vptr, pre_stride, mv_col & 7, mv_row & 7, vpred_ptr, 8);
357 x->subpixel_predict8x8(uptr, pre_stride, mv_col & 7, mv_row & 7, upred_ptr, 8);
358 x->subpixel_predict8x8(vptr, pre_stride, mv_col & 7, mv_row & 7, vpred_ptr, 8);
582 x->subpixel_predict8x8(uptr, pre_stride, mv_col & 7, mv_row & 7, udst_ptr, x->dst.uv_stride);
583 x->subpixel_predict8x8(vptr, pre_stride, mv_col & 7, mv_row & 7, vdst_ptr, x->dst.uv_stride);
615 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 377 zd->subpixel_predict8x8 = xd->subpixel_predict8x8;
410 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8;
temporal_filter.c 79 x->subpixel_predict8x8(uptr, stride,
81 x->subpixel_predict8x8(vptr, stride,
encodeframe.c 695 xd->subpixel_predict8x8 = SUBPIX_INVOKE(
706 xd->subpixel_predict8x8 = SUBPIX_INVOKE(
    [all...]
  /external/libvpx/vp8/decoder/
decodframe.c 548 xd->subpixel_predict8x8 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), sixtap8x8);
555 xd->subpixel_predict8x8 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), bilinear8x8);
threading.c 49 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8;
    [all...]

Completed in 37 milliseconds