Searched refs:vpx_d45_predictor_8x8_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | test_intra_pred_speed.cc | 267 vpx_h_predictor_8x8_neon, vpx_d45_predictor_8x8_neon, NULL,
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 130 void vpx_d45_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 131 #define vpx_d45_predictor_8x8 vpx_d45_predictor_8x8_neon
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 130 void vpx_d45_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 131 #define vpx_d45_predictor_8x8 vpx_d45_predictor_8x8_neon
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | intrapred_neon.c | 341 void vpx_d45_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, in vpx_d45_predictor_8x8_neon() function
|