HomeSort by relevance Sort by last modified time
    Searched refs:vpx_convolve8_avg_horiz_c (Results 1 - 16 of 16) sorted by null

  /external/libvpx/libvpx/vpx_dsp/mips/
convolve2_avg_horiz_dspr2.c     [all...]
convolve8_avg_horiz_dspr2.c     [all...]
vpx_convolve8_avg_horiz_msa.c 684 vpx_convolve8_avg_horiz_c(src, src_stride, dst, dst_stride, filter,
711 vpx_convolve8_avg_horiz_c(src, src_stride, dst, dst_stride, filter,
  /external/libvpx/libvpx/vpx_dsp/
vpx_convolve.c 126 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, function
273 vpx_convolve8_avg_horiz_c(src, src_stride, dst, dst_stride, filter, x0_q4,
  /external/libvpx/libvpx/test/
convolve_test.cc     [all...]
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 39 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
40 #define vpx_convolve8_avg_horiz vpx_convolve8_avg_horiz_c
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 39 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
40 #define vpx_convolve8_avg_horiz vpx_convolve8_avg_horiz_c
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 39 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
40 #define vpx_convolve8_avg_horiz vpx_convolve8_avg_horiz_c
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 39 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
40 #define vpx_convolve8_avg_horiz vpx_convolve8_avg_horiz_c
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 41 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 43 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 43 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 44 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 44 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 46 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 46 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
    [all...]

Completed in 116 milliseconds