Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_ports/
Dmem.h64 #define DIVIDE_AND_ROUND(x, y) (((x) + ((y) >> 1)) / (y)) macro
/external/libaom/libaom/av1/encoder/
Dk_means_template.h76 DIVIDE_AND_ROUND(centroids[i * AV1_K_MEANS_DIM + j], count[i]); in RENAME()
Dtemporal_filter.c142 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()
Dencoder.c4652 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()