Searched refs:vpx_dc_predictor_32x32_neon (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/test/ |
D | test_intra_pred_speed.cc | 283 INTRA_PRED_TEST(NEON, TestIntraPred32, vpx_dc_predictor_32x32_neon,
|
D | vp9_intrapred_test.cc | 276 IntraPredParam(&vpx_dc_predictor_32x32_neon, &vpx_dc_predictor_32x32_c,
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | intrapred_neon.c | 215 void vpx_dc_predictor_32x32_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_predictor_32x32_neon() function
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 191 void vpx_dc_predictor_32x32_neon(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_… 192 #define vpx_dc_predictor_32x32 vpx_dc_predictor_32x32_neon
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 191 void vpx_dc_predictor_32x32_neon(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_… 192 #define vpx_dc_predictor_32x32 vpx_dc_predictor_32x32_neon
|