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

  /external/libvpx/libvpx/vp9/common/
vp9_scale.c 95 sf->predict[1][0][1] = vpx_scaled_avg_2d;
103 sf->predict[0][1][1] = vpx_scaled_avg_2d;
109 sf->predict[0][0][1] = vpx_scaled_avg_2d;
111 sf->predict[0][1][1] = vpx_scaled_avg_2d;
113 sf->predict[1][0][1] = vpx_scaled_avg_2d;
121 sf->predict[1][1][1] = vpx_scaled_avg_2d;
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 521 #define vpx_scaled_avg_2d vpx_scaled_avg_2d_c macro
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 521 #define vpx_scaled_avg_2d vpx_scaled_avg_2d_c macro
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 521 #define vpx_scaled_avg_2d vpx_scaled_avg_2d_c macro
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 521 #define vpx_scaled_avg_2d vpx_scaled_avg_2d_c macro
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 560 #define vpx_scaled_avg_2d macro
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 607 #define vpx_scaled_avg_2d macro
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 607 #define vpx_scaled_avg_2d macro
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 655 #define vpx_scaled_avg_2d macro
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 655 #define vpx_scaled_avg_2d macro
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 691 #define vpx_scaled_avg_2d macro
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 695 #define vpx_scaled_avg_2d macro
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp_rtcd_defs.pl 365 add_proto qw/void vpx_scaled_avg_2d/, "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";
    [all...]

Completed in 315 milliseconds