Searched refs:vp9_avg_4x4_c (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p); 33 #define vp9_avg_4x4 vp9_avg_4x4_c
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p); 33 #define vp9_avg_4x4 vp9_avg_4x4_c
|
/external/libvpx/config/arm/ |
D | vp9_rtcd.h | 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p); 33 #define vp9_avg_4x4 vp9_avg_4x4_c
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p); 33 #define vp9_avg_4x4 vp9_avg_4x4_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p); 33 #define vp9_avg_4x4 vp9_avg_4x4_c
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p); 33 #define vp9_avg_4x4 vp9_avg_4x4_c
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p); 33 #define vp9_avg_4x4 vp9_avg_4x4_c
|
/external/libvpx/libvpx/test/ |
D | vp9_avg_test.cc | 255 make_tuple(16, 16, 1, 4, &vp9_avg_4x4_c)));
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_avg.c | 23 unsigned int vp9_avg_4x4_c(const uint8_t *s, int p) { in vp9_avg_4x4_c() function
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p);
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p);
|