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

  /external/libvpx/libvpx/vp8/common/
blockd.h 280 vp8_subpix_fn_t subpixel_predict8x8; member in struct:macroblockd
reconinter.c 162 x->subpixel_predict8x8(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst, dst_stride);
240 x->subpixel_predict8x8(uptr, pre_stride, mv_col & 7, mv_row & 7, upred_ptr, 8);
241 x->subpixel_predict8x8(vptr, pre_stride, mv_col & 7, mv_row & 7, vpred_ptr, 8);
433 x->subpixel_predict8x8(uptr, pre_stride, _16x16mv.as_mv.col & 7, _16x16mv.as_mv.row & 7, dst_u, dst_uvstride);
434 x->subpixel_predict8x8(vptr, pre_stride, _16x16mv.as_mv.col & 7, _16x16mv.as_mv.row & 7, dst_v, dst_uvstride);
  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 397 zd->subpixel_predict8x8 = xd->subpixel_predict8x8;
453 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8;
temporal_filter.c 76 x->subpixel_predict8x8(uptr, stride,
78 x->subpixel_predict8x8(vptr, stride,
encodeframe.c 743 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
750 xd->subpixel_predict8x8 = vp8_bilinear_predict8x8;
    [all...]
firstpass.c 553 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
560 xd->subpixel_predict8x8 = vp8_bilinear_predict8x8;
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 51 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8;
decodframe.c 959 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
966 xd->subpixel_predict8x8 = vp8_bilinear_predict8x8;
    [all...]

Completed in 52 milliseconds