Searched refs:convolve_vert (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_convolve.c | 66 static void convolve_vert(const uint8_t *src, ptrdiff_t src_stride, in convolve_vert() function 137 convolve_vert(temp + 64 * (SUBPEL_TAPS / 2 - 1), 64, dst, dst_stride, in convolve() 187 convolve_vert(src, src_stride, dst, dst_stride, filters_y, in vp9_convolve8_vert_c()
|