Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_convolve.c31 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_horiz() local
34 sum += src_x[k] * x_filter[k]; in convolve_horiz()
53 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_avg_horiz() local
56 sum += src_x[k] * x_filter[k]; in convolve_avg_horiz()