OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_minmax_8x8_c
(Results
1 - 10
of
10
) sorted by null
/external/libvpx/config/arm/
vp9_rtcd.h
89
void
vp9_minmax_8x8_c
(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max);
90
#define vp9_minmax_8x8
vp9_minmax_8x8_c
/external/libvpx/config/generic/
vp9_rtcd.h
89
void
vp9_minmax_8x8_c
(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max);
90
#define vp9_minmax_8x8
vp9_minmax_8x8_c
/external/libvpx/config/arm-neon/
vp9_rtcd.h
96
void
vp9_minmax_8x8_c
(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max);
97
#define vp9_minmax_8x8
vp9_minmax_8x8_c
/external/libvpx/config/arm64/
vp9_rtcd.h
96
void
vp9_minmax_8x8_c
(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max);
97
#define vp9_minmax_8x8
vp9_minmax_8x8_c
/external/libvpx/config/mips32/
vp9_rtcd.h
89
void
vp9_minmax_8x8_c
(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max);
90
#define vp9_minmax_8x8
vp9_minmax_8x8_c
/external/libvpx/config/mips32-dspr2/
vp9_rtcd.h
92
void
vp9_minmax_8x8_c
(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max);
93
#define vp9_minmax_8x8
vp9_minmax_8x8_c
/external/libvpx/config/mips64/
vp9_rtcd.h
89
void
vp9_minmax_8x8_c
(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max);
90
#define vp9_minmax_8x8
vp9_minmax_8x8_c
/external/libvpx/libvpx/vp9/encoder/
vp9_avg.c
178
void
vp9_minmax_8x8_c
(const uint8_t *s, int p, const uint8_t *d, int dp,
function
/external/libvpx/config/x86/
vp9_rtcd.h
107
void
vp9_minmax_8x8_c
(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max);
/external/libvpx/config/x86_64/
vp9_rtcd.h
108
void
vp9_minmax_8x8_c
(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max);
Completed in 798 milliseconds