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

  /external/libvpx/libvpx/vp9/common/
vp9_scale.c 104 sf->predict[0][0][0] = vpx_scaled_horiz;
108 sf->predict[1][0][0] = vpx_scaled_horiz;
  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp_rtcd_defs.pl 483 add_proto qw/void vpx_scaled_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";
484 specialize qw/vpx_scaled_horiz/;
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 530 #define vpx_scaled_horiz vpx_scaled_horiz_c macro
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 530 #define vpx_scaled_horiz vpx_scaled_horiz_c macro
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 530 #define vpx_scaled_horiz vpx_scaled_horiz_c macro
    [all...]
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 532 #define vpx_scaled_horiz vpx_scaled_horiz_c macro
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 602 #define vpx_scaled_horiz macro
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 594 #define vpx_scaled_horiz macro
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 566 #define vpx_scaled_horiz macro
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 675 #define vpx_scaled_horiz macro
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 680 #define vpx_scaled_horiz macro
    [all...]

Completed in 184 milliseconds