Searched refs:vpx_h_predictor_16x16_neon (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | intrapred_neon_asm.asm | 17 EXPORT |vpx_h_predictor_16x16_neon| 179 ;void vpx_h_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, 187 |vpx_h_predictor_16x16_neon| PROC 222 ENDP ; |vpx_h_predictor_16x16_neon|
|
D | intrapred_neon.c | 512 void vpx_h_predictor_16x16_neon(uint8_t *dst, ptrdiff_t stride, in vpx_h_predictor_16x16_neon() function
|
/external/libvpx/libvpx/test/ |
D | test_intra_pred_speed.cc | 319 vpx_h_predictor_16x16_neon, vpx_d45_predictor_16x16_neon, NULL,
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 281 void vpx_h_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 282 #define vpx_h_predictor_16x16 vpx_h_predictor_16x16_neon
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 281 void vpx_h_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 282 #define vpx_h_predictor_16x16 vpx_h_predictor_16x16_neon
|