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

  /external/libvpx/libvpx/vp9/common/
vp9_scale.c 94 sf->predict[1][0][0] = vpx_scaled_2d;
102 sf->predict[0][1][0] = vpx_scaled_2d;
108 sf->predict[0][0][0] = vpx_scaled_2d;
110 sf->predict[0][1][0] = vpx_scaled_2d;
112 sf->predict[1][0][0] = vpx_scaled_2d;
120 sf->predict[1][1][0] = vpx_scaled_2d;
  /external/libvpx/libvpx/vp9/encoder/
vp9_frame_scale.c 33 // it's much slower than the general version which calls vpx_scaled_2d() even
34 // if vpx_scaled_2d() is not optimized. It will only be enabled as a reference
107 vpx_scaled_2d(src_ptr, src_stride, dst_ptr, dst_stride, kernel,
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp_rtcd_defs.pl 386 add_proto qw/void vpx_scaled_2d/, "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";
387 specialize qw/vpx_scaled_2d ssse3 neon msa/;
    [all...]
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 1330 #define vpx_scaled_2d macro
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 1330 #define vpx_scaled_2d macro
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 1330 #define vpx_scaled_2d macro
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 1356 #define vpx_scaled_2d macro
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 1434 #define vpx_scaled_2d macro
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 1330 #define vpx_scaled_2d macro
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 1434 #define vpx_scaled_2d macro
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 1525 #define vpx_scaled_2d macro
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 1525 #define vpx_scaled_2d macro
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 1723 #define vpx_scaled_2d macro
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 1730 #define vpx_scaled_2d macro
    [all...]

Completed in 90 milliseconds