Searched refs:vpx_highbd_avg_4x4_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | avg.c | 412 unsigned int vpx_highbd_avg_4x4_c(const uint8_t *s8, int p) { in vpx_highbd_avg_4x4_c() function
|
/external/libvpx/libvpx/test/ |
D | avg_test.cc | 569 make_tuple(16, 16, 1, 4, &vpx_highbd_avg_4x4_c)));
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 651 unsigned int vpx_highbd_avg_4x4_c(const uint8_t *s8, int p); 652 #define vpx_highbd_avg_4x4 vpx_highbd_avg_4x4_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 704 unsigned int vpx_highbd_avg_4x4_c(const uint8_t *s8, int p); 705 #define vpx_highbd_avg_4x4 vpx_highbd_avg_4x4_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 704 unsigned int vpx_highbd_avg_4x4_c(const uint8_t *s8, int p); 705 #define vpx_highbd_avg_4x4 vpx_highbd_avg_4x4_c
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 827 unsigned int vpx_highbd_avg_4x4_c(const uint8_t *s8, int p);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 828 unsigned int vpx_highbd_avg_4x4_c(const uint8_t *s8, int p);
|