Searched refs:vpx_h_predictor_8x8_neon (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/config/arm-neon/vpx_dsp/arm/ |
D | intrapred_neon_asm.asm.S | 25 .global vpx_h_predictor_8x8_neon symbol 26 .type vpx_h_predictor_8x8_neon, function 172 @void vpx_h_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, 181 vpx_h_predictor_8x8_neon: @ PROC label 200 ….size vpx_h_predictor_8x8_neon, .-vpx_h_predictor_8x8_neon @ ENDP @ |vpx_h_predi…
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | intrapred_neon_asm.asm | 16 EXPORT |vpx_h_predictor_8x8_neon| 150 ;void vpx_h_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, 158 |vpx_h_predictor_8x8_neon| PROC 177 ENDP ; |vpx_h_predictor_8x8_neon|
|
D | intrapred_neon.c | 746 void vpx_h_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, in vpx_h_predictor_8x8_neon() function
|
/external/libvpx/libvpx/test/ |
D | test_intra_pred_speed.cc | 273 vpx_h_predictor_8x8_neon, vpx_d45_predictor_8x8_neon,
|
D | vp9_intrapred_test.cc | 287 IntraPredParam(&vpx_h_predictor_8x8_neon, &vpx_h_predictor_8x8_c, 8, 8),
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 282 void vpx_h_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *… 283 #define vpx_h_predictor_8x8 vpx_h_predictor_8x8_neon
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 282 void vpx_h_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *… 283 #define vpx_h_predictor_8x8 vpx_h_predictor_8x8_neon
|