HomeSort by relevance Sort by last modified time
    Searched full:vpx_convolve8_neon (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vpx_dsp/arm/
vpx_convolve_neon.c 17 void vpx_convolve8_neon(const uint8_t *src, ptrdiff_t src_stride, function
  /external/libvpx/config/arm64/
libvpx_srcs.txt 325 vpx_dsp/arm/vpx_convolve8_neon.c
vpx_dsp_rtcd.h 26 void vpx_convolve8_neon(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);
27 #define vpx_convolve8 vpx_convolve8_neon
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp.mk 96 DSP_SRCS-yes += arm/vpx_convolve8_neon.c
  /external/libvpx/libvpx/test/
convolve_test.cc     [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 26 void vpx_convolve8_neon(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);
27 #define vpx_convolve8 vpx_convolve8_neon
    [all...]

Completed in 174 milliseconds