OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_satd_c
(Results
1 - 10
of
10
) sorted by null
/external/libvpx/config/arm/
vp9_rtcd.h
98
int16_t
vp9_satd_c
(const int16_t *coeff, int length);
99
#define vp9_satd
vp9_satd_c
/external/libvpx/config/generic/
vp9_rtcd.h
98
int16_t
vp9_satd_c
(const int16_t *coeff, int length);
99
#define vp9_satd
vp9_satd_c
/external/libvpx/config/arm-neon/
vp9_rtcd.h
106
int16_t
vp9_satd_c
(const int16_t *coeff, int length);
107
#define vp9_satd
vp9_satd_c
/external/libvpx/config/arm64/
vp9_rtcd.h
106
int16_t
vp9_satd_c
(const int16_t *coeff, int length);
107
#define vp9_satd
vp9_satd_c
/external/libvpx/config/mips32/
vp9_rtcd.h
98
int16_t
vp9_satd_c
(const int16_t *coeff, int length);
99
#define vp9_satd
vp9_satd_c
/external/libvpx/config/mips32-dspr2/
vp9_rtcd.h
101
int16_t
vp9_satd_c
(const int16_t *coeff, int length);
102
#define vp9_satd
vp9_satd_c
/external/libvpx/config/mips64/
vp9_rtcd.h
98
int16_t
vp9_satd_c
(const int16_t *coeff, int length);
99
#define vp9_satd
vp9_satd_c
/external/libvpx/libvpx/vp9/encoder/
vp9_avg.c
120
int16_t
vp9_satd_c
(const int16_t *coeff, int length) {
function
/external/libvpx/config/x86/
vp9_rtcd.h
118
int16_t
vp9_satd_c
(const int16_t *coeff, int length);
/external/libvpx/config/x86_64/
vp9_rtcd.h
121
int16_t
vp9_satd_c
(const int16_t *coeff, int length);
Completed in 108 milliseconds