Home
last modified time | relevance | path

Searched refs:vpx_d135_predictor_16x16_neon (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/test/
Dtest_intra_pred_speed.cc281 vpx_d135_predictor_16x16_neon, NULL, NULL, NULL, NULL,
Dvp9_intrapred_test.cc244 IntraPredParam(&vpx_d135_predictor_16x16_neon,
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h78 void vpx_d135_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const ui…
79 #define vpx_d135_predictor_16x16 vpx_d135_predictor_16x16_neon
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h78 void vpx_d135_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const ui…
79 #define vpx_d135_predictor_16x16 vpx_d135_predictor_16x16_neon
/external/libvpx/libvpx/vpx_dsp/arm/
Dintrapred_neon.c475 void vpx_d135_predictor_16x16_neon(uint8_t *dst, ptrdiff_t stride, in vpx_d135_predictor_16x16_neon() function