/external/libvpx/libvpx/test/ |
test_intra_pred_speed.cc | 283 INTRA_PRED_TEST(NEON, TestIntraPred32, vpx_dc_predictor_32x32_neon,
|
vp9_intrapred_test.cc | 270 IntraPredParam(&vpx_dc_predictor_32x32_neon, &vpx_dc_predictor_32x32_c, [all...] |
/external/libvpx/config/arm-neon/ |
vpx_dsp_rtcd.h | 188 void vpx_dc_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 189 #define vpx_dc_predictor_32x32 vpx_dc_predictor_32x32_neon [all...] |
/external/libvpx/config/arm64/ |
vpx_dsp_rtcd.h | 188 void vpx_dc_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 189 #define vpx_dc_predictor_32x32 vpx_dc_predictor_32x32_neon [all...] |
/external/libvpx/libvpx/vpx_dsp/arm/ |
intrapred_neon.c | 215 void vpx_dc_predictor_32x32_neon(uint8_t *dst, ptrdiff_t stride, function [all...] |