HomeSort by: relevance | last modified time | path
    Searched refs:bw_mul (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dce_calcs.c 458 data->source_height_pixels = bw_mul(bw_int_to_fixed(2), data->src_height_after_rotation);
460 data->vsr_after_stereo = bw_mul(bw_int_to_fixed(1), data->vsr_after_rotation);
463 data->source_width_pixels[i] = bw_mul(bw_int_to_fixed(2), data->src_width_after_rotation);
465 data->hsr_after_stereo = bw_mul(bw_int_to_fixed(1), data->hsr_after_rotation);
477 data->vsr[i] = bw_mul(data->vsr_after_stereo, bw_int_to_fixed(2));
554 data->lb_line_pitch = bw_ceil2(bw_mul(bw_div(bw_frc_to_fixed(2401171875ul, 100000000), bw_int_to_fixed(3)), bw_ceil2(data->source_width_in_lb, bw_int_to_fixed(8))), bw_int_to_fixed(48));
557 data->lb_line_pitch = bw_ceil2(bw_mul(bw_div(bw_frc_to_fixed(300234375, 10000000), bw_int_to_fixed(3)), bw_ceil2(data->source_width_in_lb, bw_int_to_fixed(8))), bw_int_to_fixed(48));
560 data->lb_line_pitch = bw_ceil2(bw_mul(bw_int_to_fixed(data->lb_bpc[i]), data->source_width_in_lb), bw_int_to_fixed(48));
795 data->v_filter_init[i] = bw_floor2(bw_div((bw_add(bw_add(bw_add(bw_int_to_fixed(1), data->v_taps[i]), data->vsr[i]), bw_mul(bw_mul(bw_int_to_fixed(data->interlace_mode[i]), bw_frc_to_fixed(5, 10)), data->vsr[i]))), bw_int_to_fixe (…)
    [all...]
amdgpu_bw_fixed.c 147 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2) function in typeref:struct:bw_fixed
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
bw_fixed.h 122 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2);

Completed in 108 milliseconds