Searched refs:vpx_dc_predictor_16x16_neon (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/test/ |
D | test_intra_pred_speed.cc | 276 INTRA_PRED_TEST(NEON, TestIntraPred16, vpx_dc_predictor_16x16_neon,
|
D | vp9_intrapred_test.cc | 274 IntraPredParam(&vpx_dc_predictor_16x16_neon, &vpx_dc_predictor_16x16_c,
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | intrapred_neon.c | 149 void vpx_dc_predictor_16x16_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_predictor_16x16_neon() function
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 187 void vpx_dc_predictor_16x16_neon(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_… 188 #define vpx_dc_predictor_16x16 vpx_dc_predictor_16x16_neon
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 187 void vpx_dc_predictor_16x16_neon(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_… 188 #define vpx_dc_predictor_16x16 vpx_dc_predictor_16x16_neon
|