/external/libvpx/libvpx/test/ |
test_intra_pred_speed.cc | 267 vpx_h_predictor_4x4_neon, vpx_d45_predictor_4x4_neon,
|
vp9_intrapred_test.cc | 232 IntraPredParam(&vpx_d45_predictor_4x4_neon, &vpx_d45_predictor_4x4_c, 4, [all...] |
/external/libvpx/config/arm-neon/ |
vpx_dsp_rtcd.h | 126 void vpx_d45_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 127 #define vpx_d45_predictor_4x4 vpx_d45_predictor_4x4_neon [all...] |
/external/libvpx/config/arm64/ |
vpx_dsp_rtcd.h | 126 void vpx_d45_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 127 #define vpx_d45_predictor_4x4 vpx_d45_predictor_4x4_neon [all...] |
/external/libvpx/libvpx/vpx_dsp/arm/ |
intrapred_neon.c | 263 void vpx_d45_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, function [all...] |