/external/libvpx/libvpx/test/ |
test_intra_pred_speed.cc | 280 vpx_h_predictor_16x16_neon, vpx_d45_predictor_16x16_neon,
|
vp9_intrapred_test.cc | 236 IntraPredParam(&vpx_d45_predictor_16x16_neon, [all...] |
/external/libvpx/config/arm-neon/ |
vpx_dsp_rtcd.h | 118 void vpx_d45_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 119 #define vpx_d45_predictor_16x16 vpx_d45_predictor_16x16_neon [all...] |
/external/libvpx/config/arm64/ |
vpx_dsp_rtcd.h | 118 void vpx_d45_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 119 #define vpx_d45_predictor_16x16 vpx_d45_predictor_16x16_neon [all...] |
/external/libvpx/libvpx/vpx_dsp/arm/ |
intrapred_neon.c | 320 void vpx_d45_predictor_16x16_neon(uint8_t *dst, ptrdiff_t stride, function [all...] |