OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vp8_subtract_mby
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c
47
void (*
vp8_subtract_mby
)(short *diff, unsigned char *src, unsigned char *pred, int stride);
variable
158
vp8_subtract_mby
= vp8_subtract_mby_ppc;
/external/libvpx/armv7a/
vp8_rtcd.h
314
#define
vp8_subtract_mby
vp8_subtract_mby_armv6
macro
/external/libvpx/armv7a-neon/
vp8_rtcd.h
366
#define
vp8_subtract_mby
vp8_subtract_mby_neon
macro
/external/libvpx/generic/
vp8_rtcd.h
272
#define
vp8_subtract_mby
vp8_subtract_mby_c
macro
/external/libvpx/mips/
vp8_rtcd.h
272
#define
vp8_subtract_mby
vp8_subtract_mby_c
macro
/external/libvpx/mips-dspr2/
vp8_rtcd.h
290
#define
vp8_subtract_mby
vp8_subtract_mby_c
macro
Completed in 2776 milliseconds