Searched refs:vpx_d45_predictor_4x4_c (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_intrapred_test.cc | 137 ::testing::Values(IntraPredParam(&vpx_d45_predictor_4x4_c, 138 &vpx_d45_predictor_4x4_c, 4, 8))); 143 IntraPredParam(&vpx_d45_predictor_4x4_sse2, &vpx_d45_predictor_4x4_c, 4, 238 IntraPredParam(&vpx_d45_predictor_4x4_neon, &vpx_d45_predictor_4x4_c, 4,
|
D | test_intra_pred_speed.cc | 176 vpx_h_predictor_4x4_c, vpx_d45_predictor_4x4_c,
|
/external/libvpx/libvpx/vpx_dsp/ |
D | intrapred.c | 346 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, in vpx_d45_predictor_4x4_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 111 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *l… 112 #define vpx_d45_predictor_4x4 vpx_d45_predictor_4x4_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 128 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *l…
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 128 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *l…
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 138 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *l…
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 138 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *l…
|