Searched refs:vpx_highbd_avg_8x8_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | avg.c | 401 unsigned int vpx_highbd_avg_8x8_c(const uint8_t *s8, int p) { in vpx_highbd_avg_8x8_c() function
|
/external/libvpx/libvpx/test/ |
D | avg_test.cc | 568 ::testing::Values(make_tuple(16, 16, 1, 8, &vpx_highbd_avg_8x8_c),
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 654 unsigned int vpx_highbd_avg_8x8_c(const uint8_t *s8, int p); 655 #define vpx_highbd_avg_8x8 vpx_highbd_avg_8x8_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 707 unsigned int vpx_highbd_avg_8x8_c(const uint8_t *s8, int p); 708 #define vpx_highbd_avg_8x8 vpx_highbd_avg_8x8_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 707 unsigned int vpx_highbd_avg_8x8_c(const uint8_t *s8, int p); 708 #define vpx_highbd_avg_8x8 vpx_highbd_avg_8x8_c
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 831 unsigned int vpx_highbd_avg_8x8_c(const uint8_t *s8, int p);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 832 unsigned int vpx_highbd_avg_8x8_c(const uint8_t *s8, int p);
|