OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_recon_copy16x16
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/common/x86/
recon_x86.h
39
#undef
vp8_recon_copy16x16
macro
40
#define
vp8_recon_copy16x16
vp8_copy_mem16x16_mmx
macro
57
#undef
vp8_recon_copy16x16
macro
58
#define
vp8_recon_copy16x16
vp8_copy_mem16x16_sse2
macro
/external/libvpx/vp8/common/arm/
recon_arm.h
40
#undef
vp8_recon_copy16x16
macro
41
#define
vp8_recon_copy16x16
vp8_copy_mem16x16_v6
macro
75
#undef
vp8_recon_copy16x16
macro
76
#define
vp8_recon_copy16x16
vp8_copy_mem16x16_neon
macro
/external/libvpx/vp8/common/
recon.h
39
#ifndef
vp8_recon_copy16x16
40
#define
vp8_recon_copy16x16
vp8_copy_mem16x16_c
macro
42
extern prototype_copy_block(
vp8_recon_copy16x16
);
Completed in 1924 milliseconds