Searched refs:vp9_convolve8 (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_scale.c | 120 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()
|
D | vp9_rtcd_defs.sh | 250 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
|
D | vp9_convolve.c | 272 vp9_convolve8(src, src_stride, temp, 64, in vp9_convolve8_avg_c()
|
/external/libvpx/generic/ |
D | vp9_rtcd.h | 217 #define vp9_convolve8 vp9_convolve8_c macro
|
/external/libvpx/armv7a/ |
D | vp9_rtcd.h | 217 #define vp9_convolve8 vp9_convolve8_c macro
|
/external/libvpx/mips/ |
D | vp9_rtcd.h | 217 #define vp9_convolve8 vp9_convolve8_c macro
|
/external/libvpx/armv7a-neon/ |
D | vp9_rtcd.h | 226 #define vp9_convolve8 vp9_convolve8_neon macro
|
/external/libvpx/mips-dspr2/ |
D | vp9_rtcd.h | 234 #define vp9_convolve8 vp9_convolve8_dspr2 macro
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_onyx_if.c | 2380 vp9_convolve8(src, src_stride, dst, dst_stride, in scale_and_extend_frame()
|