Searched refs:vpx_he_predictor_4x4_c (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | intrapred.c | 250 void vpx_he_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, in vpx_he_predictor_4x4_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 243 void vpx_he_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *le… 244 #define vpx_he_predictor_4x4 vpx_he_predictor_4x4_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 296 void vpx_he_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *le… 297 #define vpx_he_predictor_4x4 vpx_he_predictor_4x4_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 296 void vpx_he_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *le… 297 #define vpx_he_predictor_4x4 vpx_he_predictor_4x4_c
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 311 void vpx_he_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *le… 312 #define vpx_he_predictor_4x4 vpx_he_predictor_4x4_c
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 312 void vpx_he_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *le… 313 #define vpx_he_predictor_4x4 vpx_he_predictor_4x4_c
|