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

  /external/libvpx/libvpx/vpx_dsp/arm/
vpx_convolve_neon.c 38 vpx_convolve8_horiz_neon(src - src_stride * 3, src_stride,
64 vpx_convolve8_horiz_neon(src - src_stride * 3, src_stride,
vpx_convolve8_neon_asm.asm 20 EXPORT |vpx_convolve8_horiz_neon|
52 |vpx_convolve8_horiz_neon| PROC
vpx_convolve8_neon.c 46 void vpx_convolve8_horiz_neon( function
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 42 void vpx_convolve8_horiz_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);
43 #define vpx_convolve8_horiz vpx_convolve8_horiz_neon
    [all...]
  /external/libvpx/libvpx/test/
convolve_test.cc     [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 42 void vpx_convolve8_horiz_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);
43 #define vpx_convolve8_horiz vpx_convolve8_horiz_neon
    [all...]

Completed in 103 milliseconds