Searched refs:vpx_avg_4x4_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | avg.c | 25 unsigned int vpx_avg_4x4_c(const uint8_t *s, int p) { in vpx_avg_4x4_c() function
|
/external/libvpx/libvpx/test/ |
D | avg_test.cc | 563 make_tuple(16, 16, 1, 4, &vpx_avg_4x4_c)));
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 24 unsigned int vpx_avg_4x4_c(const uint8_t *, int p); 25 #define vpx_avg_4x4 vpx_avg_4x4_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 24 unsigned int vpx_avg_4x4_c(const uint8_t *, int p);
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 24 unsigned int vpx_avg_4x4_c(const uint8_t *, int p);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 24 unsigned int vpx_avg_4x4_c(const uint8_t *, int p);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 24 unsigned int vpx_avg_4x4_c(const uint8_t *, int p);
|