Searched refs:vpx_d45_predictor_16x16_neon (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/test/ |
D | test_intra_pred_speed.cc | 284 vpx_h_predictor_16x16_neon, vpx_d45_predictor_16x16_neon,
|
D | vp9_intrapred_test.cc | 242 IntraPredParam(&vpx_d45_predictor_16x16_neon,
|
/external/libvpx/vpx_dsp/arm/ |
D | intrapred_neon.c | 320 void vpx_d45_predictor_16x16_neon(uint8_t *dst, ptrdiff_t stride, in vpx_d45_predictor_16x16_neon() function
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 121 void vpx_d45_predictor_16x16_neon(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8… 122 #define vpx_d45_predictor_16x16 vpx_d45_predictor_16x16_neon
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 121 void vpx_d45_predictor_16x16_neon(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8… 122 #define vpx_d45_predictor_16x16 vpx_d45_predictor_16x16_neon
|