Searched refs:vpx_h_predictor_4x4_neon (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/config/arm-neon/vpx_dsp/arm/ |
D | intrapred_neon_asm.asm.S | 22 .global vpx_h_predictor_4x4_neon symbol 23 .type vpx_h_predictor_4x4_neon, function 149 @void vpx_h_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, 158 vpx_h_predictor_4x4_neon: @ PROC label 169 ….size vpx_h_predictor_4x4_neon, .-vpx_h_predictor_4x4_neon @ ENDP @ |vpx_h_predi…
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | intrapred_neon_asm.asm | 15 EXPORT |vpx_h_predictor_4x4_neon| 129 ;void vpx_h_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, 137 |vpx_h_predictor_4x4_neon| PROC 148 ENDP ; |vpx_h_predictor_4x4_neon|
|
D | intrapred_neon.c | 725 void vpx_h_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in vpx_h_predictor_4x4_neon() function
|
/external/libvpx/libvpx/test/ |
D | test_intra_pred_speed.cc | 267 vpx_h_predictor_4x4_neon, vpx_d45_predictor_4x4_neon,
|
D | vp9_intrapred_test.cc | 286 IntraPredParam(&vpx_h_predictor_4x4_neon, &vpx_h_predictor_4x4_c, 4, 8),
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 278 void vpx_h_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *… 279 #define vpx_h_predictor_4x4 vpx_h_predictor_4x4_neon
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 278 void vpx_h_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *… 279 #define vpx_h_predictor_4x4 vpx_h_predictor_4x4_neon
|