Searched refs:vp9_convolve8_horiz (Results 1 - 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_scale.c81 sf->predict[1][0][0] = vp9_convolve8_horiz;
95 sf->predict[0][0][0] = vp9_convolve8_horiz;
99 sf->predict[1][0][0] = vp9_convolve8_horiz;
H A Dvp9_rtcd_defs.pl311 add_proto qw/void vp9_convolve8_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";
312 specialize qw/vp9_convolve8_horiz sse2 ssse3 neon_asm dspr2/;
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_convolve8_avg_dspr2.c432 vp9_convolve8_horiz(src - (src_stride * 3), src_stride,
/external/libvpx/armv7a/
H A Dvp9_rtcd.h56 #define vp9_convolve8_horiz vp9_convolve8_horiz_c macro
/external/libvpx/generic/
H A Dvp9_rtcd.h56 #define vp9_convolve8_horiz vp9_convolve8_horiz_c macro
/external/libvpx/mips/
H A Dvp9_rtcd.h56 #define vp9_convolve8_horiz vp9_convolve8_horiz_c macro
/external/libvpx/armv7a-neon/
H A Dvp9_rtcd.h61 #define vp9_convolve8_horiz vp9_convolve8_horiz_neon macro
/external/libvpx/mips-dspr2/
H A Dvp9_rtcd.h61 #define vp9_convolve8_horiz vp9_convolve8_horiz_dspr2 macro
/external/libvpx/x86/
H A Dvp9_rtcd.h62 #define vp9_convolve8_horiz vp9_convolve8_horiz_sse2 macro

Completed in 185 milliseconds