OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_minmax_8x8_sse2
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/config/x86/
vp9_rtcd.h
108
void
vp9_minmax_8x8_sse2
(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max);
109
#define vp9_minmax_8x8
vp9_minmax_8x8_sse2
/external/libvpx/config/x86_64/
vp9_rtcd.h
109
void
vp9_minmax_8x8_sse2
(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max);
110
#define vp9_minmax_8x8
vp9_minmax_8x8_sse2
/external/libvpx/libvpx/vp9/encoder/x86/
vp9_avg_intrin_sse2.c
16
void
vp9_minmax_8x8_sse2
(const uint8_t *s, int p, const uint8_t *d, int dp,
function
Completed in 110 milliseconds