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 277 vp8_subpix_fn_t subpixel_predict8x4; member in struct:__anon8427
reconinter.c 201 x->subpixel_predict8x4(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
643 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);
675 x->subpixel_predict8x4(ptr, d0->pre_stride,
  /external/libvpx/vp8/encoder/
ethreading.c 376 zd->subpixel_predict8x4 = xd->subpixel_predict8x4;
409 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4;
encodeframe.c 693 xd->subpixel_predict8x4 = SUBPIX_INVOKE(
704 xd->subpixel_predict8x4 = SUBPIX_INVOKE(
    [all...]
  /external/libvpx/vp8/decoder/
decodframe.c 547 xd->subpixel_predict8x4 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), sixtap8x4);
554 xd->subpixel_predict8x4 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), bilinear8x4);
threading.c 48 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4;
    [all...]

Completed in 201 milliseconds