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