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

  /external/libvpx/libvpx/test/
convolve_test.cc     [all...]
  /external/libvpx/libvpx/vpx_dsp/
vpx_convolve.c 206 void vpx_convolve_copy_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, function
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 54 void vpx_convolve_copy_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);
55 #define vpx_convolve_copy vpx_convolve_copy_c
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 54 void vpx_convolve_copy_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);
55 #define vpx_convolve_copy vpx_convolve_copy_c
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 54 void vpx_convolve_copy_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);
55 #define vpx_convolve_copy vpx_convolve_copy_c
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 54 void vpx_convolve_copy_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);
55 #define vpx_convolve_copy vpx_convolve_copy_c
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 61 void vpx_convolve_copy_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 63 void vpx_convolve_copy_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 63 void vpx_convolve_copy_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 64 void vpx_convolve_copy_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 64 void vpx_convolve_copy_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 70 void vpx_convolve_copy_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 70 void vpx_convolve_copy_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 94 milliseconds