Searched refs:vp9_minmax_8x8_c (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/config/mips32/ |
D | 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/ |
D | 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/mips64/ |
D | 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/ |
D | 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/ |
D | 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/arm64/ |
D | 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/arm-neon/ |
D | 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/libvpx/vp9/encoder/ |
D | vp9_avg.c | 178 void vp9_minmax_8x8_c(const uint8_t *s, int p, const uint8_t *d, int dp, in vp9_minmax_8x8_c() function
|
/external/libvpx/config/x86/ |
D | 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/ |
D | 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);
|