Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dtest_intra_pred_speed.cc288 vpx_d135_predictor_32x32_neon, NULL, NULL, NULL, NULL,
Dvp9_intrapred_test.cc246 IntraPredParam(&vpx_d135_predictor_32x32_neon,
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h82 void vpx_d135_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const ui…
83 #define vpx_d135_predictor_32x32 vpx_d135_predictor_32x32_neon
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h82 void vpx_d135_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const ui…
83 #define vpx_d135_predictor_32x32 vpx_d135_predictor_32x32_neon
/external/libvpx/libvpx/vpx_dsp/arm/
Dintrapred_neon.c527 void vpx_d135_predictor_32x32_neon(uint8_t *dst, ptrdiff_t stride, in vpx_d135_predictor_32x32_neon() function