Searched refs:y_saw_tooth_slope (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/accelerants/radeon/
H A Dimpactv.c126 static int8 y_saw_tooth_slope[5] = { 1, 2, 2, 4, 8 }; variable
166 params->y_saw_tooth_slope = y_saw_tooth_slope[i] * (TV_SAW_FILTER_FIX_SCALE / 8);
167 params->y_saw_tooth_amp = ((uint32)params->y_saw_tooth_slope * params->uv_inc) >> TV_UV_INC_FIX_SHIFT;
168 params->y_fall_accum_init = ((uint32)params->y_saw_tooth_slope * params->uv_accum_init) >> TV_UV_INIT_FIX_SHIFT;
179 params->y_saw_tooth_slope) >> TV_UV_INIT_FIX_SHIFT;
183 params->y_saw_tooth_slope) >> TV_UV_INIT_FIX_SHIFT;
451 (params->y_saw_tooth_slope << RADEON_TV_Y_SAW_TOOTH_CNTL_SLOPE_SHIFT);
H A Dset_mode.h57 uint16 y_saw_tooth_slope; member in struct:__anon1237

Completed in 70 milliseconds