Home
last modified time | relevance | path

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

/external/libavc/encoder/svc/
Disvce_downscaler.c270 WORD32 i4_norm_dot_product; in isvce_get_downscaler_normalized_filtered_pixel() local
281 i4_norm_dot_product = ((i4_dot_product_sum + i4_rounding_offset) / i4_normalizing_factor); in isvce_get_downscaler_normalized_filtered_pixel()
282 u1_out_pixel = (UWORD8) CLIP_U8(i4_norm_dot_product); in isvce_get_downscaler_normalized_filtered_pixel()