/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_convolve2_avg_dspr2.c | 266 vp9_convolve8_avg_vert_c(src, src_stride, 274 vp9_convolve8_avg_vert_c(src, src_stride,
|
vp9_convolve8_avg_dspr2.c | 393 vp9_convolve8_avg_vert_c(src, src_stride, 401 vp9_convolve8_avg_vert_c(src, src_stride, [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_asm_stubs.c | 209 vp9_convolve8_avg_vert_c(src, src_stride, dst, dst_stride, 420 vp9_convolve8_avg_vert_c(src, src_stride, dst, dst_stride,
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_convolve8_avg_neon.asm | 23 IMPORT |vp9_convolve8_avg_vert_c| 189 bne vp9_convolve8_avg_vert_c
|
/external/libvpx/armv7a/ |
vp9_rtcd.h | 231 void vp9_convolve8_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); 232 #define vp9_convolve8_avg_vert vp9_convolve8_avg_vert_c
|
/external/libvpx/generic/ |
vp9_rtcd.h | 231 void vp9_convolve8_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); 232 #define vp9_convolve8_avg_vert vp9_convolve8_avg_vert_c
|
/external/libvpx/mips/ |
vp9_rtcd.h | 231 void vp9_convolve8_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); 232 #define vp9_convolve8_avg_vert vp9_convolve8_avg_vert_c
|
/external/libvpx/libvpx/vp9/common/ |
vp9_convolve.c | 244 void vp9_convolve8_avg_vert_c(const uint8_t *src, ptrdiff_t src_stride, function
|
/external/libvpx/armv7a-neon/ |
vp9_rtcd.h | 244 void vp9_convolve8_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);
|
/external/libvpx/libvpx/test/ |
convolve_test.cc | 584 vp9_convolve8_vert_c, vp9_convolve8_avg_vert_c,
|
/external/libvpx/mips-dspr2/ |
vp9_rtcd.h | 252 void vp9_convolve8_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);
|