/external/libvpx/libvpx/test/ |
test_intra_pred_speed.cc | 273 vpx_h_predictor_8x8_neon, vpx_d45_predictor_8x8_neon,
|
vp9_intrapred_test.cc | 234 IntraPredParam(&vpx_d45_predictor_8x8_neon, &vpx_d45_predictor_8x8_c, 8, [all...] |
/external/libvpx/config/arm-neon/ |
vpx_dsp_rtcd.h | 130 void vpx_d45_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 131 #define vpx_d45_predictor_8x8 vpx_d45_predictor_8x8_neon [all...] |
/external/libvpx/config/arm64/ |
vpx_dsp_rtcd.h | 130 void vpx_d45_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 131 #define vpx_d45_predictor_8x8 vpx_d45_predictor_8x8_neon [all...] |
/external/libvpx/libvpx/vpx_dsp/arm/ |
intrapred_neon.c | 292 void vpx_d45_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, function [all...] |