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

  /external/libvpx/vp8/common/
recon.c 154 RECON_INVOKE(rtcd, recon2)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
157 RECON_INVOKE(rtcd, recon2)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
160 RECON_INVOKE(rtcd, recon2)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
163 RECON_INVOKE(rtcd, recon2)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
178 RECON_INVOKE(rtcd, recon2)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
recon.h 102 vp8_recon_fn_t recon2; member in struct:vp8_recon_rtcd_vtable
reconintra.c 27 RECON_INVOKE(rtcd, recon2)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
  /external/libvpx/vp8/common/arm/
arm_systemdependent.c 63 rtcd->recon.recon2 = vp8_recon2b_armv6;
98 rtcd->recon.recon2 = vp8_recon2b_neon;
  /external/libvpx/vp8/common/generic/
systemdependent.c 38 rtcd->recon.recon2 = vp8_recon2b_c;
  /external/libvpx/vp8/common/x86/
x86_systemdependent.c 88 rtcd->recon.recon2 = vp8_recon2b_sse2;

Completed in 191 milliseconds