Searched refs:recon2 (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/vp8/common/
H A Drecon.c154 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);
H A Drecon.h102 vp8_recon_fn_t recon2; member in struct:vp8_recon_rtcd_vtable
H A Dreconintra.c27 RECON_INVOKE(rtcd, recon2)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
/external/libvpx/vp8/common/arm/
H A Darm_systemdependent.c63 rtcd->recon.recon2 = vp8_recon2b_armv6;
98 rtcd->recon.recon2 = vp8_recon2b_neon;
/external/libvpx/vp8/common/generic/
H A Dsystemdependent.c38 rtcd->recon.recon2 = vp8_recon2b_c;
/external/libvpx/vp8/common/x86/
H A Dx86_systemdependent.c88 rtcd->recon.recon2 = vp8_recon2b_sse2;

Completed in 94 milliseconds