OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpx_get_mb_ss_c
(Results
1 - 11
of
11
) sorted by null
/external/libvpx/config/generic/
vpx_dsp_rtcd.h
244
unsigned int
vpx_get_mb_ss_c
(const int16_t *);
245
#define vpx_get_mb_ss
vpx_get_mb_ss_c
[
all
...]
/external/libvpx/config/mips32/
vpx_dsp_rtcd.h
244
unsigned int
vpx_get_mb_ss_c
(const int16_t *);
245
#define vpx_get_mb_ss
vpx_get_mb_ss_c
[
all
...]
/external/libvpx/config/mips64/
vpx_dsp_rtcd.h
244
unsigned int
vpx_get_mb_ss_c
(const int16_t *);
245
#define vpx_get_mb_ss
vpx_get_mb_ss_c
[
all
...]
/external/libvpx/config/arm/
vpx_dsp_rtcd.h
244
unsigned int
vpx_get_mb_ss_c
(const int16_t *);
245
#define vpx_get_mb_ss
vpx_get_mb_ss_c
[
all
...]
/external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h
277
unsigned int
vpx_get_mb_ss_c
(const int16_t *);
278
#define vpx_get_mb_ss
vpx_get_mb_ss_c
[
all
...]
/external/libvpx/config/arm64/
vpx_dsp_rtcd.h
277
unsigned int
vpx_get_mb_ss_c
(const int16_t *);
278
#define vpx_get_mb_ss
vpx_get_mb_ss_c
[
all
...]
/external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h
255
unsigned int
vpx_get_mb_ss_c
(const int16_t *);
256
#define vpx_get_mb_ss
vpx_get_mb_ss_c
[
all
...]
/external/libvpx/libvpx/vpx_dsp/
variance.c
48
uint32_t
vpx_get_mb_ss_c
(const int16_t *a) {
function
/external/libvpx/config/x86/
vpx_dsp_rtcd.h
302
unsigned int
vpx_get_mb_ss_c
(const int16_t *);
[
all
...]
/external/libvpx/config/x86_64/
vpx_dsp_rtcd.h
303
unsigned int
vpx_get_mb_ss_c
(const int16_t *);
[
all
...]
/external/libvpx/libvpx/test/
variance_test.cc
748
::testing::Values(
vpx_get_mb_ss_c
));
[
all
...]
Completed in 398 milliseconds