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

  /external/libvpx/vp8/common/
recon.h 99 vp8_copy_block_fn_t copy8x8; member in struct:vp8_recon_rtcd_vtable
reconinter.c 186 RECON_INVOKE(&x->rtcd->recon, copy8x8)(ptr, d->pre_stride, pred_ptr, pitch);
237 RECON_INVOKE(&x->rtcd->recon, copy8x8)(uptr, pre_stride, upred_ptr, 8);
238 RECON_INVOKE(&x->rtcd->recon, copy8x8)(vptr, pre_stride, vpred_ptr, 8);
362 RECON_INVOKE(&x->rtcd->recon, copy8x8)(uptr, pre_stride, upred_ptr, 8);
363 RECON_INVOKE(&x->rtcd->recon, copy8x8)(vptr, pre_stride, vpred_ptr, 8);
587 RECON_INVOKE(&x->rtcd->recon, copy8x8)(uptr, pre_stride, udst_ptr, x->dst.uv_stride);
588 RECON_INVOKE(&x->rtcd->recon, copy8x8)(vptr, pre_stride, vdst_ptr, x->dst.uv_stride);
619 RECON_INVOKE(&x->rtcd->recon, copy8x8)(ptr, d->pre_stride, dst_ptr, x->dst.y_stride); /*x->block[0].dst_stride);*/
  /external/libvpx/vp8/common/arm/
arm_systemdependent.c 60 rtcd->recon.copy8x8 = vp8_copy_mem8x8_v6;
95 rtcd->recon.copy8x8 = vp8_copy_mem8x8_neon;
  /external/libvpx/vp8/common/generic/
systemdependent.c 35 rtcd->recon.copy8x8 = vp8_copy_mem8x8_c;
  /external/libvpx/vp8/common/x86/
x86_systemdependent.c 53 rtcd->recon.copy8x8 = vp8_copy_mem8x8_mmx;
  /external/libvpx/vp8/encoder/
temporal_filter.c 86 RECON_INVOKE(&x->rtcd->recon, copy8x8)(uptr, stride, &pred[256], 8);
87 RECON_INVOKE(&x->rtcd->recon, copy8x8)(vptr, stride, &pred[320], 8);

Completed in 121 milliseconds