Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Daom_convolve.c133 static INLINE int highbd_vert_scalar_product(const uint16_t *a, in highbd_vert_scalar_product() function
181 const int sum = highbd_vert_scalar_product(src_y, src_stride, y_filter); in highbd_convolve_vert()
/external/libaom/libaom/av1/common/
Dconvolve.c1096 static INLINE int highbd_vert_scalar_product(const uint16_t *a, in highbd_vert_scalar_product() function
1155 highbd_vert_scalar_product(src_y, src_stride, y_filter) + rounding; in convolve_add_src_vert_hip()
1235 highbd_vert_scalar_product(src_y, src_stride, y_filter) + rounding; in highbd_convolve_add_src_vert_hip()