Home
last modified time | relevance | path

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

/external/libavc/encoder/svc/
Disvce_downscaler.c273 WORD32 i4_rounding_offset = 1 << (FILTER_COEFF_Q - 1); 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()