Searched refs:ROUND_POWER_OF_TWO_64 (Results 1 – 4 of 4) sorted by relevance
50 #define ROUND_POWER_OF_TWO_64(value, n) \ macro54 (((value) < 0) ? -ROUND_POWER_OF_TWO_64(-(value), (n)) \55 : ROUND_POWER_OF_TWO_64((value), (n)))
236 f = ROUND_POWER_OF_TWO_64(e, *shift - DIV_LUT_BITS); in resolve_divisor_64()884 mult = (uint16_t)ROUND_POWER_OF_TWO_64(D, msb + 1 - MUL_PREC_BITS); in resolve_multiplier_64()
1630 rc->rolling_target_bits = (int)ROUND_POWER_OF_TWO_64( in av1_rc_postencode_update()1632 rc->rolling_actual_bits = (int)ROUND_POWER_OF_TWO_64( in av1_rc_postencode_update()1634 rc->long_rolling_target_bits = (int)ROUND_POWER_OF_TWO_64( in av1_rc_postencode_update()1636 rc->long_rolling_actual_bits = (int)ROUND_POWER_OF_TWO_64( in av1_rc_postencode_update()
208 return (int)ROUND_POWER_OF_TWO_64( in mv_err_cost()