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

/external/libvpx/libvpx/test/
H A Dconvolve_test.cc1105 vpx_scaled_vert_c, vpx_scaled_avg_vert_c,
1213 vpx_scaled_vert_c, vpx_scaled_avg_vert_c,
1240 vpx_scaled_vert_c, vpx_scaled_avg_vert_c,
1266 vpx_scaled_vert_c, vpx_scaled_avg_vert_c,
1293 vpx_scaled_vert_c, vpx_scaled_avg_vert_c,
1302 vpx_scaled_vert_c, vpx_scaled_avg_vert_c,
1329 vpx_scaled_vert_c, vpx_scaled_avg_vert_c,
1355 vpx_scaled_vert_c, vpx_scaled_avg_vert_c,
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h526 void vpx_scaled_avg_vert_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);
527 #define vpx_scaled_avg_vert vpx_scaled_avg_vert_c
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h526 void vpx_scaled_avg_vert_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);
527 #define vpx_scaled_avg_vert vpx_scaled_avg_vert_c
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h526 void vpx_scaled_avg_vert_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);
527 #define vpx_scaled_avg_vert vpx_scaled_avg_vert_c
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h528 void vpx_scaled_avg_vert_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);
529 #define vpx_scaled_avg_vert vpx_scaled_avg_vert_c
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h598 void vpx_scaled_avg_vert_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);
599 #define vpx_scaled_avg_vert vpx_scaled_avg_vert_c
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h590 void vpx_scaled_avg_vert_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);
591 #define vpx_scaled_avg_vert vpx_scaled_avg_vert_c
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h562 void vpx_scaled_avg_vert_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);
563 #define vpx_scaled_avg_vert vpx_scaled_avg_vert_c
/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_convolve.c321 void vpx_scaled_avg_vert_c(const uint8_t *src, ptrdiff_t src_stride, function
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h671 void vpx_scaled_avg_vert_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);
672 #define vpx_scaled_avg_vert vpx_scaled_avg_vert_c
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h676 void vpx_scaled_avg_vert_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);
677 #define vpx_scaled_avg_vert vpx_scaled_avg_vert_c

Completed in 189 milliseconds