Searched refs:vpx_d45_predictor_8x8_neon (Results 1 - 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
H A D | test_intra_pred_speed.cc | 267 vpx_h_predictor_8x8_neon, vpx_d45_predictor_8x8_neon, NULL,
|
/external/libvpx/config/arm-neon/ |
H A 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_t *left); 131 #define vpx_d45_predictor_8x8 vpx_d45_predictor_8x8_neon
|
/external/libvpx/config/arm64/ |
H A 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_t *left); 131 #define vpx_d45_predictor_8x8 vpx_d45_predictor_8x8_neon
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
H A D | intrapred_neon.c | 341 void vpx_d45_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, function
|
Completed in 92 milliseconds