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

  /external/libvpx/libvpx/vp9/common/
vp9_scale.c 86 sf->predict[1][0][0] = vpx_convolve8_horiz;
  /external/libvpx/libvpx/vpx_dsp/mips/
convolve8_avg_dspr2.c 393 vpx_convolve8_horiz(src - (src_stride * 3), src_stride, temp, 64, filter_x,
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp_rtcd_defs.pl 343 add_proto qw/void vpx_convolve8_horiz/, "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";
344 specialize qw/vpx_convolve8_horiz sse2 ssse3 avx2 neon dspr2 msa vsx/;
    [all...]
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 44 #define vpx_convolve8_horiz vpx_convolve8_horiz_c macro
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 44 #define vpx_convolve8_horiz vpx_convolve8_horiz_c macro
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 44 #define vpx_convolve8_horiz vpx_convolve8_horiz_c macro
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 44 #define vpx_convolve8_horiz vpx_convolve8_horiz_c macro
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 49 #define vpx_convolve8_horiz vpx_convolve8_horiz_dspr2 macro
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 51 #define vpx_convolve8_horiz vpx_convolve8_horiz_neon macro
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 51 #define vpx_convolve8_horiz vpx_convolve8_horiz_neon macro
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 51 #define vpx_convolve8_horiz vpx_convolve8_horiz_msa macro
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 51 #define vpx_convolve8_horiz vpx_convolve8_horiz_msa macro
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 57 #define vpx_convolve8_horiz vpx_convolve8_horiz_ssse3 macro
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 57 #define vpx_convolve8_horiz vpx_convolve8_horiz_ssse3 macro
    [all...]

Completed in 507 milliseconds