Searched refs:vpx_h_predictor_4x4_neon (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | intrapred_neon_asm.asm | 15 EXPORT |vpx_h_predictor_4x4_neon| 129 ;void vpx_h_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, 137 |vpx_h_predictor_4x4_neon| PROC 148 ENDP ; |vpx_h_predictor_4x4_neon|
|
D | intrapred_neon.c | 458 void vpx_h_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in vpx_h_predictor_4x4_neon() function
|
/external/libvpx/libvpx/test/ |
D | test_intra_pred_speed.cc | 214 vpx_h_predictor_4x4_neon, vpx_d45_predictor_4x4_neon,
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 289 void vpx_h_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 290 #define vpx_h_predictor_4x4 vpx_h_predictor_4x4_neon
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 289 void vpx_h_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 290 #define vpx_h_predictor_4x4 vpx_h_predictor_4x4_neon
|