Searched refs:vpx_scaled_avg_2d_c (Results 1 - 11 of 11) sorted by relevance

/external/libvpx/libvpx/test/
H A Dconvolve_test.cc1106 vpx_scaled_2d_c, vpx_scaled_avg_2d_c, 0);
1214 vpx_scaled_2d_c, vpx_scaled_avg_2d_c, 0);
1241 vpx_scaled_2d_c, vpx_scaled_avg_2d_c, 0);
1267 vpx_scaled_2d_c, vpx_scaled_avg_2d_c, 0);
1294 vpx_scaled_2d_c, vpx_scaled_avg_2d_c, 0);
1303 vpx_scaled_2d_c, vpx_scaled_avg_2d_c, 0);
1330 vpx_scaled_2d_c, vpx_scaled_avg_2d_c, 0);
1356 vpx_scaled_2d_c, vpx_scaled_avg_2d_c, 0);
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h520 void vpx_scaled_avg_2d_c(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);
521 #define vpx_scaled_avg_2d vpx_scaled_avg_2d_c
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h520 void vpx_scaled_avg_2d_c(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);
521 #define vpx_scaled_avg_2d vpx_scaled_avg_2d_c
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h520 void vpx_scaled_avg_2d_c(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);
521 #define vpx_scaled_avg_2d vpx_scaled_avg_2d_c
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h522 void vpx_scaled_avg_2d_c(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);
523 #define vpx_scaled_avg_2d vpx_scaled_avg_2d_c
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h592 void vpx_scaled_avg_2d_c(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);
593 #define vpx_scaled_avg_2d vpx_scaled_avg_2d_c
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h584 void vpx_scaled_avg_2d_c(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);
585 #define vpx_scaled_avg_2d vpx_scaled_avg_2d_c
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h556 void vpx_scaled_avg_2d_c(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);
557 #define vpx_scaled_avg_2d vpx_scaled_avg_2d_c
/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_convolve.c330 void vpx_scaled_avg_2d_c(const uint8_t *src, ptrdiff_t src_stride, function
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h665 void vpx_scaled_avg_2d_c(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);
666 #define vpx_scaled_avg_2d vpx_scaled_avg_2d_c
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h670 void vpx_scaled_avg_2d_c(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);
671 #define vpx_scaled_avg_2d vpx_scaled_avg_2d_c

Completed in 52 milliseconds