Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_convolve.c77 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_vert() local
80 sum += src_y[k * src_stride] * y_filter[k]; in convolve_vert()
100 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_avg_vert() local
103 sum += src_y[k * src_stride] * y_filter[k]; in convolve_avg_vert()