OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vp8_subtract_mbuv
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c
48
void (*
vp8_subtract_mbuv
)(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
variable
159
vp8_subtract_mbuv
= vp8_subtract_mbuv_ppc;
/external/libvpx/armv7a/
vpx_rtcd.h
313
#define
vp8_subtract_mbuv
vp8_subtract_mbuv_armv6
macro
/external/libvpx/armv7a-neon/
vpx_rtcd.h
366
#define
vp8_subtract_mbuv
vp8_subtract_mbuv_neon
macro
[
all
...]
/external/libvpx/generic/
vpx_rtcd.h
270
#define
vp8_subtract_mbuv
vp8_subtract_mbuv_c
macro
/external/libvpx/mips/
vpx_rtcd.h
270
#define
vp8_subtract_mbuv
vp8_subtract_mbuv_c
macro
/external/libvpx/mips-dspr2/
vpx_rtcd.h
288
#define
vp8_subtract_mbuv
vp8_subtract_mbuv_c
macro
Completed in 21 milliseconds