Searched refs:vpx_ve_predictor_4x4_c (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 682 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/ |
D | vpx_dsp_rtcd.h | 682 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/ |
D | vpx_dsp_rtcd.h | 682 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/ |
D | vpx_dsp_rtcd.h | 682 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/ |
D | vpx_dsp_rtcd.h | 723 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/ |
D | vpx_dsp_rtcd.h | 801 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/ |
D | vpx_dsp_rtcd.h | 801 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/ |
D | vpx_dsp_rtcd.h | 865 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/ |
D | vpx_dsp_rtcd.h | 865 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/ |
D | vpx_dsp_rtcd.h | 927 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/ |
D | vpx_dsp_rtcd.h | 931 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/ |
D | intrapred.c | 264 void vpx_ve_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, in vpx_ve_predictor_4x4_c() function
|