Searched defs:vp9_convolve8 (Results 1 - 20 of 20) sorted by relevance

/external/libvpx/x86/
H A Dvp9_rtcd.h43 #define vp9_convolve8 vp9_convolve8_sse2 macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm/
H A Dvp9_rtcd.h36 #define vp9_convolve8 vp9_convolve8_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
H A Dvp9_rtcd.h37 #define vp9_convolve8 vp9_convolve8_neon macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
H A Dvp9_rtcd.h37 RTCD_EXTERN void (*vp9_convolve8)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); variable
740 vp9_convolve8 = vp9_convolve8_c;
741 if (flags & HAS_NEON) vp9_convolve8 = vp9_convolve8_neon;
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
H A Dvp9_rtcd.h36 #define vp9_convolve8 vp9_convolve8_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/generic/
H A Dvp9_rtcd.h36 #define vp9_convolve8 vp9_convolve8_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/
H A Dvp9_rtcd.h39 RTCD_EXTERN void (*vp9_convolve8)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); variable
887 vp9_convolve8 = vp9_convolve8_c;
888 if (flags & HAS_SSE2) vp9_convolve8 = vp9_convolve8_sse2;
889 if (flags & HAS_SSSE3) vp9_convolve8 = vp9_convolve8_ssse3;
/external/chromium_org/third_party/libvpx/source/config/linux/mips64el/
H A Dvp9_rtcd.h36 #define vp9_convolve8 vp9_convolve8_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
H A Dvp9_rtcd.h36 #define vp9_convolve8 vp9_convolve8_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/x64/
H A Dvp9_rtcd.h39 RTCD_EXTERN void (*vp9_convolve8)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); variable
893 vp9_convolve8 = vp9_convolve8_sse2;
894 if (flags & HAS_SSSE3) vp9_convolve8 = vp9_convolve8_ssse3;
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/
H A Dvp9_rtcd.h38 RTCD_EXTERN void (*vp9_convolve8)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); variable
752 vp9_convolve8 = vp9_convolve8_c;
753 if (flags & HAS_SSE2) vp9_convolve8 = vp9_convolve8_sse2;
754 if (flags & HAS_SSSE3) vp9_convolve8 = vp9_convolve8_ssse3;
/external/chromium_org/third_party/libvpx/source/config/mac/x64/
H A Dvp9_rtcd.h39 RTCD_EXTERN void (*vp9_convolve8)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); variable
893 vp9_convolve8 = vp9_convolve8_sse2;
894 if (flags & HAS_SSSE3) vp9_convolve8 = vp9_convolve8_ssse3;
/external/chromium_org/third_party/libvpx/source/config/nacl/
H A Dvp9_rtcd.h36 #define vp9_convolve8 vp9_convolve8_c macro
/external/chromium_org/third_party/libvpx/source/config/win/ia32/
H A Dvp9_rtcd.h39 RTCD_EXTERN void (*vp9_convolve8)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); variable
887 vp9_convolve8 = vp9_convolve8_c;
888 if (flags & HAS_SSE2) vp9_convolve8 = vp9_convolve8_sse2;
889 if (flags & HAS_SSSE3) vp9_convolve8 = vp9_convolve8_ssse3;
/external/chromium_org/third_party/libvpx/source/config/win/x64/
H A Dvp9_rtcd.h39 RTCD_EXTERN void (*vp9_convolve8)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); variable
893 vp9_convolve8 = vp9_convolve8_sse2;
894 if (flags & HAS_SSSE3) vp9_convolve8 = vp9_convolve8_ssse3;
/external/libvpx/armv7a/
H A Dvp9_rtcd.h45 #define vp9_convolve8 vp9_convolve8_c macro
/external/libvpx/armv7a-neon/
H A Dvp9_rtcd.h46 #define vp9_convolve8 vp9_convolve8_neon macro
/external/libvpx/generic/
H A Dvp9_rtcd.h45 #define vp9_convolve8 vp9_convolve8_c macro
/external/libvpx/mips/
H A Dvp9_rtcd.h45 #define vp9_convolve8 vp9_convolve8_c macro
/external/libvpx/mips-dspr2/
H A Dvp9_rtcd.h46 #define vp9_convolve8 vp9_convolve8_dspr2 macro

Completed in 832 milliseconds