Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Daom_convolve.c141 static INLINE int highbd_horz_scalar_product(const uint16_t *a, in highbd_horz_scalar_product() function
160 const int sum = highbd_horz_scalar_product(src_x, x_filter); in highbd_convolve_horiz()
/external/libaom/libaom/av1/common/
Dconvolve.c1088 static INLINE int highbd_horz_scalar_product(const uint16_t *a, in highbd_horz_scalar_product() function
1210 const int sum = highbd_horz_scalar_product(src_x, x_filter) + rounding; in highbd_convolve_add_src_horiz_hip()