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

  /external/libvpx/libvpx/vp9/common/
vp9_scale.c 144 sf->highbd_predict[1][0][0] = vpx_highbd_convolve8;
152 sf->highbd_predict[0][1][0] = vpx_highbd_convolve8;
158 sf->highbd_predict[0][0][0] = vpx_highbd_convolve8;
160 sf->highbd_predict[0][1][0] = vpx_highbd_convolve8;
162 sf->highbd_predict[1][0][0] = vpx_highbd_convolve8;
167 sf->highbd_predict[1][1][0] = vpx_highbd_convolve8;
  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp_rtcd_defs.pl 409 add_proto qw/void vpx_highbd_convolve8/, "const uint16_t *src, ptrdiff_t src_stride, uint16_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, int bps";
410 specialize qw/vpx_highbd_convolve8 avx2 neon/, "$sse2_x86_64";
    [all...]
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 658 #define vpx_highbd_convolve8 macro
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 658 #define vpx_highbd_convolve8 macro
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 658 #define vpx_highbd_convolve8 macro
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 672 #define vpx_highbd_convolve8 macro
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 693 #define vpx_highbd_convolve8 macro
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 658 #define vpx_highbd_convolve8 macro
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 693 #define vpx_highbd_convolve8 macro
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 712 #define vpx_highbd_convolve8 macro
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 712 #define vpx_highbd_convolve8 macro
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 827 #define vpx_highbd_convolve8 macro
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 829 #define vpx_highbd_convolve8 macro
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c     [all...]

Completed in 126 milliseconds