OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copy8x4
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/vp8/common/
recon.h
100
vp8_copy_block_fn_t
copy8x4
;
member in struct:vp8_recon_rtcd_vtable
reconinter.c
205
RECON_INVOKE(&x->rtcd->recon,
copy8x4
)(ptr, d->pre_stride, pred_ptr, pitch);
647
RECON_INVOKE(&x->rtcd->recon,
copy8x4
)(ptr, d0->pre_stride, dst_ptr, x->dst.y_stride);
682
RECON_INVOKE(&x->rtcd->recon,
copy8x4
)(ptr,
/external/libvpx/vp8/common/arm/
arm_systemdependent.c
61
rtcd->recon.
copy8x4
= vp8_copy_mem8x4_v6;
96
rtcd->recon.
copy8x4
= vp8_copy_mem8x4_neon;
/external/libvpx/vp8/common/generic/
systemdependent.c
36
rtcd->recon.
copy8x4
= vp8_copy_mem8x4_c;
/external/libvpx/vp8/common/x86/
x86_systemdependent.c
54
rtcd->recon.
copy8x4
= vp8_copy_mem8x4_mmx;
Completed in 537 milliseconds