Searched refs:vpx_int_pro_row_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | avg_test.cc | 469 ::testing::Values(make_tuple(16, &vpx_int_pro_row_neon, &vpx_int_pro_row_c), 470 make_tuple(32, &vpx_int_pro_row_neon, &vpx_int_pro_row_c), 471 make_tuple(64, &vpx_int_pro_row_neon,
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | avg_neon.c | 94 void vpx_int_pro_row_neon(int16_t hbuf[16], uint8_t const *ref, in vpx_int_pro_row_neon() function
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 344 void vpx_int_pro_row_neon(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height… 345 #define vpx_int_pro_row vpx_int_pro_row_neon
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 344 void vpx_int_pro_row_neon(int16_t *hbuf, const uint8_t *ref, const int ref_stride, const int height… 345 #define vpx_int_pro_row vpx_int_pro_row_neon
|