Searched refs:copy8x4 (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/vp8/common/arm/ |
D | arm_systemdependent.c | 61 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/ |
D | mips_systemdependent.c | 36 rtcd->recon.copy8x4 = vp8_copy_mem8x4_mips; in vp8_arch_mips_common_init()
|
/external/libvpx/vp8/common/ |
D | recon.h | 106 vp8_copy_block_fn_t copy8x4; member
|
D | reconinter.c | 205 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/ |
D | systemdependent.c | 36 rtcd->recon.copy8x4 = vp8_copy_mem8x4_c; in vp8_machine_specific_config()
|
/external/libvpx/vp8/common/x86/ |
D | x86_systemdependent.c | 54 rtcd->recon.copy8x4 = vp8_copy_mem8x4_mmx; in vp8_arch_x86_common_init()
|