OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:convolve_vert
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_convolve.c
66
static void
convolve_vert
(const uint8_t *src, ptrdiff_t src_stride,
function
137
convolve_vert
(temp + 64 * (SUBPEL_TAPS / 2 - 1), 64, dst, dst_stride,
187
convolve_vert
(src, src_stride, dst, dst_stride, filters_y,
/external/libvpx/libvpx/vpx_dsp/
vpx_convolve.c
67
static void
convolve_vert
(const uint8_t *src, ptrdiff_t src_stride,
function
144
convolve_vert
(temp + 64 * (SUBPEL_TAPS / 2 - 1), 64, dst, dst_stride,
199
convolve_vert
(src, src_stride, dst, dst_stride, filters_y,
Completed in 544 milliseconds