Searched refs:dc_fixpt_half (Results 1 – 4 of 4) sorted by relevance
69 static const struct fixed31_32 dc_fixpt_half = { 0x80000000LL }; variable470 const long long summand = dc_fixpt_half.value; in dc_fixpt_round()
158 (tmp >= (unsigned long long)dc_fixpt_half.value); in dc_fixpt_mul()201 (tmp >= (unsigned long long)dc_fixpt_half.value); in dc_fixpt_sqr()
759 data->inits.h_c = (data->viewport.x % vpc_div) != 0 ? dc_fixpt_half : dc_fixpt_zero; in calculate_viewport()760 data->inits.v_c = (data->viewport.y % vpc_div) != 0 ? dc_fixpt_half : dc_fixpt_zero; in calculate_viewport()
217 *out_y = dc_fixpt_pow(x, dc_fixpt_half); in compute_hlg_oetf()