Searched refs:spl_scratch (Results 1 – 2 of 2) sorted by relevance
202 static void spl_calculate_recout(struct spl_in *spl_in, struct spl_scratch *spl_scratch, struct spl… in spl_calculate_recout() argument345 spl_scratch->scl_data.recout = shift_rec( in spl_calculate_recout()348 spl_scratch->scl_data.recout.height -= in spl_calculate_recout()350 spl_scratch->scl_data.recout.height -= in spl_calculate_recout()354 memset(&spl_scratch->scl_data.recout, 0, in spl_calculate_recout()360 struct spl_scratch *spl_scratch, in spl_calculate_scaling_ratios() argument374 spl_scratch->scl_data.ratios.horz = spl_fixpt_from_fraction( in spl_calculate_scaling_ratios()377 spl_scratch->scl_data.ratios.vert = spl_fixpt_from_fraction( in spl_calculate_scaling_ratios()382 spl_scratch->scl_data.ratios.horz.value *= 2; in spl_calculate_scaling_ratios()384 spl_scratch->scl_data.ratios.vert.value *= 2; in spl_calculate_scaling_ratios()[all …]
415 struct spl_scratch { struct