Searched refs:vpx_dc_predictor_16x16_neon (Results 1 - 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
H A D | test_intra_pred_speed.cc | 315 INTRA_PRED_TEST(NEON, TestIntraPred16, vpx_dc_predictor_16x16_neon,
|
/external/libvpx/config/arm-neon/ |
H A D | vpx_dsp_rtcd.h | 205 void vpx_dc_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 206 #define vpx_dc_predictor_16x16 vpx_dc_predictor_16x16_neon
|
/external/libvpx/config/arm64/ |
H A D | vpx_dsp_rtcd.h | 205 void vpx_dc_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 206 #define vpx_dc_predictor_16x16 vpx_dc_predictor_16x16_neon
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
H A D | intrapred_neon.c | 206 void vpx_dc_predictor_16x16_neon(uint8_t *dst, ptrdiff_t stride, function
|
Completed in 36 milliseconds