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

  /external/libvpx/libvpx/vp9/common/
vp9_scale.c 82 sf->predict[0][0][0] = vpx_convolve_copy;
  /external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.c 385 vpx_convolve_copy(avg_start, avg.y_stride, src.buf, src.stride, NULL, 0,
389 vpx_convolve_copy(src.buf, src.stride, avg_start, avg.y_stride, NULL, 0,
vp9_pickmode.c     [all...]
vp9_rdopt.c 626 vpx_convolve_copy(dst, dst_stride, recon, 32, NULL, 0, NULL, 0, bs, bs);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp_rtcd_defs.pl 334 add_proto qw/void vpx_convolve_copy/, "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";
335 specialize qw/vpx_convolve_copy neon dspr2 msa sse2 vsx/;
    [all...]
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 53 #define vpx_convolve_copy vpx_convolve_copy_c macro
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 53 #define vpx_convolve_copy vpx_convolve_copy_c macro
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 53 #define vpx_convolve_copy vpx_convolve_copy_c macro
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 53 #define vpx_convolve_copy vpx_convolve_copy_c macro
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 61 #define vpx_convolve_copy vpx_convolve_copy_dspr2 macro
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 63 #define vpx_convolve_copy vpx_convolve_copy_neon macro
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 63 #define vpx_convolve_copy vpx_convolve_copy_neon macro
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 63 #define vpx_convolve_copy vpx_convolve_copy_msa macro
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 63 #define vpx_convolve_copy vpx_convolve_copy_msa macro
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 70 #define vpx_convolve_copy vpx_convolve_copy_sse2 macro
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 70 #define vpx_convolve_copy vpx_convolve_copy_sse2 macro
    [all...]

Completed in 386 milliseconds