OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_get_mb_ss_c
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/vp8/encoder/arm/
csystemdependent.c
45
cpi->rtcd.variance.getmbss =
vp8_get_mb_ss_c
;
91
cpi->rtcd.variance.getmbss =
vp8_get_mb_ss_c
;
134
cpi->rtcd.variance.getmbss =
vp8_get_mb_ss_c
;
/external/libvpx/vp8/encoder/ppc/
csystemdependent.c
90
extern unsigned int
vp8_get_mb_ss_c
(short *);
151
vp8_get_mb_ss =
vp8_get_mb_ss_c
;
/external/libvpx/vp8/encoder/generic/
csystemdependent.c
62
cpi->rtcd.variance.getmbss =
vp8_get_mb_ss_c
;
/external/libvpx/vp8/encoder/
variance.h
230
#define vp8_variance_getmbss
vp8_get_mb_ss_c
variance_c.c
42
unsigned int
vp8_get_mb_ss_c
function
/external/libvpx/vp8/encoder/x86/
csystemdependent.c
113
extern unsigned int
vp8_get_mb_ss_c
(short *);
295
vp8_get_mb_ss =
vp8_get_mb_ss_c
;
Completed in 2915 milliseconds