Searched refs:div_mult (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | mvref_common.c | 19 static int div_mult[32] = { 0, 16384, 8192, 5461, 4096, 3276, 2730, 2340, variable 31 ROUND_POWER_OF_TWO_SIGNED(ref.row * num * div_mult[den], 14); in get_mv_projection() 33 ROUND_POWER_OF_TWO_SIGNED(ref.col * num * div_mult[den], 14); in get_mv_projection()
|