OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vp8_get_mb_ss
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vp8/encoder/x86/
csystemdependent.c
55
unsigned int (*
vp8_get_mb_ss
)(short *);
variable
211
vp8_get_mb_ss
= vp8_get_mb_ss_sse2;
258
vp8_get_mb_ss
= vp8_get_mb_ss_mmx;
295
vp8_get_mb_ss
= vp8_get_mb_ss_c;
/external/libvpx/vp8/encoder/ppc/
csystemdependent.c
39
unsigned int (*
vp8_get_mb_ss
)(short *);
variable
151
vp8_get_mb_ss
= vp8_get_mb_ss_c;
Completed in 704 milliseconds