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

  /external/libvpx/libvpx/vp9/common/
vp9_scale.c 83 sf->predict[0][0][1] = vpx_convolve_avg;
  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp_rtcd_defs.pl 365 add_proto qw/void vpx_convolve_avg/, "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";
366 specialize qw/vpx_convolve_avg neon dspr2 msa sse2 vsx/;
    [all...]
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 52 #define vpx_convolve_avg vpx_convolve_avg_c macro
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 52 #define vpx_convolve_avg vpx_convolve_avg_c macro
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 52 #define vpx_convolve_avg vpx_convolve_avg_c macro
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 59 #define vpx_convolve_avg vpx_convolve_avg_dspr2 macro
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 61 #define vpx_convolve_avg vpx_convolve_avg_msa macro
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 52 #define vpx_convolve_avg vpx_convolve_avg_c macro
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 61 #define vpx_convolve_avg vpx_convolve_avg_msa macro
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 62 #define vpx_convolve_avg vpx_convolve_avg_neon macro
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 62 #define vpx_convolve_avg vpx_convolve_avg_neon macro
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 68 #define vpx_convolve_avg vpx_convolve_avg_sse2 macro
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 68 #define vpx_convolve_avg vpx_convolve_avg_sse2 macro
    [all...]

Completed in 95 milliseconds