Searched refs:FASTDIV (Results 1 – 1 of 1) sorted by relevance
58 #ifndef FASTDIV59 # define FASTDIV(a,b) ((RK_U32)((((RK_U64)a) * vpx_inverse[b]) >> 32)) macro1396 update_factor = FASTDIV(update_factor * ct, max_count); in adapt_prob()