OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpx_get_mb_ss_msa
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vpx_dsp/mips/
variance_msa.c
621
uint32_t
vpx_get_mb_ss_msa
(const int16_t *src) { return get_mb_ss_msa(src); }
function
/external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h
255
unsigned int
vpx_get_mb_ss_msa
(const int16_t *);
256
#define vpx_get_mb_ss
vpx_get_mb_ss_msa
[
all
...]
/external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h
255
unsigned int
vpx_get_mb_ss_msa
(const int16_t *);
256
#define vpx_get_mb_ss
vpx_get_mb_ss_msa
[
all
...]
/external/libvpx/libvpx/test/
variance_test.cc
[
all
...]
Completed in 47 milliseconds