Searched refs:vpx_avg_8x8_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | avg.c | 15 unsigned int vpx_avg_8x8_c(const uint8_t *s, int p) { in vpx_avg_8x8_c() function
|
/external/libvpx/libvpx/test/ |
D | avg_test.cc | 562 ::testing::Values(make_tuple(16, 16, 1, 8, &vpx_avg_8x8_c),
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 27 unsigned int vpx_avg_8x8_c(const uint8_t *, int p); 28 #define vpx_avg_8x8 vpx_avg_8x8_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 28 unsigned int vpx_avg_8x8_c(const uint8_t *, int p);
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 28 unsigned int vpx_avg_8x8_c(const uint8_t *, int p);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 28 unsigned int vpx_avg_8x8_c(const uint8_t *, int p);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 28 unsigned int vpx_avg_8x8_c(const uint8_t *, int p);
|