Searched refs:vpx_minmax_8x8_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | minmax_test.cc | 118 INSTANTIATE_TEST_CASE_P(C, MinMaxTest, ::testing::Values(&vpx_minmax_8x8_c));
|
/external/libvpx/libvpx/vpx_dsp/ |
D | avg.c | 386 void vpx_minmax_8x8_c(const uint8_t *s, int p, const uint8_t *d, int dp, in vpx_minmax_8x8_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 1173 void vpx_minmax_8x8_c(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max); 1174 #define vpx_minmax_8x8 vpx_minmax_8x8_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1323 void vpx_minmax_8x8_c(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max);
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1323 void vpx_minmax_8x8_c(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1511 void vpx_minmax_8x8_c(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1518 void vpx_minmax_8x8_c(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max);
|