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

  /external/libvpx/libvpx/vpx_dsp/mips/
vpx_convolve8_avg_msa.c 570 vpx_convolve8_avg_c(src, src_stride, dst, dst_stride, filter, x0_q4,
576 vpx_convolve8_avg_c(src, src_stride, dst, dst_stride, filter, x0_q4,
606 vpx_convolve8_avg_c(src, src_stride, dst, dst_stride, filter, x0_q4,
  /external/libvpx/libvpx/vpx_dsp/
vpx_convolve.c 192 void vpx_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, function
289 vpx_convolve8_avg_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 36 void vpx_convolve8_avg_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);
37 #define vpx_convolve8_avg vpx_convolve8_avg_c
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 36 void vpx_convolve8_avg_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);
37 #define vpx_convolve8_avg vpx_convolve8_avg_c
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 36 void vpx_convolve8_avg_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);
37 #define vpx_convolve8_avg vpx_convolve8_avg_c
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 36 void vpx_convolve8_avg_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);
37 #define vpx_convolve8_avg vpx_convolve8_avg_c
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 37 void vpx_convolve8_avg_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 39 void vpx_convolve8_avg_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 39 void vpx_convolve8_avg_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 40 void vpx_convolve8_avg_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 40 void vpx_convolve8_avg_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 41 void vpx_convolve8_avg_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 41 void vpx_convolve8_avg_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 112 milliseconds