Home
last modified time | relevance | path

Searched refs:copy8x4 (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/vp8/common/arm/
Darm_systemdependent.c61 rtcd->recon.copy8x4 = vp8_copy_mem8x4_v6; in vp8_arch_arm_common_init()
96 rtcd->recon.copy8x4 = vp8_copy_mem8x4_neon; in vp8_arch_arm_common_init()
/external/libvpx/vp8/common/mips/
Dmips_systemdependent.c36 rtcd->recon.copy8x4 = vp8_copy_mem8x4_mips; in vp8_arch_mips_common_init()
/external/libvpx/vp8/common/
Drecon.h106 vp8_copy_block_fn_t copy8x4; member
Dreconinter.c205 RECON_INVOKE(&x->rtcd->recon, copy8x4)(ptr, d->pre_stride, pred_ptr, pitch); in build_inter_predictors2b()
647 … RECON_INVOKE(&x->rtcd->recon, copy8x4)(ptr, d0->pre_stride, dst_ptr, x->dst.y_stride); in vp8_build_inter_predictors_mb_s()
682 RECON_INVOKE(&x->rtcd->recon, copy8x4)(ptr, in vp8_build_inter_predictors_mb_s()
/external/libvpx/vp8/common/generic/
Dsystemdependent.c36 rtcd->recon.copy8x4 = vp8_copy_mem8x4_c; in vp8_machine_specific_config()
/external/libvpx/vp8/common/x86/
Dx86_systemdependent.c54 rtcd->recon.copy8x4 = vp8_copy_mem8x4_mmx; in vp8_arch_x86_common_init()