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

  /external/libvpx/vp8/common/
recon.c 113 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
117 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
121 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
125 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
133 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
143 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
145 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
147 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
149 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
171 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride)
    [all...]
recon.h 103 vp8_recon_fn_t recon4; member in struct:vp8_recon_rtcd_vtable
  /external/libvpx/vp8/common/arm/
arm_systemdependent.c 64 rtcd->recon.recon4 = vp8_recon4b_armv6;
99 rtcd->recon.recon4 = vp8_recon4b_neon;
  /external/libvpx/vp8/common/generic/
systemdependent.c 39 rtcd->recon.recon4 = vp8_recon4b_c;
  /external/libvpx/vp8/common/x86/
x86_systemdependent.c 89 rtcd->recon.recon4 = vp8_recon4b_sse2;

Completed in 475 milliseconds