Searched refs:vpx_highbd_convolve8_vert (Results 1 - 13 of 13) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_scale.c134 sf->highbd_predict[0][1][0] = vpx_highbd_convolve8_vert;
140 sf->highbd_predict[0][0][0] = vpx_highbd_convolve8_vert;
142 sf->highbd_predict[0][1][0] = vpx_highbd_convolve8_vert;
/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp_rtcd_defs.pl415 add_proto qw/void vpx_highbd_convolve8_vert/, "const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h, int bps";
416 specialize qw/vpx_highbd_convolve8_vert avx2 neon/, "$sse2_x86_64";
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h673 #define vpx_highbd_convolve8_vert vpx_highbd_convolve8_vert_c macro
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h673 #define vpx_highbd_convolve8_vert vpx_highbd_convolve8_vert_c macro
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h673 #define vpx_highbd_convolve8_vert vpx_highbd_convolve8_vert_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h687 #define vpx_highbd_convolve8_vert vpx_highbd_convolve8_vert_c macro
/external/libvpx/config/mips32-msa/
H A Dvpx_dsp_rtcd.h708 #define vpx_highbd_convolve8_vert vpx_highbd_convolve8_vert_c macro
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h673 #define vpx_highbd_convolve8_vert vpx_highbd_convolve8_vert_c macro
/external/libvpx/config/mips64-msa/
H A Dvpx_dsp_rtcd.h708 #define vpx_highbd_convolve8_vert vpx_highbd_convolve8_vert_c macro
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h732 #define vpx_highbd_convolve8_vert vpx_highbd_convolve8_vert_neon macro
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h732 #define vpx_highbd_convolve8_vert vpx_highbd_convolve8_vert_neon macro
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h842 #define vpx_highbd_convolve8_vert vpx_highbd_convolve8_vert_c macro
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h849 #define vpx_highbd_convolve8_vert vpx_highbd_convolve8_vert_sse2 macro

Completed in 218 milliseconds