Home
last modified time | relevance | path

Searched refs:vp9_convolve8 (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_scale.c120 scale_comm->predict[1][0][0] = vp9_convolve8; in vp9_setup_scale_factors_for_frame()
128 scale_comm->predict[0][1][0] = vp9_convolve8; in vp9_setup_scale_factors_for_frame()
134 scale_comm->predict[0][0][0] = vp9_convolve8; in vp9_setup_scale_factors_for_frame()
136 scale_comm->predict[0][1][0] = vp9_convolve8; in vp9_setup_scale_factors_for_frame()
138 scale_comm->predict[1][0][0] = vp9_convolve8; in vp9_setup_scale_factors_for_frame()
143 scale_comm->predict[1][1][0] = vp9_convolve8; in vp9_setup_scale_factors_for_frame()
Dvp9_rtcd_defs.sh250 prototype void vp9_convolve8 "const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst…
251 specialize vp9_convolve8 sse2 ssse3 neon dspr2
Dvp9_convolve.c272 vp9_convolve8(src, src_stride, temp, 64, in vp9_convolve8_avg_c()
/external/libvpx/generic/
Dvp9_rtcd.h217 #define vp9_convolve8 vp9_convolve8_c macro
/external/libvpx/armv7a/
Dvp9_rtcd.h217 #define vp9_convolve8 vp9_convolve8_c macro
/external/libvpx/mips/
Dvp9_rtcd.h217 #define vp9_convolve8 vp9_convolve8_c macro
/external/libvpx/armv7a-neon/
Dvp9_rtcd.h226 #define vp9_convolve8 vp9_convolve8_neon macro
/external/libvpx/mips-dspr2/
Dvp9_rtcd.h234 #define vp9_convolve8 vp9_convolve8_dspr2 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_onyx_if.c2380 vp9_convolve8(src, src_stride, dst, dst_stride, in scale_and_extend_frame()