Home
last modified time | relevance | path

Searched refs:vpx_ve_predictor_4x4_c (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/config/mips64/
Dvpx_dsp_rtcd.h682 void vpx_ve_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *…
683 #define vpx_ve_predictor_4x4 vpx_ve_predictor_4x4_c
/external/libvpx/config/arm/
Dvpx_dsp_rtcd.h682 void vpx_ve_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *…
683 #define vpx_ve_predictor_4x4 vpx_ve_predictor_4x4_c
/external/libvpx/config/mips32/
Dvpx_dsp_rtcd.h682 void vpx_ve_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *…
683 #define vpx_ve_predictor_4x4 vpx_ve_predictor_4x4_c
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h682 void vpx_ve_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *…
683 #define vpx_ve_predictor_4x4 vpx_ve_predictor_4x4_c
/external/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h723 void vpx_ve_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *…
724 #define vpx_ve_predictor_4x4 vpx_ve_predictor_4x4_c
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h801 void vpx_ve_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *…
802 #define vpx_ve_predictor_4x4 vpx_ve_predictor_4x4_c
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h801 void vpx_ve_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *…
802 #define vpx_ve_predictor_4x4 vpx_ve_predictor_4x4_c
/external/libvpx/config/mips64-msa/
Dvpx_dsp_rtcd.h865 void vpx_ve_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *…
866 #define vpx_ve_predictor_4x4 vpx_ve_predictor_4x4_c
/external/libvpx/config/mips32-msa/
Dvpx_dsp_rtcd.h865 void vpx_ve_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *…
866 #define vpx_ve_predictor_4x4 vpx_ve_predictor_4x4_c
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h927 void vpx_ve_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *…
928 #define vpx_ve_predictor_4x4 vpx_ve_predictor_4x4_c
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h931 void vpx_ve_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *…
932 #define vpx_ve_predictor_4x4 vpx_ve_predictor_4x4_c
/external/libvpx/libvpx/vpx_dsp/
Dintrapred.c264 void vpx_ve_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, in vpx_ve_predictor_4x4_c() function