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

  /external/libvpx/libvpx/vpx_dsp/arm/
vpx_convolve_neon.c 68 vpx_convolve8_avg_vert_neon(temp + 64 * 3,
vpx_convolve8_avg_neon_asm.asm 21 EXPORT |vpx_convolve8_avg_vert_neon|
180 |vpx_convolve8_avg_vert_neon| PROC
vpx_convolve8_avg_neon.c 234 void vpx_convolve8_avg_vert_neon( function
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 38 void vpx_convolve8_avg_vert_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);
39 #define vpx_convolve8_avg_vert vpx_convolve8_avg_vert_neon
    [all...]
  /external/libvpx/libvpx/test/
convolve_test.cc     [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 38 void vpx_convolve8_avg_vert_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);
39 #define vpx_convolve8_avg_vert vpx_convolve8_avg_vert_neon
    [all...]

Completed in 855 milliseconds