Searched refs:DIVIDE_AND_ROUND (Results 1 – 4 of 4) sorted by relevance
64 #define DIVIDE_AND_ROUND(x, y) (((x) + ((y) >> 1)) / (y)) macro
76 DIVIDE_AND_ROUND(centroids[i * AV1_K_MEANS_DIM + j], count[i]); in RENAME()
142 block_mse = DIVIDE_AND_ROUND(error, mb_pels); in tf_motion_search()153 block_mse = DIVIDE_AND_ROUND(error, mb_pels); in tf_motion_search()190 subblock_mses[subblock_idx] = DIVIDE_AND_ROUND(error, subblock_pels); in tf_motion_search()
4652 AOMMAX(DIVIDE_AND_ROUND(owidth * SCALE_NUMERATOR, rsz->resize_width), in validate_size_scales()4653 DIVIDE_AND_ROUND(oheight * SCALE_NUMERATOR, rsz->resize_height)); in validate_size_scales()